This question has been flagged

We have Odoo V8. We want to limit R/W access to the CREDIT LIMIT and to the PAYMENT TERMS res.partner fields.

Everybody should have read access but only certain users (or members of a group) should be allowed to populate or change them.

Any guidance will be particularly appreciated. 

Especially non-programmatic ways -like changes in a group access rights- (but I doubt those are possible).

Avatar
Discard

Settings -> technical -> security. You can set security for Create / Read / Write / Unlink (CRUD) . And access rule allow you to specify conditions... Eg: can read if object.user_id = current user. But all that is for model, and not field from model I think...

Thank you Jérémy .. we will look into this.
Lp


Luis Panozzo (Lp)
Technology Manager
Elmatica AS
luis.panozzo@elmatica.com
Skype: luispanozzo

On 17 March 2015 at 17:59, Jérémy Kersten (jke) <jke@mail.odoo.com> wrote:

Settings -> technical -> security. You can set security for Create / Read / Write / Unlink (CRUD) . And access rule allow you to specify conditions... Eg: can read if object.user_id = current user. But all that is for model, and not field from model I think...

Jérémy Kersten


Sent by Odoo S.A. using Odoo about Forum Post Limiting r/w access to a field