diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-03-21 17:41:29 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-03-21 17:41:29 +0700 |
| commit | 768825fb0c1f7d77da1d4689f21bc0473a5085c8 (patch) | |
| tree | d7fb731caa8d33a468d513801e573db73f825172 /indoteknik_custom/views | |
| parent | 9428bbbaa8161c90b676e3b7980a86b0e8ee5046 (diff) | |
add create bill in goods receipt
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 866c1aac..0ff79ea8 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -31,6 +31,11 @@ type="object" attrs="{'invisible': ['|', ('state', '=', 'draft'), ('state', '=', 'cancel'), ('approval_return_status', '=', 'pengajuan1')]}" /> + <button name="action_create_invoice_from_mr" + string="Create Bill" + type="object" + attrs="{'invisible': [('state', '!=', 'done')]}" + /> </button> <field name="backorder_id" position="after"> <field name="is_internal_use" |
