-
-
Notifications
You must be signed in to change notification settings - Fork 782
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
[18.0][IMP] account_journal_restrict_mode: do not force hash on bank and cash journals #2008
[18.0][IMP] account_journal_restrict_mode: do not force hash on bank and cash journals #2008
Conversation
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.
ok!
38fdf13
to
2c22004
Compare
…sh journals Forcing the hashing of bank and cash journals results in errors when creating bank transactions, due to the commit added in Odoo: odoo/odoo@9740189
2c22004
to
574bdad
Compare
This PR has the |
/ocabot merge minor |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 2abd726. Thanks a lot for contributing to OCA. ❤️ |
Forcing the hashing of bank and cash journals results in errors when creating bank transactions, due to the commit added in Odoo: odoo/odoo@9740189
We make the restrict mode field computed in order to force the value correctly based on the journal type.