summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/account_move.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-11-01 22:25:41 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-11-01 22:25:41 +0700
commitbac2e79164b6c0712cc489e8f4d7aee830997afd (patch)
tree9496f840d4ae8808a64738a332594e2dc833f7c1 /indoteknik_custom/views/account_move.xml
parent6fdaee1c7b6557dc2e61ac7b5c1172d285ea7421 (diff)
parentd5e783d3a91b9ba782f4aebb21e558779a83f8b6 (diff)
Merge commit 'd5e783d3a91b9ba782f4aebb21e558779a83f8b6'
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
-rw-r--r--indoteknik_custom/views/account_move.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml
new file mode 100644
index 00000000..6e52f075
--- /dev/null
+++ b/indoteknik_custom/views/account_move.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<odoo>
+ <data>
+ <record id="account_move_form_inherit" model="ir.ui.view">
+ <field name="name">Account Move</field>
+ <field name="model">account.move</field>
+ <field name="inherit_id" ref="account.view_move_form"/>
+ <field name="arch" type="xml">
+ <field name="invoice_user_id" position="after">
+ <field name="date_kirim_tukar_faktur"/>
+ <field name="shipper_faktur_id"/>
+ <field name="resi_tukar_faktur"/>
+ <field name="date_terima_tukar_faktur"/>
+ </field>
+ </field>
+ </record>
+ <record id="account_move_tree_inherit" model="ir.ui.view">
+ <field name="name">Account Move</field>
+ <field name="model">account.move</field>
+ <field name="inherit_id" ref="account.view_out_invoice_tree"/>
+ <field name="arch" type="xml">
+ <field name="payment_state" position="after">
+ <field name="date_kirim_tukar_faktur"/>
+ <field name="shipper_faktur_id"/>
+ <field name="resi_tukar_faktur"/>
+ <field name="date_terima_tukar_faktur"/>
+ </field>
+ </field>
+ </record>
+ </data>
+</odoo> \ No newline at end of file