← Back to team overview

openerp-india team mailing list archive

[Bug 1106367] Re: Access Denied by ACLs without reading the field

 

I meant I don't want to show this field to that user, because he isn't a
normal user but a portal user, and I want him to see only some fields of
product.product (he's outside of the company, he's not an employee).

Anyway, if I give that user (of portal group) the access to read the
model (product.product) he can't read the field standard_price, because
that field is accessible only to base_group users, and it's ok, but that
deny message shoud not appear, and the user should be able to see the
other fields not restricted.

Thank you very much.

-- 
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/1106367

Title:
   Access Denied by ACLs without reading the field

Status in OpenERP Server:
  New

Bug description:
  Hello,
  I created a new form view of module product.product, which has a restricted field, standard_price.
  I my new form I set only a field (name) but when I try to access it gives this error message:

  Access Denied by ACLs for operation: read, uid: 4, model:
  product.product, fields: standard_price

  This hasn't to happens, as I understand from
  http://doc.openerp.com/trunk/developers/server/04_security/?highlight=inherit
  #field-access-rights , or is it my fault?

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


References