mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
Update rma_account/views/account_move_view.xml
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
context="{'rma': True}"
|
||||
domain="[('type', '=', 'supplier'),('partner_id', '=', partner_id)]"
|
||||
attrs="{'readonly': [('state','not in',['draft'])],
|
||||
'invisible': ['|', ('state', '=', 'paid'),
|
||||
'invisible': ['|', ('payment_state', '=', 'paid'),
|
||||
('move_type', '!=', 'in_refund')]}"
|
||||
class="oe_edit_only"
|
||||
options="{'no_create': True}"
|
||||
|
||||
Reference in New Issue
Block a user