Skip to content

Commit

Permalink
Merge PR OCA#1316 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jul 15, 2024
2 parents 81c6778 + 7191189 commit 323d7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_invoice_select_for_payment/views/account_move.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 323d7d4

Please sign in to comment.