Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] contract: Fix looping on manually single invoice wizard
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
- Loading branch information