add ui changes
This commit is contained in:
parent
a5a307578b
commit
c55391ccbe
|
@ -13,16 +13,16 @@
|
|||
<field name="user_id" string="Related User" domain="[('share', '=', False)]" required="1"/>
|
||||
</xpath>
|
||||
<xpath expr="//page[@name='hr_settings']" position="inside">
|
||||
<group>
|
||||
<field name="employee_cost_change" readonly="1" string="Employee Cost History">
|
||||
<tree editable="bottom">
|
||||
<field name="employee_id" invisible="1"/>
|
||||
<field name="user_id" string="Changed By"/>
|
||||
<field name="date" string="Changed Date"/>
|
||||
<field name="timesheet_cost" string="Changed Cost"/>
|
||||
</tree>
|
||||
</field>
|
||||
<group string="Employee Cost History">
|
||||
</group>
|
||||
<field name="employee_cost_change" readonly="1" string="Employee Cost History">
|
||||
<tree editable="bottom">
|
||||
<field name="employee_id" invisible="1"/>
|
||||
<field name="user_id" string="Changed By"/>
|
||||
<field name="date" string="Changed Date"/>
|
||||
<field name="timesheet_cost" string="Changed Cost"/>
|
||||
</tree>
|
||||
</field>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
|
Loading…
Reference in New Issue