-
-
Notifications
You must be signed in to change notification settings - Fork 571
[18.0][IMP] base_tier_validation: Allow attachment generation after validation #1076
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
Conversation
Hi @LoisRForgeFlow, |
@victoralmau Maybe you have some good inputs for this one. In this PR you said that it was not needed version 17 and 18 (#1069 (comment)). |
I have rechecked the behavior of this (e.g. through the
Can someone else check it to confirm that this change is not necessary (also not in v17)? |
I encountered the error on sale orders and invoices on V18. |
One can check the full flow in this pr: OCA/account-invoicing#2002
Additional Context: Maybe there is a code change in odoo core? |
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, thanks for the clarification, that explains why I thought it was not necessary.
We will then add these changes to correct this problem.
Can you also add it to 17?
Sure, althoug did not check if it is now required on v17 as well. |
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.
Thanks for checking guys!
/ocabot merge patch
On my way to merge this fine PR! |
Congratulations, your PR was merged at c0fd40b. Thanks a lot for contributing to OCA. ❤️ |
@LoisRForgeFlow Thanks for the merge! Just tested the account_move_tier_validation on the V17 branch. There this fix is not needed. ...(yet) |
On a lot of models, it is a regular flow to have a pdf file generated after the validation flow has finished.
e.g. on sale orders or invoices.
As discovered / discussed in: OCA/account-invoicing#1998 (comment)