diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-05-16 11:07:18 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-05-16 11:07:18 +0700 |
| commit | 76d3d70b10a46e4143d8a2e5e6952341d661fdf2 (patch) | |
| tree | 729425262a5563ee0168f47c5bc96868acbf995c /indoteknik_custom/views | |
| parent | 24c52892c3143dc2474e5a2ba3c99d08ee1f7d29 (diff) | |
(andri) rev field datetime hold/unhold menjadi 2 field berbeda
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index e57aeabb..3418deaf 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -94,7 +94,8 @@ </field> <field name="user_id" position="after"> <field name="hold_outgoing" readonly="1" /> - <field name="hold_outgoing_datetime" readonly="1" widget="datetime" /> + <field name="date_hold" readonly="1" widget="datetime" /> + <field name="date_unhold" readonly="1" widget="datetime" /> <field name="helper_by_id" readonly="1" /> <field name="compute_fullfillment" invisible="1" /> </field> @@ -403,7 +404,6 @@ <field name="pareto_status" optional="hide" /> <field name="shipping_method_picking" optional="hide" /> <field name="hold_outgoing" optional="hide" /> - <field name="hold_outgoing_datetime" optional="show" /> </field> </field> </record> |
