Skip to content

Commit

Permalink
[IMP] hr_contract: reverse tab in hr contract form view
Browse files Browse the repository at this point in the history
  • Loading branch information
pna-odoo authored and rim-odoo committed Oct 20, 2017
1 parent aabc144 commit 85fc3b9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions addons/hr_contract/views/hr_contract_views.xml
Expand Up @@ -104,19 +104,7 @@
</group>
</group>
<notebook>
<page string="Salary Information" name="information">
<group name="main_info">
<group name="salary_and_advantages" string="Monthly Advantages in Cash">
<label for="wage"/>
<div class="o_row" name="wage">
<field name="wage" nolabel="1"/>
<span>/ month</span>
</div>
<field name="advantages" nolabel="1" placeholder="Advantages..." colspan="2" invisible="1"/>
</group>
</group>
</page>
<page string="Other Information" name="other">
<page string="Contract Details" name="other">
<group>
<group name="duration_group" string="Contract Terms">
<field name="date_start"/>
Expand All @@ -133,6 +121,18 @@
<field name="notes" nolabel="1"/>
</group>
</page>
<page string="Salary Information" name="information">
<group name="main_info">
<group name="salary_and_advantages" string="Monthly Advantages in Cash">
<label for="wage"/>
<div class="o_row" name="wage">
<field name="wage" nolabel="1"/>
<span>/ month</span>
</div>
<field name="advantages" nolabel="1" placeholder="Advantages..." colspan="2" invisible="1"/>
</group>
</group>
</page>
</notebook>
</sheet>
<div class="oe_chatter">
Expand Down

0 comments on commit 85fc3b9

Please sign in to comment.