From ffa453d2c80bd2e00e500cd002de34158685aac8 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Tue, 27 Mar 2018 16:03:14 +0200 Subject: [PATCH] [MOV][WIP]GOLEM Precreation search : renaming module --- .../__init__.py | 0 .../__manifest__.py | 4 ++-- .../models/__init__.py | 0 .../models/res_partner.py | 0 .../views/golem_member_precreation_search_menu.xml | 0 .../wizard/__init__.py | 2 +- .../wizard/golem_member_precreation_search.py | 0 .../wizard/golem_member_precreation_search_views.xml | 0 .../wizard/golem_precreation_member_result_wizard.py | 0 .../wizard/golem_precreation_member_result_wizard_views.xml | 0 10 files changed, 3 insertions(+), 3 deletions(-) rename {golem_precreation_member => golem_member_precreation_search}/__init__.py (100%) rename {golem_precreation_member => golem_member_precreation_search}/__manifest__.py (90%) rename {golem_precreation_member => golem_member_precreation_search}/models/__init__.py (100%) rename {golem_precreation_member => golem_member_precreation_search}/models/res_partner.py (100%) rename golem_precreation_member/views/golem_precreation_partner_menu.xml => golem_member_precreation_search/views/golem_member_precreation_search_menu.xml (100%) rename {golem_precreation_member => golem_member_precreation_search}/wizard/__init__.py (89%) rename golem_precreation_member/wizard/golem_precreation_member_request_wizard.py => golem_member_precreation_search/wizard/golem_member_precreation_search.py (100%) rename golem_precreation_member/wizard/golem_precreation_member_request_wizard_views.xml => golem_member_precreation_search/wizard/golem_member_precreation_search_views.xml (100%) rename {golem_precreation_member => golem_member_precreation_search}/wizard/golem_precreation_member_result_wizard.py (100%) rename {golem_precreation_member => golem_member_precreation_search}/wizard/golem_precreation_member_result_wizard_views.xml (100%) diff --git a/golem_precreation_member/__init__.py b/golem_member_precreation_search/__init__.py similarity index 100% rename from golem_precreation_member/__init__.py rename to golem_member_precreation_search/__init__.py diff --git a/golem_precreation_member/__manifest__.py b/golem_member_precreation_search/__manifest__.py similarity index 90% rename from golem_precreation_member/__manifest__.py rename to golem_member_precreation_search/__manifest__.py index 66d2eed..e385fe5 100644 --- a/golem_precreation_member/__manifest__.py +++ b/golem_member_precreation_search/__manifest__.py @@ -26,7 +26,7 @@ 'application': False, 'installable': True, 'depends': ['golem_member'], - 'data': ['views/golem_precreation_partner_menu.xml', - 'wizard/golem_precreation_member_request_wizard_views.xml', + 'data': ['views/golem_member_precreation_search_menu.xml', + 'wizard/golem_member_precreation_search_views.xml', 'wizard/golem_precreation_member_result_wizard_views.xml'] } diff --git a/golem_precreation_member/models/__init__.py b/golem_member_precreation_search/models/__init__.py similarity index 100% rename from golem_precreation_member/models/__init__.py rename to golem_member_precreation_search/models/__init__.py diff --git a/golem_precreation_member/models/res_partner.py b/golem_member_precreation_search/models/res_partner.py similarity index 100% rename from golem_precreation_member/models/res_partner.py rename to golem_member_precreation_search/models/res_partner.py diff --git a/golem_precreation_member/views/golem_precreation_partner_menu.xml b/golem_member_precreation_search/views/golem_member_precreation_search_menu.xml similarity index 100% rename from golem_precreation_member/views/golem_precreation_partner_menu.xml rename to golem_member_precreation_search/views/golem_member_precreation_search_menu.xml diff --git a/golem_precreation_member/wizard/__init__.py b/golem_member_precreation_search/wizard/__init__.py similarity index 89% rename from golem_precreation_member/wizard/__init__.py rename to golem_member_precreation_search/wizard/__init__.py index 349cc69..bb98997 100644 --- a/golem_precreation_member/wizard/__init__.py +++ b/golem_member_precreation_search/wizard/__init__.py @@ -16,4 +16,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from . import golem_precreation_member_request_wizard, golem_precreation_member_result_wizard +from . import golem_member_precreation_search, golem_precreation_member_result_wizard diff --git a/golem_precreation_member/wizard/golem_precreation_member_request_wizard.py b/golem_member_precreation_search/wizard/golem_member_precreation_search.py similarity index 100% rename from golem_precreation_member/wizard/golem_precreation_member_request_wizard.py rename to golem_member_precreation_search/wizard/golem_member_precreation_search.py diff --git a/golem_precreation_member/wizard/golem_precreation_member_request_wizard_views.xml b/golem_member_precreation_search/wizard/golem_member_precreation_search_views.xml similarity index 100% rename from golem_precreation_member/wizard/golem_precreation_member_request_wizard_views.xml rename to golem_member_precreation_search/wizard/golem_member_precreation_search_views.xml diff --git a/golem_precreation_member/wizard/golem_precreation_member_result_wizard.py b/golem_member_precreation_search/wizard/golem_precreation_member_result_wizard.py similarity index 100% rename from golem_precreation_member/wizard/golem_precreation_member_result_wizard.py rename to golem_member_precreation_search/wizard/golem_precreation_member_result_wizard.py diff --git a/golem_precreation_member/wizard/golem_precreation_member_result_wizard_views.xml b/golem_member_precreation_search/wizard/golem_precreation_member_result_wizard_views.xml similarity index 100% rename from golem_precreation_member/wizard/golem_precreation_member_result_wizard_views.xml rename to golem_member_precreation_search/wizard/golem_precreation_member_result_wizard_views.xml