[Trunk/7.0] Project dashboard menu should not appear for non-project users

Bug #1176936 reported by Marc Cassuto (SFL)
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Confirmed
Low
OpenERP R&D Addons Team 1

Bug Description

Way to reproduce :
* activate project module
* add a user that has no access to this module (neither user or manager on this module)
* connect as this user
* go to Reporting
=> under section Dashboard, the project menu appears and should not.

Please add groups Project\user and Project\Manager to this menu

Tags: project
summary: - Project dashboard menu should not appear for non-project users
+ [Trunk/7.0] Project dashboard menu should not appear for non-project
+ users
Changed in openobject-addons:
status: New → Confirmed
importance: Undecided → Low
assignee: nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1)
Revision history for this message
Ranjith Kurungadam (rkurungadam) wrote :

Access rights for Project dashboard menu is missing in file board_project_view.xml.
        <menuitem id="menu_project_dashboard"
                  sequence="35"
                  parent="base.menu_reporting_dashboard"
                  action="open_board_project"/>

Adding rights for groups would fix the issue.

        <menuitem id="menu_project_dashboard"
                  sequence="35"
                  parent="base.menu_reporting_dashboard"
           groups="group_project_user"
                  action="open_board_project"/>

Please review..
Thanks

tags: added: project
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.