Daily updates from Odoo
Tuesday, May 29, 2018
1 change
Resolved issues and error corrections
This change prevents an error when updating partner details on SEPA payments in certain configurations. It helps keep the payment workflow stable when expected inherited behavior is not available.
Original PR description
In the case the parent class has no _onchange_partner_id method the variable `res` is used before assignement.