Sunday, May 31, 2026
1 change · 19.0
Resolved issues and error corrections
This fixes an internal payment test so it no longer relies on functionality from the Enterprise edition. The change helps ensure the payment module can be tested reliably in community-only installations without affecting end users.
Original PR description
The set_line_bank_statement_line method is defined in account_accountant, meaning we can't use it in account_payment as it will automatically break if enterprise is not installed. Replace it with direct call to _get_partial_amounts, which is the purpose of this test anyway. runbot-939260 Forward-Port-Of: odoo/odoo#267139