[IMP] project: kanban customization
authorThibault Delavallée <tde@openerp.com>
Fri, 31 Oct 2014 13:02:40 +0000 (14:02 +0100)
committerThibault Delavallée <tde@openerp.com>
Thu, 13 Nov 2014 10:31:39 +0000 (11:31 +0100)
commitdd343c86330467ba6cfffb62e22b643a004fb764
tree29fe545774f616ac9226b31864659f4905a14972
parent2e7cafd5a22706b289aa0865a8059d3741c76600
[IMP] project: kanban customization
- stage model (project.task.type): add fields holding the eventual specific
legends for kanban states and star (priority) management
- project: task now have labels; you may use project to hold trainings
instead of tasks.
- project form: use label field on tasks statinfo to use the label
- project.task form: use kanban state customization using states_legend option;
- project.task kanban: use kanban column and kanban state cuztomization
using group_by_tooltip and states_legend options
- project_issue: issues now have labels, like tasks.
- issue: same kanban custo as for tasks
- update data and demo data

[IMP] web: statinfo widget now take an optional label_field option allowing
to have strings coming from another field present in the form view
addons/project/project.py
addons/project/project_data.xml
addons/project/project_demo.xml
addons/project/project_view.xml
addons/project_issue/project_issue.py
addons/project_issue/project_issue_demo.xml
addons/project_issue/project_issue_view.xml
addons/web/static/src/js/view_form.js