Skip to content

Commit

Permalink
Update view in holidays status, to remove duplicated field on company…
Browse files Browse the repository at this point in the history
…_id. (#405)
  • Loading branch information
feketemihai authored Nov 14, 2017
1 parent 1d5af5f commit 8848588
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hr_holidays_legal_leave/views/hr_holidays_status.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<field name="model">hr.holidays.status</field>
<field name="inherit_id" ref="hr_holidays.edit_holiday_status_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='name']"
<xpath expr="//field[@name='company_id']"
position="after">
<field name="company_id" groups="base.group_multi_company"/>
<field name="is_annual" />
<field name="is_annual"/>
</xpath>
</field>
</record>
Expand Down

0 comments on commit 8848588

Please sign in to comment.