diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-14 14:58:56 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-14 14:58:56 +0700 |
| commit | 66b6b5863a15377c91300079026b11e7f81d60e4 (patch) | |
| tree | bb2fa2bcf4e76392fbaaf2bafbe2650cf055b149 /fixco_custom/views | |
| parent | ad1f21b27dff6eca4eb90d2a4496cd9ff80701c4 (diff) | |
create bills per receipt
Diffstat (limited to 'fixco_custom/views')
| -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"> |
