Skip to content
Snippets Groups Projects
Commit fdd393fd authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[cgscop #117] affichage liste evenements par ordre croissant

parent 847c290c
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,9 @@
<field name="model">calendar.event</field>
<field name="inherit_id" ref="calendar.view_calendar_event_tree"/>
<field name="arch" type="xml">
<tree position="attributes">
<attribute name="default_order">start</attribute>
</tree>
<field name="partner_ids" position="attributes">
<attribute name="invisible">True</attribute>
</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment