summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/stock_picking.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
-rw-r--r--indoteknik_custom/views/stock_picking.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml
index 5f78ea57..1b648d58 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -6,6 +6,12 @@
<field name="model">stock.picking</field>
<field name="inherit_id" ref="stock.view_picking_form"/>
<field name="arch" type="xml">
+ <button name="action_confirm" position="before">
+ <button name="ask_approval"
+ string="Ask Approval"
+ type="object"
+ />
+ </button>
<div class="oe_title" position="after">
<button name="calculate_line_no"
string="Line No"
@@ -25,6 +31,7 @@
<field name="count_line_detail"/>
</field>
<field name="origin" position="after">
+ <field name="approval_status"/>
<field name="summary_qty_operation"/>
<field name="count_line_operation"/>
<field name="account_id"