Skip to content

Commit

Permalink
Se quita el tag data y se agrega el binding_model
Browse files Browse the repository at this point in the history
closes #200

Signed-off-by: Nicolas Mac Rouillon <nmr@adhoc.com.ar>
  • Loading branch information
ica-adhoc committed May 5, 2023
1 parent 5e8776f commit e7333c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions l10n_ar_account_reports/wizards/checks_to_date_view.xml
@@ -1,5 +1,4 @@
<odoo>
<data>

<record id="account_check_to_date_report_view" model="ir.ui.view">
<field name="name">account.check.to_date.report.form</field>
Expand All @@ -22,6 +21,7 @@
<record id="action_account_check_to_date_report" model="ir.actions.act_window">
<field name="name">Cheques a fecha</field>
<field name="res_model">account.check.to_date.report.wizard</field>
<field name="binding_model_id" ref="account.model_account_payment"/>
<field name="target">new</field>
<field name="view_mode">form</field>
</record>
Expand All @@ -33,5 +33,4 @@
action="action_account_check_to_date_report"
/>

</data>
</odoo>

0 comments on commit e7333c7

Please sign in to comment.