diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-09-14 14:13:23 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-09-14 14:13:23 +0700 |
| commit | 333a046f9bdfbdb2ccebb88793e00c83641e7054 (patch) | |
| tree | 7e75791204277b7bda300f789e97ce0b1752d87c | |
| parent | 49937a4d59eed5afbab7b63ef9c7a859176cb946 (diff) | |
| parent | 4b7fcd14f7d8dc286d534503116fd649165fbf4d (diff) | |
Merge branch 'production' of https://bitbucket.org/altafixco/indoteknik-addons into production
| -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" |
