From abe2b9ef2b806e717a8fbf4be3af758f3b143c06 Mon Sep 17 00:00:00 2001 From: jordan <jordan@le-filament.com> Date: Mon, 22 Feb 2021 16:15:03 +0100 Subject: [PATCH] [update] change default order tree view --- views/scop_cotisation_task.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/scop_cotisation_task.xml b/views/scop_cotisation_task.xml index 08280db..456ec4d 100644 --- a/views/scop_cotisation_task.xml +++ b/views/scop_cotisation_task.xml @@ -10,7 +10,7 @@ <field name="name">scop.cotisation.task.tree</field> <field name="model">scop.cotisation.task</field> <field name="arch" type="xml"> - <tree create="false" string="Taches création cotisations"> + <tree create="false" string="Taches création cotisations" default_order="create_date desc"> <field name="create_date"/> <field name="year"/> <field name='status'/> -- GitLab