Divyesh Makwana(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-1022509-mdi into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #1022509 in OpenERP Addons: "ProgrammingError: column
project_task_history_cumulative.project_id does not exist."
https://bugs.launchpad.net/openobject-addons/+bug/1022509
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1022509-mdi/+merge/113956
Hello Sir,
I have fix the issue: https://bugs.launchpad.net/openobject-addons/+bug/1022509
"ProgrammingError: column project_task_history_cumulative.project_id does not
exist".
Thanks,
Divyesh
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1022509-mdi/+merge/113956
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-1022509-mdi.
=== modified file 'project/report/project_cumulative.xml'
--- project/report/project_cumulative.xml 2012-07-02 09:13:29 +0000
+++ project/report/project_cumulative.xml 2012-07-09 11:45:28 +0000
@@ -9,7 +9,6 @@
<field name="arch" type="xml">
<tree string="Tasks's Cumulative Flow">
<field name="date"/>
- <field name="project_id"/>
<field name="task_id"/>
<field name="type_id"/>
<field name="user_id"/>
@@ -63,9 +62,7 @@
<filter name="kanban_ready" string="Ready" domain="[('kanban_state','=','done')]" icon="terp-camera_test"/>
<filter string="My Tasks" domain="[('user_id','=',uid)]" help="My Tasks" icon="terp-personal" />
<filter string="Unassigned Tasks" domain="[('user_id','=',False)]" help="Unassigned Tasks" icon="terp-personal-" />
- <filter string="My Projects" domain="[('project_id.user_id','=',uid)]" help="My Projects" icon="terp-personal"/>
<separator orientation="vertical"/>
- <field name="project_id"/>
<field name="user_id"/>
</group>
</search>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp