Nimesh Contractor(Open ERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-project_issue_show_empty_stages-nco into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-project_issue_show_empty_stages-nco/+merge/141035 Hello, Change the search domain, to show empty stages in project issue kanban view. Thanks, NCO. -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-project_issue_show_empty_stages-nco/+merge/141035 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-project_issue_show_empty_stages-nco.
=== modified file 'project_issue/project_issue.py' --- project_issue/project_issue.py 2012-12-20 11:47:30 +0000 +++ project_issue/project_issue.py 2012-12-21 06:22:23 +0000 @@ -104,7 +104,6 @@ project_id = self._resolve_project_id_from_context(cr, uid, context=context) if project_id: search_domain += ['|', ('project_ids', '=', project_id)] - search_domain += [('id', 'in', ids)] # perform search stage_ids = stage_obj._search(cr, uid, search_domain, order=order, access_rights_uid=access_rights_uid, context=context) result = stage_obj.name_get(cr, access_rights_uid, stage_ids, context=context)
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp