summaryrefslogtreecommitdiff
path: root/addons/v14_indoteknik/views/account_move_view.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
commit3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch)
treea44932296ef4a9b71d5f010906253d8c53727726 /addons/v14_indoteknik/views/account_move_view.xml
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/v14_indoteknik/views/account_move_view.xml')
-rw-r--r--addons/v14_indoteknik/views/account_move_view.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/addons/v14_indoteknik/views/account_move_view.xml b/addons/v14_indoteknik/views/account_move_view.xml
new file mode 100644
index 00000000..4d895918
--- /dev/null
+++ b/addons/v14_indoteknik/views/account_move_view.xml
@@ -0,0 +1,20 @@
+<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">
+ <label for="period_start_date"/>
+ <div>
+ <field name="period_start_date" class="oe_inline"/> -
+ <field name="period_end_date" class="oe_inline"/>
+ </div>
+ </field>
+ </field>
+ </record>
+
+ </data>
+</odoo> \ No newline at end of file