Skip to content
Snippets Groups Projects
Commit 15336614 authored by tdi-odoo's avatar tdi-odoo Committed by qdp-odoo
Browse files

[FIX] account: open tax adjusments wizard as a new window

This fix corrects the inconsistency of the 'discard' and 'cancel' buttons of the tax adjuments wizard
parent e6b64635
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
<field name="res_model">tax.adjustments.wizard</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>
</record>
<menuitem action="tax_adjustments_form" id="menu_action_tax_adjustment" parent="account.menu_finance_entries" sequence="30"/>
</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