[REV] stages: removed bar_fold and bar_color fields.
authorThibault Delavallée <tde@openerp.com>
Mon, 21 Oct 2013 10:49:12 +0000 (12:49 +0200)
committerThibault Delavallée <tde@openerp.com>
Mon, 21 Oct 2013 10:49:12 +0000 (12:49 +0200)
commit878ceca988b58d32a4df0663d51157c2c775d16c
tree3a25d5dd18a21da8f32b9031fbefb604262b50ed
parent2cb3b0f382e25c77358ae705872ff92c99f0c6b7
[REV] stages: removed bar_fold and bar_color fields.

After some experiments, having colors does not seem to give an
usable result on statusbar widget. Indeed we need to have the
current stage highlited, and maybe something to tell that some
stages have a special meaning and/or are the end of the pipe.
The closed field already gives that meaning.

Moreover the issue with the statusbar widget is that it indicates
state and action. Having both dimensions with colors / icons
is quite difficult to understand. We therefore stand on a simpler
version of the widget, only with stages and the current stage
highlighted.

bzr revid: tde@openerp.com-20131021104912-8ybhw0svdoghheh3
addons/crm/crm.py
addons/crm/crm_view.xml
addons/hr_recruitment/hr_recruitment.py
addons/hr_recruitment/hr_recruitment_view.xml
addons/project/project.py
addons/project/project_data.xml
addons/project/project_view.xml