diff --git a/account_usability/readme/CONFIGURE.rst b/account_usability/readme/CONFIGURE.rst deleted file mode 100644 index 80e31fb1..00000000 --- a/account_usability/readme/CONFIGURE.rst +++ /dev/null @@ -1,6 +0,0 @@ -To see all the menus, make sure: - -* Your user is member of the group - "Technical Settings / Show Full Accounting Features" - -* The page is running in debug mode diff --git a/account_usability/readme/DEVELOP.rst b/account_usability/readme/DEVELOP.rst new file mode 100644 index 00000000..8561d2dd --- /dev/null +++ b/account_usability/readme/DEVELOP.rst @@ -0,0 +1,58 @@ +**Detailled Module Category Changes (ir.module.category)** + +- base.module_category_accounting_accounting + +*CE Without that module* +-> Complete Name : Invoicing + +*CE With that module / EE* +-> Complete Name: **Accounting** + + +**Detailled Groups Changes (res.groups)** + +- account.group_account_invoice + +*CE Without that module* +-> Complete Name : Invoicing / Billing +-> Parent Category : base.module_category_accounting_accounting +-> Implies : base.group_user + +*CE With that module / EE* +-> Complete Name: **Accounting** / Billing + + +- account.group_account_readonly + +*CE Without that module* +-> Complete Name : Technical / Show Accounting Features - Readonly +-> Parent : base.module_category_hidden +-> Implies : base.group_user + +*CE With that module / EE* +-> name: **Accounting / Read-only** +-> Parent Category: **base.module_category_accounting_accounting** + + +- account.group_account_user + +*CE Without that module* +-> Complete Name : Technical / Show Full Accounting Features +-> Parent : base.module_category_hidden +-> Implies : account.group_account_invoice, account.group_account_readonly + +*CE With that module / EE* +-> name: **Accounting / Bookkeeper** +-> Parent Category: **base.module_category_accounting_accounting** + + +- account.group_account_manager + +*CE Without that module* +-> Complete Name : Invoicing / Billing Administrator +-> Parent : base.module_category_accounting_accounting +-> Implies : account.group_account_invoice + +*CE With that module / EE* +-> name: **Accounting / Accountant** +-> Implies : **account.group_account_user** diff --git a/account_usability/readme/ROADMAP.rst b/account_usability/readme/ROADMAP.rst index c401346d..c8a66400 100644 --- a/account_usability/readme/ROADMAP.rst +++ b/account_usability/readme/ROADMAP.rst @@ -1,2 +1 @@ -* Add a form view for the model ``account.bank.statement`` as Odoo SA privatized in EE the form view - in V16.0. +* Add a form view for the model ``account.bank.statement`` as Odoo SA privatized in EE the form view in V16.0. diff --git a/account_usability/security/res_groups.xml b/account_usability/security/res_groups.xml index 8a385632..b8d6cb67 100644 --- a/account_usability/security/res_groups.xml +++ b/account_usability/security/res_groups.xml @@ -5,27 +5,37 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). --> - + + + + Read-only - + Bookkeeper - + Accountant - + +