diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-10-21 09:40:37 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-10-21 09:40:37 +0700 |
| commit | b48a351927af1dfde51d9f7cbced19c8d84c9152 (patch) | |
| tree | b62c38341d38ffc78bb780230740bba4d97dd031 /indoteknik_custom/views/stock_picking.xml | |
| parent | 752768d6cc29a231b47637653d4f3e4e293a4590 (diff) | |
Internal Use Approval
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 7 |
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" |
