summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-05-16 08:55:53 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-05-16 08:55:53 +0700
commit24c52892c3143dc2474e5a2ba3c99d08ee1f7d29 (patch)
treec4d3444465e78718bf249223dd407bdd2da5af64 /indoteknik_custom/views
parentcaa3b18640a1cffb80677701da5598f42a795a7d (diff)
(andri) add field date hold/unhold SO
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/sale_order.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index e0085eeb..e57aeabb 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -94,6 +94,7 @@
</field>
<field name="user_id" position="after">
<field name="hold_outgoing" readonly="1" />
+ <field name="hold_outgoing_datetime" readonly="1" widget="datetime" />
<field name="helper_by_id" readonly="1" />
<field name="compute_fullfillment" invisible="1" />
</field>
@@ -402,6 +403,7 @@
<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>