summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-02-11 10:27:32 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-02-11 10:27:32 +0700
commit597e3b3f62d492f0bb113138decc130477f89ed6 (patch)
tree79325aa920a319b391243d188f53741a6d8d6bc1
parente7eadc269299d03f6eb0702459147a2900b982b4 (diff)
hide date_planned
-rwxr-xr-xindoteknik_custom/views/purchase_order.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml
index f7f38686..3e4dd89c 100755
--- a/indoteknik_custom/views/purchase_order.xml
+++ b/indoteknik_custom/views/purchase_order.xml
@@ -81,6 +81,9 @@
<field name="product_id" position="attributes">
<attribute name="options">{'no_create': True}</attribute>
</field>
+ <field name="date_planned" position="attributes">
+ <attribute name="invisible">1</attribute>
+ </field>
<field name="product_qty" position="before">
<field name="is_edit_product_qty" readonly="1" optional="hide"/>
<field name="qty_onhand" readonly="1" optional="hide"/>