From e9d7ea6bb876de899756c04aa59632d4e51272a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thibault=20Delavall=C3=A9e?= Date: Thu, 13 Nov 2014 11:28:33 +0100 Subject: [PATCH] [IMP] crm: kanban customization - stage model: add field holding the eventual specific legends for kanban tates and star (priority) management - crm.lead kanban: use kanban column using group_by_tooltip - update data and demo data --- addons/crm/crm.py | 3 +++ addons/crm/crm_lead_view.xml | 2 +- addons/crm/crm_view.xml | 8 +++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/addons/crm/crm.py b/addons/crm/crm.py index ebba6e1..045b68f 100644 --- a/addons/crm/crm.py +++ b/addons/crm/crm.py @@ -128,6 +128,9 @@ class crm_stage(osv.Model): help="Link between stages and sales teams. When set, this limitate the current stage to the selected sales teams."), 'case_default': fields.boolean('Default to New Sales Team', help="If you check this field, this stage will be proposed by default on each sales team. It will not assign this stage to existing teams."), + 'legend_priority': fields.text( + 'Priority Management Explanation', translate=True, + help='Explanation text to help users using the star and priority mechanism on stages or issues that are in this stage.'), 'fold': fields.boolean('Folded in Kanban View', help='This stage is folded in the kanban view when' 'there are no records in that stage to display.'), diff --git a/addons/crm/crm_lead_view.xml b/addons/crm/crm_lead_view.xml index 7cb7762..e50e35e 100644 --- a/addons/crm/crm_lead_view.xml +++ b/addons/crm/crm_lead_view.xml @@ -275,7 +275,7 @@ crm.lead - + diff --git a/addons/crm/crm_view.xml b/addons/crm/crm_view.xml index 1fb8696..af8cb59 100644 --- a/addons/crm/crm_view.xml +++ b/addons/crm/crm_view.xml @@ -107,7 +107,7 @@ - + crm.stage.tree @@ -122,8 +122,6 @@ - - crm.stage.form crm.stage @@ -136,13 +134,13 @@ + - + - -- 1.7.10.4