Skip to content
Snippets Groups Projects
Commit 611146f3 authored by Marco Folco's avatar Marco Folco
Browse files

[MOD] account invoice view

Modified action that links refund wizard to invoice tree to try fix a bug in staging
parent cde80a47
No related branches found
No related tags found
1 merge request!50[MOD] account invoice view
......@@ -41,12 +41,17 @@
</field>
</record>
<record id="action_refund_invoice_wizard" model="ir.actions.act_window">
<field name="name">Refund</field>
<field name="type">ir.actions.act_window</field>
<field name="src_model">account.invoice</field>
<field name="binding_model_id" ref="account.model_account_invoice"/>
<field name="binding_type">action</field>
<field name="res_model">account.invoice.refund</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="multi">True</field>
</record>
<act_window id="action_refund_invoice_wizard"
name="Refund"
src_model="account.invoice"
res_model="account.invoice.refund"
view_type="form" view_mode="form"
key2="client_action_multi" target="new"/>
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment