diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-25 14:13:58 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-25 14:13:58 +0700 |
| commit | e829c7b307083b4d1fa49459e25365981ff12732 (patch) | |
| tree | 62f07ff53481dd21eaa457d37b2c48f3922a67de /indoteknik_custom/views/stock_picking.xml | |
| parent | b1c7b43c51c670e42a0dd2399139fbd9a600f121 (diff) | |
| parent | 1a4375094187946782d2e366649b958dec7fc074 (diff) | |
Merge
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into is_discweb_so_line
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
| -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 5e33e4c7..f9200dfa 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" |
