-
-
Notifications
You must be signed in to change notification settings - Fork 759
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
[14.0][FIX] account_move_name_sequence: call flush before to post the moves #1514
[14.0][FIX] account_move_name_sequence: call flush before to post the moves #1514
Conversation
Hi @moylop260, @alexis-via, @frahikLV, |
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 @fernandahf I have just tested it and issue is fixed from my point of view !
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at b50bc9d. Thanks a lot for contributing to OCA. ❤️ |
…supplier_reference method same issue OCA/account-financial-tools#1501 this fix not working for v16 OCA/account-financial-tools#1514
Description of the issue/feature this PR addresses:
Module
account_move_name_sequence
Describe the bug
When creating a credit note on a supplier bill, the following validation error is raised :
To Reproduce
Affected versions: 14.0, 15.0
Steps to reproduce the behavior:
Fix #1501
Current behavior before PR:
An error is raised at the time of the creation of a credit note on the supplier bill.
Desired behavior after PR is merged:
Supplier bills should be properly reversed.
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr