[MIG] account_usability from 15.0 to 16.0

- account.tax.group views : remove views as there are now included in odoo account module
- account.account.template views : port privatized views in odoo 16.0 from Odoo 15.0 CE.
- account.account.tag views : adapt to V16
- account.fiscal.position.template views : add missing fields
- account.group views : adapt to V16
- account.type views : remove as the model disappeared
- account.chart.template views : port privatized views in odoo 16.0 from Odoo 15.0 CE.
- improve documentation
- FIX : remove useless duplicated fr_FR.po file
- ADD : display again 'Show full accounting features' group that is hidden in CE release
This commit is contained in:
Sylvain LE GAL
2022-10-10 00:17:49 +02:00
parent 470c571f3e
commit a1cac726b5
18 changed files with 431 additions and 350 deletions

View File

@@ -1,16 +1,26 @@
This module adds all missing menu entries for the **Account** module.
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.
* Account Types
* Account Tags
* Account Groups
* Account Tax Groups
* Bank Statements
* Cash Registers
* Chart of Account Templates
* Account Templates
* Tax Templates
* Fiscal Position Templates
1) This module adds all missing menu entries and views for the **Account** module.
Additionally, 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.
* Bank Statements
* Cash Registers
* 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.

View File

@@ -1 +1,2 @@
* Module renamed from account_menu to account_usability when migrating from v14.0 to v15.0 since there was a suggestion from previous migration
* Add a form view for the model ``account.bank.statement`` as Odoo SA privatized in EE the form view
in V16.0.