summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-09-03 14:14:09 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-09-03 14:14:09 +0700
commit9ee856d603530e8cc3494a2bccb8fdfaa328da6a (patch)
tree45060ea34a072579defd77dee32687f260dce60e /indoteknik_custom/views
parenta50b6fd128b643e542ca023aa40f3803260bcf66 (diff)
push
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/sale_order.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index 1257ff85..569c59f3 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -11,6 +11,10 @@
string="Create No"
type="object"
/>
+ <button name="do_unreserve"
+ string="Unreserve Picking"
+ type="object"
+ />
<button name="sale_order_approve"
string="Ask Approval"
type="object"
@@ -64,6 +68,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"