[IMP] Stage/State update part 2
authorThibault Delavallée <tde@openerp.com>
Fri, 18 Oct 2013 13:21:20 +0000 (15:21 +0200)
committerThibault Delavallée <tde@openerp.com>
Fri, 18 Oct 2013 13:21:20 +0000 (15:21 +0200)
commit6c54232c98d95e454389e0cc555bd5c83a89b698
tree8014e2171b20eeea89beb5826bee6523eac5ec73
parentf0c49f88d076e74be1682035d8865eeb6e86f8ba
[IMP] Stage/State update part 2

- stages: added some fields
-- closed: indicates whether this stage close the working process, for
example task ended, lead lost, applicant hired
-- bar_fold: whether to hide the state in the statusbar; this is different
from fold that is used for kanban views. Viewing a pipe or a specific
record are effectively different things and should use different fields.
-- bar_color: field to customize the stage in the statusbar (still WIP)

- impacted addons: crm, project, project_issue, hr_recruitment
- removed 'closed' addition in project_mrp as this is now in base project
module

bzr revid: tde@openerp.com-20131018132120-h0pv01q2bagtp99x
13 files changed:
addons/crm/crm.py
addons/crm/crm_lead_data.xml
addons/crm/crm_lead_view.xml
addons/crm/crm_view.xml
addons/hr_recruitment/hr_recruitment.py
addons/hr_recruitment/hr_recruitment_data.xml
addons/hr_recruitment/hr_recruitment_view.xml
addons/project/project.py
addons/project/project_data.xml
addons/project/project_view.xml
addons/project_issue/project_issue.py
addons/project_issue/project_issue_view.xml
addons/project_mrp/project_mrp.py