Skip to content

Commit

Permalink
Merge pull request #6 from coopiteasy/9.0-improve_speed_employee
Browse files Browse the repository at this point in the history
[REM] hr_timesheet_overtime: remove total_overtime from emmployee tree view
  • Loading branch information
remytms authored Dec 1, 2020
2 parents 4522eb5 + c064a46 commit 1319f1f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions hr_timesheet_overtime/views/hr_employee_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,4 @@
</xpath>
</field>
</record>

<record id="hr_timesheet_overtime_view_employee_tree" model="ir.ui.view">
<field name="name">hr.employee.tree</field>
<field name="model">hr.employee</field>
<field name="inherit_id" ref="hr.view_employee_tree"/>
<field name="arch" type="xml">
<field name="work_email" position="after">
<field name="total_overtime" widget="float_time" groups="analytic.group_analytic_accounting"
type="char"/>
</field>
</field>
</record>
</odoo>

0 comments on commit 1319f1f

Please sign in to comment.