account_banking_sepa_direct_debit: fix print_report_name

This commit is contained in:
Alexis de Lattre
2021-02-17 21:27:00 +01:00
committed by manu
parent 8163651398
commit e5c7b97c49

View File

@@ -29,7 +29,7 @@
/>
<field
name="print_report_name"
>'Mandate-%s-%s' % (object.unique_mandate_reference, object.partner_id.name.replace(' ', '_')</field>
>'Mandate-%s-%s' % (object.unique_mandate_reference, object.partner_id.name.replace(' ', '_'))</field>
<field name="binding_model_id" ref="model_account_banking_mandate" />
</record>
</odoo>