We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7660c9 commit d9b77dcCopy full SHA for d9b77dc
addons/hr/views/hr_employee_views.xml
@@ -373,7 +373,7 @@
373
<span invisible="not contract_date_start">to</span>
374
<field name="contract_date_end" string="End Date" placeholder="Indefinite"
375
class="o_hr_narrow_field ms-3" invisible="not contract_date_start"/>
376
- <widget name="button_new_contract"/>
+ <widget name="button_new_contract" invisible="not (contract_date_start and contract_date_end)"/>
377
</div>
378
<label for="wage"/>
379
<div class="o_row" name="wage">
0 commit comments