diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-25 09:03:36 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-25 09:03:36 +0700 |
| commit | af190fa1e5e9301d84307b39b1927f77d3f0ee21 (patch) | |
| tree | 3c070466253f4896d5a130fb45bf254d2952a146 /indoteknik_custom/views | |
| parent | a7be93f4825967807f12e6bfbebcf090af8500fa (diff) | |
fix bug date reserved
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index d713edbc..b5087e35 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -52,6 +52,10 @@ type="object" attrs="{'invisible': ['|', ('state', '!=', 'done'), ('name', 'ilike', 'out')]}" /> + <button name="action_send_to_biteship" + string="Biteship" + type="object" + /> </button> <field name="backorder_id" position="after"> <field name="summary_qty_detail"/> |
