add ui changes

This commit is contained in:
pawan.sharma 2022-08-21 19:54:00 +05:30
parent a5a307578b
commit c55391ccbe
1 changed files with 9 additions and 9 deletions

View File

@ -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>