From eeffe7b5ba406fc880bda5d1aa9978efbf56cb86 Mon Sep 17 00:00:00 2001 From: michel Date: Thu, 16 Nov 2017 16:02:30 +0100 Subject: [PATCH] =?UTF-8?q?=E2=88=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coworking_relation/models/relation.py | 2 ++ coworking_relation/views/relation_views.xml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/coworking_relation/models/relation.py b/coworking_relation/models/relation.py index e3b8666..f4c47c8 100644 --- a/coworking_relation/models/relation.py +++ b/coworking_relation/models/relation.py @@ -9,3 +9,5 @@ class CoworkerRelation(models.Model): _name = 'coworking.relation' _description = 'relation model definition' _order = 'id asc' + + titre = fields.Char() diff --git a/coworking_relation/views/relation_views.xml b/coworking_relation/views/relation_views.xml index 6c9e8e3..ac04da6 100644 --- a/coworking_relation/views/relation_views.xml +++ b/coworking_relation/views/relation_views.xml @@ -7,6 +7,9 @@ coworking.relation
+ + +