[DOC] project: added doc directory + changelog + stage explanation
[odoo/odoo.git] / addons / project / doc / changelog.rst
1 .. _changelog:
2
3 Changelog
4 =========
5
6 `trunk (saas-2)`
7 ----------------
8
9 - Stage/state update
10
11   - ``project.task``: removed inheritance from ``base_stage`` class and removed
12     ``state`` field. Added ``date_last_stage_update`` field holding last stage_id
13     modification. Updated reports.
14   - ``project.task.type``: removed ``state`` field.
15
16 - Removed ``hired.employee`` wizard.