summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2024-06-12 09:18:20 +0700
committerstephanchrst <stephanchrst@gmail.com>2024-06-12 09:18:20 +0700
commit590decb22298c53e13265c49be568731f8275f9f (patch)
tree73e0789042ffa8066f94afc91469ebe18f4996e0 /indoteknik_custom/views
parent2c7c774119f47025d1577cfa6b8c88e3cc5a0607 (diff)
add matches so in purchase order view
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/purchase_order.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml
index bb38715e..6871b398 100755
--- a/indoteknik_custom/views/purchase_order.xml
+++ b/indoteknik_custom/views/purchase_order.xml
@@ -132,6 +132,7 @@
<field name="create_date" position="after">
<field name="approval_status" />
<field name="responsible_ids" widget="many2many_tags" optional="hide"/>
+ <field name="matches_so" widget="many2many_tags" optional="hide"/>
</field>
</field>
</record>
@@ -148,6 +149,7 @@
<field name="note_description" optional="hide"/>
<field name="sale_order_id" optional="hide"/>
<field name="responsible_ids" widget="many2many_tags" optional="hide"/>
+ <field name="matches_so" widget="many2many_tags" optional="hide"/>
</field>
</field>
</record>