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. (OCA#405)
  • Loading branch information
feketemihai authored and nikul-serpentcs committed Jan 20, 2018
1 parent 12278af commit e003685
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 e003685

Please sign in to comment.