summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/sale_order.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-09-30 14:08:26 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-09-30 14:08:26 +0700
commit3b83868fbdb29e8f5208035e5166a13e5d24f382 (patch)
tree437eae685994f9f85682fe53805a476b45164d6d /indoteknik_custom/views/sale_order.xml
parente48193b793216a4ab82d88753ae144c08c3ddfaf (diff)
parent5e1a6dc4d2bb04a36fcaef023fb9894336ebd4f6 (diff)
Merge branch 'unreserved_permission' into production
# Conflicts: # indoteknik_custom/models/__init__.py # indoteknik_custom/security/ir.model.access.csv
Diffstat (limited to 'indoteknik_custom/views/sale_order.xml')
-rwxr-xr-xindoteknik_custom/views/sale_order.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index 5ef399c7..17faaa95 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -78,6 +78,7 @@
<field name="npwp" placeholder='99.999.999.9-999.999' required="1"/>
<field name="sppkp" attrs="{'required': [('customer_type', '=', 'pkp')]}"/>
<field name="email" required="1"/>
+ <field name="unreserve_id"/>
<field name="due_id" readonly="1"/>
<field name="source_id" domain="[('id', 'in', [32, 59, 60, 61])]" required="1"/>
<button name="override_allow_create_invoice"