Merge PR #1316 into 14.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2024-07-15 09:46:45 +00:00

View File

@@ -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>