Monday, April 3, 2023
1 change · master
Code cleanup and technical improvements
The accounting chart setup has been redesigned so accounting templates are managed more directly in the system instead of through older data files. This should speed up company setup, reduce maintenance effort, and make it easier to reuse accounting configurations for new or related companies.
Original PR description
Task link *(inherited from @william-andre)*: https://www.odoo.com/web#id=2687567&model=project.task Enterprise PR: https://github.com/odoo/enterprise/pull/24076 Rewriting of the whole chart_template mechanism to be written in Python classes instead of XML, - speed up install time - reduce technical debt - get rid of the `l10n_generic_coa` module (everything will be in `account`) - more flexibility for declaration - allow to duplicate accounting from existing company (pour les fiduciaires) Translation => directly in `CSV` with columns `id, name:en_US, name:fr_BE`[...]