diff options
| author | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-05-02 16:06:46 +0700 |
|---|---|---|
| committer | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-05-02 16:06:46 +0700 |
| commit | 9bc2b6612c81844dbbee40a8678862a241dafb11 (patch) | |
| tree | 8cae3b26feb6f184a53af3ccd2d7aff361fffc31 /indoteknik_custom/views | |
| parent | bb8a5981bdfd8a8d60db7fe509a989c29b2a4e5e (diff) | |
| parent | f050f06b6f057e20ecc99427850c9c43c7f02224 (diff) | |
resolve merge
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/mrp_production.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/mrp_production.xml b/indoteknik_custom/views/mrp_production.xml index 419737f9..3de52a08 100644 --- a/indoteknik_custom/views/mrp_production.xml +++ b/indoteknik_custom/views/mrp_production.xml @@ -49,6 +49,10 @@ <field name="desc"/> <field name="sale_order"/> </field> + <field name="state" position="after"> + <field name="state_reserve" optional="hide"/> + <field name="date_reserved" optional="hide"/> + </field> </field> </record> |
