-
-
Couldn't load subscription status.
- Fork 577
[17.0][FIX] account_payment_partner: default bank account #1423
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
base: 17.0
Are you sure you want to change the base?
[17.0][FIX] account_payment_partner: default bank account #1423
Conversation
…k_id The Odoo default computation for partner_bank_id on customer invoices sets the first bank account of the company. The override in account_payment_partner resets it to false if there is no payment mode defined. Since for customer invoices we usually don't define a payment mode (unless when using direct debit), this partner_bank_id field is therefore emptied. This is problematic for instance when generating UBL invoices with the official Odoo module, because the bank account is mandatory to create a valid Peppol document.
5207fa7 to
044b8d3
Compare
|
@Tisho99 One test is failing on account_vendor_bank_account_default module with latest changes in from this PR in account_payment_partner. |
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.
Check #1418 (comment)
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Forward port of #1418