From d93facf586f9bded03b30a5b293ab045bbd83ad0 Mon Sep 17 00:00:00 2001 From: Benjamin <benjamin@le-filament.com> Date: Mon, 26 Oct 2020 19:15:12 +0100 Subject: [PATCH] [add] objectType dans parametre de champ --- views/res_partner.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/res_partner.xml b/views/res_partner.xml index e20a542..10c1f5c 100644 --- a/views/res_partner.xml +++ b/views/res_partner.xml @@ -20,7 +20,7 @@ canUpdate="0" canCopyCutPaste="0" canRename="0" - metadata="[{'name': 'crm:type', 'type': 'selection', 'label': 'Type', 'objectType': 'D:crm:document'}, {'name': 'crm:periode', 'type': 'selection', 'label': 'Période', 'objectType': 'D:crm:document'}]"/> + metadata="[{'name': 'crm:type', 'type': 'selection', 'label': 'Type', 'objectType': 'D:crm:document'}, {'name': 'crm:periode', 'type': 'selection', 'label': 'Période', 'objectType': 'D:crm:document'}, {'name': 'cmis:objectTypeId', 'value': 'D:crm:document', 'label': 'ObjectType'}]"/> </page> </xpath> </field> -- GitLab