diff options
Diffstat (limited to 'fixco_custom/views/stock_picking.xml')
| -rwxr-xr-x | fixco_custom/views/stock_picking.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fixco_custom/views/stock_picking.xml b/fixco_custom/views/stock_picking.xml index c2d899b..c7890f7 100755 --- a/fixco_custom/views/stock_picking.xml +++ b/fixco_custom/views/stock_picking.xml @@ -22,6 +22,11 @@ string="Print Label Ginee" type="object" /> + <button name="action_create_invoice_from_mr" + string="Create Bill" + type="object" + attrs="{'invisible': [('state', '!=', 'done')]}" + /> </button> <group name="other_infos" position="after"> |
