summaryrefslogtreecommitdiff
path: root/v14_indoteknik/views/account_move_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'v14_indoteknik/views/account_move_view.xml')
-rw-r--r--v14_indoteknik/views/account_move_view.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/v14_indoteknik/views/account_move_view.xml b/v14_indoteknik/views/account_move_view.xml
new file mode 100644
index 0000000..24490c4
--- /dev/null
+++ b/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