diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-06-19 16:48:16 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-06-19 16:48:16 +0700 |
| commit | aa59f0f8f3edfc0aa1e257b35d5c6e83b8f6978c (patch) | |
| tree | 21b7877eb043a183d1505efcf05f403a03371b47 /indoteknik_custom/views/stock_picking.xml | |
| parent | 63bc8cf104e4c8b0908df8f573d137fcf38c1b5c (diff) | |
receipt approval in logistic
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 4bbdc7b8..02003e05 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -30,7 +30,7 @@ <button name="ask_return_approval" string="Ask Return/Acc" type="object" - attrs="{'invisible': ['|', ('state', '=', 'draft'), ('state', '=', 'cancel'), ('approval_return_status', '=', 'pengajuan1')]}" + attrs="{'invisible': ['|', ('state', 'in', ['draft', 'cancel', 'assigned']), ('approval_return_status', '=', 'pengajuan1')]}" /> <button name="action_create_invoice_from_mr" string="Create Bill" |
