diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-27 15:53:11 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-27 15:53:11 +0700 |
| commit | 0e2fe03295f96560500c53ee61104a0a9f563576 (patch) | |
| tree | 84f23d1d1f4f2d2e9761a60f554372154983cc38 /indoteknik_custom/views | |
| parent | 605385c9c0bf3ed95ada1628c02f00b53dc19eb6 (diff) | |
<miqdad> remove ask return in stock picking
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index c088e00c..f4159b1b 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -50,11 +50,11 @@ type="object" attrs="{'invisible': ['|', ('state', 'in', ['done']), ('approval_receipt_status', '=', 'pengajuan1')]}" /> - <button name="ask_return_approval" - string="Ask Return/Acc" - type="object" - attrs="{'invisible': [('state', 'in', ['draft', 'cancel', 'assigned'])]}" - /> +<!-- <button name="ask_return_approval"--> +<!-- string="Ask Return/Acc"--> +<!-- type="object"--> +<!-- attrs="{'invisible': [('state', 'in', ['draft', 'cancel', 'assigned'])]}"--> +<!-- />--> <button name="action_create_invoice_from_mr" string="Create Bill" type="object" |
