From 1943ddc0f9efebd203eeb9dc25a16bcb81155e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20V=C3=A9zina?= Date: Tue, 24 Oct 2023 17:11:45 -0400 Subject: [PATCH] clean up --- .../data/partner_relation_data.xml | 1 - .../data/partner_relations_data.csv | 2 -- .../data/res_partner_relation.xml | 13 ------------- .../{model => models}/__init__.py | 0 .../{model => models}/res_partner.py | 0 5 files changed, 16 deletions(-) delete mode 100644 bemade_sethy_configuration/data/partner_relation_data.xml delete mode 100644 bemade_sethy_configuration/data/partner_relations_data.csv delete mode 100644 bemade_sethy_configuration/data/res_partner_relation.xml rename bemade_sethy_configuration/{model => models}/__init__.py (100%) rename bemade_sethy_configuration/{model => models}/res_partner.py (100%) diff --git a/bemade_sethy_configuration/data/partner_relation_data.xml b/bemade_sethy_configuration/data/partner_relation_data.xml deleted file mode 100644 index 8b13789..0000000 --- a/bemade_sethy_configuration/data/partner_relation_data.xml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/bemade_sethy_configuration/data/partner_relations_data.csv b/bemade_sethy_configuration/data/partner_relations_data.csv deleted file mode 100644 index 6defeb5..0000000 --- a/bemade_sethy_configuration/data/partner_relations_data.csv +++ /dev/null @@ -1,2 +0,0 @@ -"name","contact_type_left","partner_category_left","inverse_name","contact_type_right","partner_category_right","allow_self","is_symmetric" -"Owner","p","Owner","Property","c","Property","","" diff --git a/bemade_sethy_configuration/data/res_partner_relation.xml b/bemade_sethy_configuration/data/res_partner_relation.xml deleted file mode 100644 index c225b7d..0000000 --- a/bemade_sethy_configuration/data/res_partner_relation.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Property - 7 - - - Owner - 4 - - - diff --git a/bemade_sethy_configuration/model/__init__.py b/bemade_sethy_configuration/models/__init__.py similarity index 100% rename from bemade_sethy_configuration/model/__init__.py rename to bemade_sethy_configuration/models/__init__.py diff --git a/bemade_sethy_configuration/model/res_partner.py b/bemade_sethy_configuration/models/res_partner.py similarity index 100% rename from bemade_sethy_configuration/model/res_partner.py rename to bemade_sethy_configuration/models/res_partner.py