Skip to content
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 contract manually single invoice #1018

Closed

Conversation

damdam-s
Copy link
Member

@damdam-s damdam-s commented Nov 3, 2023

based on #1005

review only last commit

if the method creating invoice generates more than one invoice, we have
[account.move(ID1, ID2)] for example and the message_post() fails w/ a singleton error.

Adding a loop level allows to properly post messages no matter of the number of invoices generated by the wizard

etobella and others added 3 commits October 18, 2023 18:05
… controlled way

It should allow you to process sale orders and other kinds
Remove the extra button not necessary any more
if the method creating invoice generates more than one invoice, we have
`[account.move(ID1, ID2)` for example and the `message_post()` fails w/ a `singleton error.

Adding a loop level allows to properly post messages no matter of the number of invoices generated by the wizard
@damdam-s
Copy link
Member Author

damdam-s commented Nov 3, 2023

@etobella I don't mind if you cherry-pick this one to your branch 😄

@etobella
Copy link
Member

etobella commented Nov 3, 2023

Thanks!! I made the cherry-pick and renamed the commit in my branch. Thanks for detecting it 😄

@etobella etobella closed this Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants