mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_invoice_select_for_payment: select partially-paid invoices
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<field name="name" position="before">
|
||||
<field
|
||||
name="selected_for_payment"
|
||||
attrs="{'invisible': [('payment_state', '!=', 'not_paid') ]}"
|
||||
attrs="{'invisible': [('payment_state', 'not in', ['not_paid', 'partial']) ]}"
|
||||
widget="toggle_button"
|
||||
/>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user