From 38fccce26f8488682961823148110bef1dcda729 Mon Sep 17 00:00:00 2001 From: Remi <remi@le-filament.com> Date: Fri, 31 Jan 2020 17:40:53 +0100 Subject: [PATCH] Change order between contact and project (cgscop#72) --- views/calendar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/calendar.xml b/views/calendar.xml index df9637a..f262afb 100644 --- a/views/calendar.xml +++ b/views/calendar.xml @@ -68,8 +68,8 @@ <notebook position="before"> <group name="event_info" col="1"> <group> - <field name="coop_id" options="{'no_open': True, 'no_create': True}"/> <field name="project_id" options="{'no_open': True, 'no_create': True}"/> + <field name="coop_id" options="{'no_open': True, 'no_create': True}"/> <field name="ur_id" invisible="1"/> <field name="partner_ids" -- GitLab