This module allows to disable account template items, adding
an active
field on the following models:
account.account.template
account.fiscal.position.template
and it two related modelsaccount.fiscal.position.account.template
account.fiscal.position.tax.template
This module can be interesting in a multi company context, if you install a lot of accounting templates, with some changes.
It can also be interesting if you want to developp a custom localization module based on the official one, but with some removed / added / altered items.
Note:
- The field
active
is present in the Odooaccount
module for the modelaccount.tax.template
. for that field, this module only adds theactive
field on the tree view.
For consistency reason,
- if user disables an
account.account.template
it will disable the relatedaccount.fiscal.position.account.template
- if user disables an
account.tax.template
it will disable the relatedaccount.fiscal.position.tax.template
- if user enables an
account.fiscal.position.account.template
it will enable the relatedaccount.account.template
- if user enables an
account.fiscal.position.tax.template
it will enable the relatedaccount.tax.template
Table of contents
- Go to Accounting > Configuration > Templates
- Select then the template you want to change.
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.
Do not contact contributors directly about support or help with technical issues.
- GRAP
- Sylvain LE GAL <https://twitter.com/legalsylvain>
- Stefan Rijnhart <[email protected]>
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainer:
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.