summaryrefslogtreecommitdiff
path: root/fixco_custom/views/stock_picking.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-12-24 14:07:54 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-12-24 14:07:54 +0700
commit5dc0eb722ba306ed2e81acad1b6ba7457717af44 (patch)
tree0cb0fddb7deef4c300d3dc5441c26fba35f11056 /fixco_custom/views/stock_picking.xml
parentaeeecacfe7b10ebbdefe5284f98e9e9f37c1b8d1 (diff)
push add lock date scheduler
Diffstat (limited to 'fixco_custom/views/stock_picking.xml')
-rwxr-xr-xfixco_custom/views/stock_picking.xml13
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')]}"
/>