Skip to content
Extraits de code Groupes Projets
Valider c5bb4c1f rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[fix] error action views on update

parent 9fffc105
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -324,14 +324,12 @@ ...@@ -324,14 +324,12 @@
<field <field
name="context" name="context"
>{'search_default_no_report': 1, 'search_default_groupby_date': 1}</field> >{'search_default_no_report': 1, 'search_default_groupby_date': 1}</field>
<field </record>
name="view_ids" <record id="act_hr_timesheet_line_view_calendar" model="ir.actions.act_window.view">
eval="[(5, 0, 0), <field name="view_mode">calendar</field>
(0, 0, {'view_mode': 'tree', 'sequence': 5, 'view_id': ref('cgscop_timesheet.view_cgscop_hr_timesheet_line_tree')}), <field name="sequence" eval="5"/>
(0, 0, {'view_mode': 'calendar', 'sequence': 10, 'view_id': ref('cgscop_timesheet.view_cgscop_hr_timesheet_line_calendar')}), <field name="view_id" ref="view_cgscop_hr_timesheet_line_calendar"/>
(0, 0, {'view_mode': 'pivot', 'sequence': 15, 'view_id': ref('hr_timesheet.view_hr_timesheet_line_pivot')}), <field name="act_window_id" ref="hr_timesheet.act_hr_timesheet_line"/>
(0, 0, {'view_mode': 'form', 'sequence': 20, 'view_id': ref('cgscop_timesheet.view_cgscop_hr_timesheet_line_form')})]"
/>
</record> </record>
<!-- Hérite l'action de la fenetre dans hr_timesheet --> <!-- Hérite l'action de la fenetre dans hr_timesheet -->
...@@ -345,13 +343,6 @@ ...@@ -345,13 +343,6 @@
'search_default_groupby_employee':1, 'search_default_groupby_employee':1,
'search_default_groupby_project':1, 'search_default_groupby_project':1,
}</field> }</field>
<field name="view_mode">tree,form</field>
<field
name="view_ids"
eval="[(5, 0, 0),
(0, 0, {'view_mode': 'tree', 'sequence': 5, 'view_id': ref('cgscop_timesheet.view_cgscop_hr_timesheet_line_tree')}),
(0, 0, {'view_mode': 'form', 'sequence': 20, 'view_id': ref('cgscop_timesheet.view_cgscop_hr_timesheet_line_form')})]"
/>
</record> </record>
<!-- Report View per Contact --> <!-- Report View per Contact -->
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter