diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-29 16:14:02 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-29 16:14:02 +0700 |
| commit | 35f6888e67e9303bf6eb1e2e3c5f77f24301f02d (patch) | |
| tree | 7f756747b32bcf6207f90365ecdc2bcb0dc9bd8f /fixco_custom/views/stock_picking.xml | |
| parent | cd171091ddb3382c54000e2837afe9f6d9dd66a2 (diff) | |
| parent | 1c42785d665f1b4d459e468d9c0428bc6f767954 (diff) | |
merge
Merge branch 'main' of https://bitbucket.org/altafixco/fixco-addons
Diffstat (limited to 'fixco_custom/views/stock_picking.xml')
| -rwxr-xr-x | fixco_custom/views/stock_picking.xml | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/fixco_custom/views/stock_picking.xml b/fixco_custom/views/stock_picking.xml index 21ced7c..00b0eee 100755 --- a/fixco_custom/views/stock_picking.xml +++ b/fixco_custom/views/stock_picking.xml @@ -21,18 +21,13 @@ <field name="inherit_id" ref="stock.view_picking_form"/> <field name="arch" type="xml"> <button name="action_confirm" position="before"> - <button name="label_ginee" - string="Print Label Ginee" + <button name="rts_ginee" + string="Ready To Ship" type="object" attrs="{'invisible': [('picking_type_code', '!=', 'outgoing')]}" /> - <button name="get_shipping_parameter" - string="Get Shipping" - type="object" - attrs="{'invisible': [('picking_type_code', '!=', 'outgoing')]}" - /> - <button name="ship_order" - string="Ship Order" + <button name="label_ginee" + string="Get Resi" type="object" attrs="{'invisible': [('picking_type_code', '!=', 'outgoing')]}" /> |
