diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-03-20 15:05:01 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-03-20 15:05:01 +0700 |
| commit | 3ed91948307260a25efae332c6dae013d276fef5 (patch) | |
| tree | 7dd4217c97237709020d436a8e72d44bcf8d2267 /indoteknik_custom/views | |
| parent | c48f3204c84cf7fca8da827178c4971370b324f8 (diff) | |
<iman> add sale order post massage when confirm product bom
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/mrp_production.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/mrp_production.xml b/indoteknik_custom/views/mrp_production.xml index f81d65e8..95f419f6 100644 --- a/indoteknik_custom/views/mrp_production.xml +++ b/indoteknik_custom/views/mrp_production.xml @@ -7,6 +7,7 @@ <field name="arch" type="xml"> <field name="bom_id" position="after"> <field name="desc"/> + <field name="sale_order"/> </field> </field> </record> @@ -18,6 +19,7 @@ <field name="arch" type="xml"> <field name="product_id" position="after"> <field name="desc"/> + <field name="sale_order"/> </field> </field> </record> |
