diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-13 16:19:22 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-13 16:19:22 +0700 |
| commit | 4b7fcd14f7d8dc286d534503116fd649165fbf4d (patch) | |
| tree | ba255e1883c6214929450607f770cf741934fa10 | |
| parent | d50c99e3eed68df73bf2eaa10ad4013e0321aea8 (diff) | |
fix invisible button ask return
| -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 ebc978aa..a9c52fb5 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -41,7 +41,7 @@ <button name="ask_return_approval" string="Ask Return/Acc" type="object" - attrs="{'invisible': ['|', ('state', 'in', ['draft', 'cancel', 'assigned']), ('approval_return_status', '=', 'pengajuan1')]}" + attrs="{'invisible': ['|', ('state', 'in', ['draft', 'cancel', 'assigned'])]}" /> <button name="action_create_invoice_from_mr" string="Create Bill" |
