summaryrefslogtreecommitdiff
path: root/fixco_custom/views/stock_picking.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-07-28 15:19:50 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-07-28 15:19:50 +0700
commitc99a62f139fd7dfad7ffb2911eaaa7e7b95c7dd5 (patch)
treeddfecef3f18ea6379ad15dc343da3dfef26fdd5e /fixco_custom/views/stock_picking.xml
parent9519acabf66956f7af58a1bdad137c1e86480b57 (diff)
push
Diffstat (limited to 'fixco_custom/views/stock_picking.xml')
-rwxr-xr-xfixco_custom/views/stock_picking.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/views/stock_picking.xml b/fixco_custom/views/stock_picking.xml
index c7890f7..073cd47 100755
--- a/fixco_custom/views/stock_picking.xml
+++ b/fixco_custom/views/stock_picking.xml
@@ -25,7 +25,7 @@
<button name="action_create_invoice_from_mr"
string="Create Bill"
type="object"
- attrs="{'invisible': [('state', '!=', 'done')]}"
+ attrs="{'invisible': [('state', '!=', 'done'), ('picking_type_code', '!=', 'incoming')]}"
/>
</button>