diff options
Diffstat (limited to 'custom_indoteknik/views/account_move_view.xml')
| -rw-r--r-- | custom_indoteknik/views/account_move_view.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/custom_indoteknik/views/account_move_view.xml b/custom_indoteknik/views/account_move_view.xml new file mode 100644 index 0000000..8abbb80 --- /dev/null +++ b/custom_indoteknik/views/account_move_view.xml @@ -0,0 +1,16 @@ +<odoo> + <data> + + <record model="ir.ui.view" id="view_move_form_indoteknik"> + <field name="name">account.move.form</field> + <field name="model">account.move</field> + <field name="inherit_id" ref="account.view_move_form"/> + <field name="arch" type="xml"> + <field name="ref" position="after"> + <field name="period_id"/> + </field> + </field> + </record> + + </data> +</odoo>
\ No newline at end of file |
