From 553b88d9fac018fe7852ed0a765d62922b1cad57 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 20 Jan 2023 00:09:17 +0000 Subject: [PATCH] [UPD] README.rst --- account_usability/README.rst | 67 ++++++++++++++++--- .../static/description/index.html | 59 +++++++++++++--- 2 files changed, 109 insertions(+), 17 deletions(-) diff --git a/account_usability/README.rst b/account_usability/README.rst index 44f62fc7..ced6ca60 100644 --- a/account_usability/README.rst +++ b/account_usability/README.rst @@ -57,21 +57,72 @@ that are hidden and available only on EE version. .. contents:: :local: -Configuration -============= +Development +=========== -To see all the menus, make sure: +**Detailled Module Category Changes (ir.module.category)** -* Your user is member of the group - "Technical Settings / Show Full Accounting Features" +- base.module_category_accounting_accounting -* The page is running in debug mode +*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** Known issues / Roadmap ====================== -* 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. Bug Tracker =========== diff --git a/account_usability/static/description/index.html b/account_usability/static/description/index.html index c7bb50c6..41018d63 100644 --- a/account_usability/static/description/index.html +++ b/account_usability/static/description/index.html @@ -394,7 +394,7 @@ to fit with the EE terms.

Table of contents

-
-

Configuration

-

To see all the menus, make sure:

+
+

Development

+

Detailled Module Category Changes (ir.module.category)

    -
  • Your user is member of the group -“Technical Settings / Show Full Accounting Features”
  • -
  • The page is running in debug mode
  • +
  • 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

Known issues / Roadmap

    -
  • 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.