From 07b8054c0c4b3fd37eb720c4f8acc0e65bc39ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20V=C3=A9zina?= Date: Wed, 25 Oct 2023 20:15:53 -0400 Subject: [PATCH] views --- bemade_sethy_configuration/__manifest__.py | 6 +- .../views/res_partner_relation.xml | 92 +++++++++++++++++++ 2 files changed, 95 insertions(+), 3 deletions(-) create mode 100644 bemade_sethy_configuration/views/res_partner_relation.xml diff --git a/bemade_sethy_configuration/__manifest__.py b/bemade_sethy_configuration/__manifest__.py index 0116945..a914723 100644 --- a/bemade_sethy_configuration/__manifest__.py +++ b/bemade_sethy_configuration/__manifest__.py @@ -15,14 +15,14 @@ 'contacts', 'crm', 'membership', - 'partner_multi_relation', - 'web_responsive' + 'partner_multi_relation' ], 'data': [ # Reference to XML, CSV, and other data files 'data/company_data.xml', 'data/partner_tags_data.xml', - 'data/partner_relations_data.xml' + 'data/partner_relations_data.xml', + 'views/res_partner_relation.xml' ], 'demo': [ # Reference to demo data files diff --git a/bemade_sethy_configuration/views/res_partner_relation.xml b/bemade_sethy_configuration/views/res_partner_relation.xml new file mode 100644 index 0000000..f3a45a5 --- /dev/null +++ b/bemade_sethy_configuration/views/res_partner_relation.xml @@ -0,0 +1,92 @@ + + + + res.partner.relation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Relations - relation + res.partner.relation + tree + + + + +

+ Record and track your partners' relations. Relations may + be linked to other partners with a type either directly + or inversely. +

+
+
+ + +