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
[FIX] account : compute invoice_partner_bank_id when computing bank_partner_id
To reproduce
============
- add a bank account to *MyCompany*
- create contact who has a bank account
- create customer invoice for this contact
- create credit note from this invoice
the Bank Account of the credit note is set to *MyCompany's* bank account, where it should be
the customer's account
Purpose
=======
when creating the credit note we don't set the field `invoice_partner_bank_id`
Specification
=============
to solve the issue we compute the field `invoice_partner_bank_id` when computing the field `bank_partner_id`
opw-2862601
closesodoo#92660
Signed-off-by: William André (wan) <[email protected]>
help='Bank Account Number to which the invoice will be paid. A Company bank account if this is a Customer Invoice or Vendor Credit Note, otherwise a Partner bank account number.',
0 commit comments