Skip to content

Commit

Permalink
[ADD] contract: OCA#1033 to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot authored and jaydeep32 committed Feb 15, 2024
1 parent 8da0f87 commit 326cefe
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions contract/views/contract.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,13 @@
</group>
</group>
<group name="recurring_invoices">
<div class="o_row">
<field name="line_recurrence" class="oe_inline" />
<label for="line_recurrence" />
</div>
<group invisible="line_recurrence">
<field
name="line_recurrence"
class="oe_inline"
attrs="{'readonly': [('line_recurrence', '=', True), ('invoice_count', '!=', 0)]}"
/>
<label for="line_recurrence" />
<group attrs="{'invisible': [('line_recurrence', '=', True)]}">
<label for="recurring_interval" />
<div class="o_row">
<field
Expand Down

0 comments on commit 326cefe

Please sign in to comment.