← Back to team overview

openerp-india team mailing list archive

[Bug 1015126] Re: Wrong permission check with ir.actions.server

 

** Attachment added: "Server Action.ogv"
   https://bugs.launchpad.net/openobject-server/+bug/1015126/+attachment/3198557/+files/Server%20Action.ogv

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1015126

Title:
  Wrong permission check with ir.actions.server

Status in OpenERP Server:
  Incomplete

Bug description:
  I am using a server-action (ir.actions.server) and want to call it via a menu item.
  The user also has all rights to access the model of the server action

  Expected Result:
  User sees menu item with the server action

  Actual Result:
  User does not see the item with the server action

  Problem:
  Method _filter_visible_menus of ir_ui_menu.py calls modelaccess.check() with a browse_record(model_id, ..) as parameter.
  Then method "check()" in ir_model.py wants to obtain the name of the model with "model.name".
  The correct way would be to use "model.model" instead of model.name because this is the correct model name.

  I am using OpenERP 6.0.3, but the problem should also exist in the
  current trunk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1015126/+subscriptions


References