You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
the commit ( @luc-demeyer luc-demeyer committed with pedrobaeza on 21 Jan, f333de2)
changed the return value of do_merge(...) from account_invoice_merge/models/account_invoice.py :
It was : return invoices_info
and it becomed : return invoices_info, invoice_lines_info
(last line : 221)
but, account_invoice_merge/wizard/invoice_merge.py in merge_invoices(self) line 87 calls it
but, as I am quite new in odoo
also because there is a big PR (8.0 account_invoice_merge fixes #220)
It prefer not going too far and push only an issue
The text was updated successfully, but these errors were encountered:
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
Hi,
the commit ( @luc-demeyer luc-demeyer committed with pedrobaeza on 21 Jan, f333de2)
changed the return value of do_merge(...) from account_invoice_merge/models/account_invoice.py :
It was : return invoices_info
and it becomed : return invoices_info, invoice_lines_info
(last line : 221)
but, account_invoice_merge/wizard/invoice_merge.py in merge_invoices(self) line 87 calls it
and remained unchanged
I fixed the issue in probably dirty way by doing
but, as I am quite new in odoo
also because there is a big PR (8.0 account_invoice_merge fixes #220)
It prefer not going too far and push only an issue
The text was updated successfully, but these errors were encountered: