summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-05-03 10:28:31 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-05-03 10:28:31 +0700
commit7bf5ed2c7892da0b56554b1d6fa8badd687080e7 (patch)
tree9efe5cb37ba4b43bd245e5790f7a17a618556c4a /indoteknik_custom/views
parent181357dc01f84a47fd63209bc6a6dd4f085a718b (diff)
change request add so on stock picking and fix bug double so on po
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/purchase_order.xml1
-rw-r--r--indoteknik_custom/views/stock_picking.xml3
2 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml
index eedd9ec9..bb38715e 100755
--- a/indoteknik_custom/views/purchase_order.xml
+++ b/indoteknik_custom/views/purchase_order.xml
@@ -72,6 +72,7 @@
</field>
<field name="price_subtotal" position="after">
<field name="so_line_id" attrs="{'readonly': 1}" optional="hide"/>
+ <field name="so_id" attrs="{'readonly': 1}" optional="hide"/>
<field name="indent" optional="hide"/>
</field>
<page name="purchase_delivery_invoice" position="after">
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml
index e4b7596f..90f662cc 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -88,6 +88,9 @@
<field name="product_id" position="before">
<field name="line_no" attrs="{'readonly': 1}" optional="hide"/>
</field>
+ <field name="product_uom" position="after">
+ <field name="sale_id" attrs="{'readonly': 1}" optional="hide"/>
+ </field>
<page name="note" position="after">
<page string="E-Faktur" name="efaktur" attrs="{'invisible': [['is_internal_use', '=', False]]}">
<group>