mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
@@ -23,7 +23,7 @@
|
||||
groups="account_payment_order.group_account_payment"
|
||||
attrs="{'invisible': ['|', '|',
|
||||
('payment_order_ok', '=', False),
|
||||
('state', '!=', 'open'),
|
||||
('state', '!=', 'posted'),
|
||||
('type', 'not in', ('out_invoice', 'out_refund'))
|
||||
]}"
|
||||
/>
|
||||
@@ -34,7 +34,7 @@
|
||||
groups="account_payment_order.group_account_payment"
|
||||
attrs="{'invisible': ['|', '|',
|
||||
('payment_order_ok', '=', False),
|
||||
('state', '!=', 'open'),
|
||||
('state', '!=', 'posted'),
|
||||
('type', 'not in', ('in_invoice', 'in_refund'))
|
||||
]}"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user