Wednesday, April 21, 2021
3 changes
Resolved issues and error corrections
Sign requests now keep the signer email in sync when a contact's email address is updated. This helps ensure resent signature emails go to the latest address, reducing delivery mistakes and manual corrections.
Original PR description
the signer_email should depends on the partner_id.email rather than partner_id. So that when the email of a partner is changed in the Contact, the signer_email will be auto-updated in the sign request. taskid: 2512637
Miscellaneous changes
The payment method selected by default by account.payment.register on nightly builds sometimes was SEPA Credit Transfer instead of 'manual', which crashed the tests as we didn't expect that, and the bank account set on the journal was not an IBAN, hence not validating the SEPA constraint. We couldn't determine precisely the cause of this issue. This is a first attempt at fixing the test, it could require further investigation. Forward-Port-Of: odoo/enterprise#17842
Original PR description
The payment method selected by default by account.payment.register on nightly builds sometimes was SEPA Credit Transfer instead of 'manual', which crashed the tests as we didn't expect that, and the bank account set on the journal was not an IBAN, hence not validating the SEPA constraint. We couldn't determine precisely the cause of this issue. This is a first attempt at fixing the test, it could require further investigation. Forward-Port-Of: odoo/enterprise#17842
preview text in marketing automation mailings is now made editable, earlier there was no option for input. subject field name is changed to title in marketing automation sms as subject looks weird in sms form. task-id: 2390284 Forward-Port-Of: odoo/enterprise#16254 Forward-Port-Of: odoo/enterprise#15098
Original PR description
preview text in marketing automation mailings is now made editable, earlier there was no option for input. subject field name is changed to title in marketing automation sms as subject looks weird in sms form. task-id: 2390284 Forward-Port-Of: odoo/enterprise#16254 Forward-Port-Of: odoo/enterprise#15098