Simone Orsi - Agile BG - Domsense has proposed merging
lp:~openerp-community/openobject-addons/trunk-gantt-view-add-progress into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-community/openobject-addons/trunk-gantt-view-add-progress/+merge/89653
Add 'progress' attribure to project.task view.
See also:
https://code.launchpad.net/~openerp-community/openobject-server/trunk-gantt-view-add-progress
https://code.launchpad.net/~openerp-community/openerp-web/trunk-gantt-view-add-progress
--
https://code.launchpad.net/~openerp-community/openobject-addons/trunk-gantt-view-add-progress/+merge/89653
Your team OpenERP Community is subscribed to branch
lp:~openerp-community/openobject-addons/trunk-gantt-view-add-progress.
=== modified file 'project/project_view.xml'
--- project/project_view.xml 2012-01-05 13:50:32 +0000
+++ project/project_view.xml 2012-01-23 10:39:53 +0000
@@ -463,7 +463,7 @@
<field name="type">gantt</field>
<field eval="2" name="priority"/>
<field name="arch" type="xml">
- <gantt color="user_id" date_start="date_start" date_stop="date_end" string="Tasks" default_group_by="project_id,user_id">
+ <gantt color="user_id" date_start="date_start" date_stop="date_end" progress="progress" string="Tasks" default_group_by="project_id,user_id">
</gantt>
</field>
</record>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-community
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-community
More help : https://help.launchpad.net/ListHelp