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

[cgscop #117] affichage liste evenements par ordre croissant

parent 847c290c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
<field name="model">calendar.event</field> <field name="model">calendar.event</field>
<field name="inherit_id" ref="calendar.view_calendar_event_tree"/> <field name="inherit_id" ref="calendar.view_calendar_event_tree"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<tree position="attributes">
<attribute name="default_order">start</attribute>
</tree>
<field name="partner_ids" position="attributes"> <field name="partner_ids" position="attributes">
<attribute name="invisible">True</attribute> <attribute name="invisible">True</attribute>
</field> </field>
......
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