diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:14:58 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:14:58 +0700 |
| commit | 1ca3b3df3421961caec3b747a364071c80f5c7da (patch) | |
| tree | 6778a1f0f3f9b4c6e26d6d87ccde16e24da6c9d6 /custom_indoteknik/views/account_move_view.xml | |
| parent | b57188be371d36d96caac4b8d65a40745c0e972c (diff) | |
initial commit
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 |
