[FIX] account_payment_order: Bind report to model

This commit is contained in:
Miracle Ayodele
2021-08-20 13:42:30 +01:00
committed by Daniel Eriksson
parent 16d1f5c7f3
commit 9c978bfc37

View File

@@ -13,6 +13,11 @@
<field
name="report_file"
>account_payment_order.print_account_payment_order_main</field>
<field
name="binding_model_id"
ref="account_payment_order.model_account_payment_order"
/>
<field name="binding_type">report</field>
</record>
</odoo>