diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-05-03 10:28:31 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-05-03 10:28:31 +0700 |
| commit | 7bf5ed2c7892da0b56554b1d6fa8badd687080e7 (patch) | |
| tree | 9efe5cb37ba4b43bd245e5790f7a17a618556c4a /indoteknik_custom/views/stock_picking.xml | |
| parent | 181357dc01f84a47fd63209bc6a6dd4f085a718b (diff) | |
change request add so on stock picking and fix bug double so on po
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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> |
