Skip to content

Commit

Permalink
[REF] split beesdoo_easy_my_coop
Browse files Browse the repository at this point in the history
[REF] Split beesdoo_emc -> cooperator_worker_configuration

[ADD] migration script

[UPD] Update cooperator_worker_configuration.pot

[REF] split beesdoo_emc -> cooperator_eater_configuration

[UPD] Update cooperator_eater_configuration.pot

[REF] beesdoo_emc -> cooperator_info_session

[UPD] Update cooperator_info_session.pot

[REM] auto-install

[IMP] cooperator_worker_configuration: add help message on is_worker
  • Loading branch information
victor-champonnois authored and robinkeunen committed Sep 20, 2022
1 parent 1848e7f commit ce3db9c
Show file tree
Hide file tree
Showing 60 changed files with 2,159 additions and 476 deletions.
3 changes: 0 additions & 3 deletions beesdoo_easy_my_coop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
from . import controllers
from . import models
from . import wizards
20 changes: 3 additions & 17 deletions beesdoo_easy_my_coop/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,9 @@
"category": "Cooperative management",
"version": "12.0.1.2.0",
"depends": [
"eater",
"beesdoo_shift",
"cooperator",
"cooperator_website",
"partner_contact_birthdate",
# fixme: the module itself does not depend on member_card, but its
# demo data and its tests do
"member_card",
"cooperator_worker",
"cooperator_eater",
"cooperator_info_session",
],
"data": [
"views/res_company.xml",
"views/res_partner.xml",
"views/subscription_request.xml",
"views/subscription_templates.xml",
"views/product.xml",
],
"demo": ["demo/product_share.xml"],
"auto_install": True,
"license": "AGPL-3",
}
71 changes: 0 additions & 71 deletions beesdoo_easy_my_coop/demo/product_share.xml

This file was deleted.

1 change: 0 additions & 1 deletion beesdoo_easy_my_coop/tests/__init__.py

This file was deleted.

280 changes: 0 additions & 280 deletions beesdoo_easy_my_coop/tests/test_res_partner.py

This file was deleted.

Loading

0 comments on commit ce3db9c

Please sign in to comment.