diff --git a/account_usability/README.rst b/account_usability/README.rst
index b3ca1a15f..76da1d41b 100644
--- a/account_usability/README.rst
+++ b/account_usability/README.rst
@@ -17,43 +17,41 @@ Account - Missing Menus & Saxon Accounting
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github
- :target: https://github.com/OCA/account-financial-tools/tree/16.0/account_usability
+ :target: https://github.com/OCA/account-financial-tools/tree/17.0/account_usability
:alt: OCA/account-financial-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_usability
+ :target: https://translation.odoo-community.org/projects/account-financial-tools-17-0/account-financial-tools-17-0-account_usability
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=16.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=17.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
-This module extends the Odoo CE account module to add all the missing or hidden things
-that are hidden and available only on EE version.
+This module extends the Odoo CE account module to add all the missing or
+hidden things that are hidden and available only on EE version.
-1) This module adds all missing menu entries and views for the **Account** module.
+1) This module adds all missing menu entries and views for the
+ **Account** module.
- * Bank Statements
- * Cash Registers
+ - Bank Statements
+ - Cash Registers
+ - Account Tags
+ - Account Groups
+ - Chart of Account Templates
+ - Account Templates
+ - Tax Templates
+ - Fiscal Position Templates
- * Account Tags
- * Account Groups
-
- * Chart of Account Templates
- * Account Templates
- * Tax Templates
- * Fiscal Position Templates
-
-2) This module also enables the option to enable or disable
- Anglo-Saxon accounting in the Chart of Account Template form view and
- in the Invoicing Settings.
-
-3) In Odoo CE, the group 'Show Full Accounting Features' is hidden.
- With that module, the group is selectable in the user form view.
- Also the group "Billing / xxx" are renamed into "Accounting / yyy"
- to fit with the EE terms.
-
-4) Rename the main menu 'Billing' into 'Accounting' to fit with EE naming.
+2) This module also enables the option to enable or disable Anglo-Saxon
+ accounting in the Chart of Account Template form view and in the
+ Invoicing Settings.
+3) In Odoo CE, the group 'Show Full Accounting Features' is hidden. With
+ that module, the group is selectable in the user form view. Also the
+ group "Billing / xxx" are renamed into "Accounting / yyy" to fit with
+ the EE terms.
+4) Rename the main menu 'Billing' into 'Accounting' to fit with EE
+ naming.
**Table of contents**
@@ -65,67 +63,54 @@ Development
**Detailled Module Category Changes (ir.module.category)**
-- base.module_category_accounting_accounting
+- base.module_category_accounting_accounting
-*CE Without that module*
--> Complete Name : Invoicing
-
-*CE With that module / EE*
--> Complete Name: **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
+- account.group_account_invoice
-*CE Without that module*
--> Complete Name : Invoicing / Billing
--> Parent Category : base.module_category_accounting_accounting
--> Implies : base.group_user
+*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
+*CE With that module / EE* -> Complete Name: **Accounting** / Billing
+- account.group_account_readonly
-- 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 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**
-*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
-- account.group_account_user
+*CE With that module / EE* -> name: **Accounting / Bookkeeper** ->
+Parent Category: **base.module_category_accounting_accounting**
-*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
+- account.group_account_manager
-*CE With that module / EE*
--> name: **Accounting / Bookkeeper**
--> Parent Category: **base.module_category_accounting_accounting**
+*CE Without that module* -> Complete Name : Invoicing / Billing
+Administrator -> Parent : base.module_category_accounting_accounting ->
+Implies : account.group_account_invoice
-
-- 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**
+*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
===========
@@ -133,7 +118,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues This module extends the Odoo CE account module to add all the missing or hidden things
-that are hidden and available only on EE version. This module extends the Odoo CE account module to add all the missing or
+hidden things that are hidden and available only on EE version.
-
+
Table of contents
CE Without that module --> Complete Name : Invoicing
-CE With that module / EE --> Complete Name: Accounting
+CE Without that module -> Complete Name : Invoicing
+CE With that module / EE -> Complete Name: Accounting
Detailled Groups Changes (res.groups)
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
+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
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
+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
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
+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
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
+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
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.
+feedback.Do not contact contributors directly about support or help with technical issues.
Current maintainer:
-This module is part of the OCA/account-financial-tools project on GitHub.
+This module is part of the OCA/account-financial-tools project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.