summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/stock_move_line.xml
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-09-12 10:49:35 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-09-12 10:49:35 +0700
commit40229df0261970eb3d955de2651cdb1a997bdbaa (patch)
treeb50870b51b682097dea6fd92e548268c7ba596a2 /indoteknik_custom/views/stock_move_line.xml
parent7d07a282c134cb5e2a784b73cc477e3f398df57c (diff)
parent73d249fd48d0aeae8ac77946f07668210e12ae7b (diff)
<hafid> fix conflict
Diffstat (limited to 'indoteknik_custom/views/stock_move_line.xml')
-rw-r--r--indoteknik_custom/views/stock_move_line.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/indoteknik_custom/views/stock_move_line.xml b/indoteknik_custom/views/stock_move_line.xml
index 757d2522..94c0bf53 100644
--- a/indoteknik_custom/views/stock_move_line.xml
+++ b/indoteknik_custom/views/stock_move_line.xml
@@ -3,18 +3,19 @@
<record id="stock_move_line_form_view_inherited" model="ir.ui.view">
<field name="name">Stock Move Line</field>
<field name="model">stock.move.line</field>
- <field name="inherit_id" ref="stock.view_move_line_form" />
+ <field name="inherit_id" ref="stock.view_move_line_form"/>
+ <field name="priority" eval="100"/>
<field name="arch" type="xml">
- <field name="qty_done" position="after">
+ <xpath expr="(//form//group[.//field[@name='qty_done']])[last()]" position="inside">
<field name="manufacture"/>
- </field>
+ </xpath>
</field>
</record>
<record id="stock_move_line_tree_view_inherited" model="ir.ui.view">
<field name="name">Stock Move Line</field>
<field name="model">stock.move.line</field>
- <field name="inherit_id" ref="stock.view_move_line_tree" />
+ <field name="inherit_id" ref="stock.view_move_line_tree"/>
<field name="arch" type="xml">
<field name="product_id" position="after">
<field name="manufacture"/>