Skip to content

Commit

Permalink
Merge PR #1420 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by luisg123v
  • Loading branch information
OCA-git-bot committed Dec 19, 2024
2 parents d174642 + af11a61 commit dd04d6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hr_employee_firstname/views/hr_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
</xpath>
<xpath expr="//h1//field[@name='name']/.." position="after">
<group>
<field
name="firstname"
attrs="{'required': [('lastname', '=', False)]}"
/>
<field
name="lastname"
attrs="{'required': [('firstname', '=', False)]}"
/>
<field
name="firstname"
attrs="{'required': [('lastname', '=', False)]}"
/>
</group>
</xpath>
</field>
Expand Down

0 comments on commit dd04d6e

Please sign in to comment.