diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-14 15:55:11 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-14 15:55:11 +0700 |
| commit | 0cd5b2654ca6260632d24e8981aeaef1d4015c4c (patch) | |
| tree | b9c075c331b5dffda2147a593e43d3563daf43e2 | |
| parent | 17b3dac047891b43418b1e5d54642cd9b087e0e6 (diff) | |
fix bug stock picking 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 a9c52fb5..9f03235d 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'])]}" + attrs="{'invisible': [('state', 'in', ['draft', 'cancel', 'assigned'])]}" /> <button name="action_create_invoice_from_mr" string="Create Bill" |
