diff options
Diffstat (limited to 'addons/account/views/tax_adjustments.xml')
| -rw-r--r-- | addons/account/views/tax_adjustments.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addons/account/views/tax_adjustments.xml b/addons/account/views/tax_adjustments.xml new file mode 100644 index 00000000..e1c8f41e --- /dev/null +++ b/addons/account/views/tax_adjustments.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <record id="tax_adjustments_form" model="ir.actions.act_window"> + <field name="name">Tax Adjustments</field> + <field name="res_model">tax.adjustments.wizard</field> + <field name="view_mode">form</field> + <field name="target">new</field> + </record> +</odoo> |
