-
-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ADD][12.0] account_template_active #978
[ADD][12.0] account_template_active #978
Conversation
34bd354
to
fe64a92
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I installed this module on my computer
I also installed these modules to see the menus indicated:
account_group_menu
account_menu
account_tag_menu
account_type_menu
Everything works as shown
Thanks for this module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Functional review 👍
This PR has the |
Nice module! I ported it to 14.0: #1187. Please squash commits in this PR. |
78c89af
to
21d43bf
Compare
Hi all. thanks for your review. I think this PR can be merged. regards. |
Thanks! /ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 7010672. Thanks a lot for contributing to OCA. ❤️ |
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:
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.
#GRAPOCA