Skip to content
Snippets Groups Projects
Commit fca87058 authored by Juliana's avatar Juliana
Browse files

Modification grouper par

parent 695254f4
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,20 @@ ...@@ -5,6 +5,20 @@
<odoo> <odoo>
<data> <data>
<record id="cgscop_hr_timesheet_line_search" model="ir.ui.view">
<field name="name">cgscop.hr.timesheet.line.search</field>
<field name="model">account.analytic.line</field>
<field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_search"/>
<field name="arch" type="xml">
<xpath expr="//filter[@name='groupby_task']" position="replace">
<filter string="Contact" name="groupby_partner" domain="[]" context="{'group_by':'partner_id'}"/>
</xpath>
<xpath expr="//filter[@name='groupby_project']" position="attributes">
<attribute name="string">Code activité UR</attribute>
</xpath>
</field>
</record>
<!-- Tree View Timesheet CG --> <!-- Tree View Timesheet CG -->
<record id="view_cgscop_hr_timesheet_line_tree" model="ir.ui.view"> <record id="view_cgscop_hr_timesheet_line_tree" model="ir.ui.view">
<field name="name">account.analytic.line.timesheet.cgscop</field> <field name="name">account.analytic.line.timesheet.cgscop</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment