Anto 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/128662
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1022509-mdi/+merge/128662
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-1022509-mdi.
=== modified file 'board/static/src/js/dashboard.js'
--- board/static/src/js/dashboard.js 2012-09-13 06:37:12 +0000
+++ board/static/src/js/dashboard.js 2012-10-09 09:39:33 +0000
@@ -173,7 +173,7 @@
},
on_load_action: function(result, index, action_attrs) {
var self = this,
- action = result.result,
+ action = result,
view_mode = action_attrs.view_mode;
if (action_attrs.context && action_attrs.context['dashboard_merge_domains_contexts'] === false) {
=== modified file 'project/report/project_cumulative.xml'
--- project/report/project_cumulative.xml 2012-08-09 06:05:16 +0000
+++ project/report/project_cumulative.xml 2012-10-09 09:39:33 +0000
@@ -60,8 +60,6 @@
<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-" />
<separator/>
- <filter string="My Projects" domain="[('project_id.user_id','=',uid)]" help="My Projects" icon="terp-personal"/>
- <field name="project_id"/>
<field name="user_id"/>
</search>
</field>
_______________________________________________
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