summaryrefslogtreecommitdiff
path: root/fixco_custom/views
diff options
context:
space:
mode:
Diffstat (limited to 'fixco_custom/views')
-rwxr-xr-xfixco_custom/views/stock_picking.xml13
-rw-r--r--fixco_custom/views/upload_ginee.xml4
2 files changed, 6 insertions, 11 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')]}"
/>
diff --git a/fixco_custom/views/upload_ginee.xml b/fixco_custom/views/upload_ginee.xml
index de99c3d..47a2dff 100644
--- a/fixco_custom/views/upload_ginee.xml
+++ b/fixco_custom/views/upload_ginee.xml
@@ -21,8 +21,8 @@
<form string="Upload Ginee">
<header>
<button name="action_import_excel" string="Import Excel" type="object" class="oe_highlight" attrs="{'invisible': [('number', '=', False)]}"/>
- <button name="action_get_order_id" string="Get Order ID" type="object" class="oe_highlight" attrs="{'invisible': [('number', '=', False)]}"/>
- <button name="action_create_detail_order" string="Create Detail Order" type="object" class="oe_highlight" attrs="{'invisible': [('number', '=', False)]}"/>
+ <button name="action_get_order_id" string="Get Order ID" type="object" class="oe_highlight" invisible="1"/>
+ <button name="action_create_detail_order" string="Create Detail Order" type="object" class="oe_highlight" invisible="1"/>
<button name="action_get_order_id_and_create_detail_order" string="Get Order ID And Create Detail Order" type="object" class="oe_highlight" attrs="{'invisible': [('number', '=', False)]}"/>
<field name="number" widget="field_no_edit" options="{'no_open': True}"/>
<field name="date_upload"/>