summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/stock_picking.xml
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-03-24 15:51:53 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-03-24 15:51:53 +0700
commitd7838ad087daf51826d3be27888df04eac09a293 (patch)
tree629154312c99d14f08d61f541165a2396f175561 /indoteknik_custom/views/stock_picking.xml
parent056a719bbb24a931b119515f0483b96ad2f4d415 (diff)
parent3aa64db9c10d0fcb8009e9e6f942672a12669099 (diff)
fix conflict
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
-rw-r--r--indoteknik_custom/views/stock_picking.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml
index 866c1aac..0ff79ea8 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -31,6 +31,11 @@
type="object"
attrs="{'invisible': ['|', ('state', '=', 'draft'), ('state', '=', 'cancel'), ('approval_return_status', '=', 'pengajuan1')]}"
/>
+ <button name="action_create_invoice_from_mr"
+ string="Create Bill"
+ type="object"
+ attrs="{'invisible': [('state', '!=', 'done')]}"
+ />
</button>
<field name="backorder_id" position="after">
<field name="is_internal_use"