diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-10-21 10:39:07 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-10-21 10:39:07 +0700 |
| commit | d4b46663d5e625cfabf52f7663c1f876ce202c26 (patch) | |
| tree | c27ee95e75578553c0696f009d91da240653cfcb /indoteknik_custom/views/stock_picking.xml | |
| parent | 5f700464f6bbc7b38438a0a527554327f390fe78 (diff) | |
| parent | b48a351927af1dfde51d9f7cbced19c8d84c9152 (diff) | |
Merge branch 'master' of bitbucket.org:altafixco/indoteknik-addons
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" |
