Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
4522 Представления

I am using openerp-7 and now want to specify readonly permission for some fields to specific users and write only permission for other users.can i do that in model fields.can i give 'readonly' and 'writeonly' permissions for certain users for these model fields.

Аватар
Отменить
Лучший ответ

Hi, You can give rights to the user group. You do this on your python file, like this:

'employee': fields.char(string='Employee name',read=['base.group_sale_salesman'],write=['base.group_sale_manager'])

This will give group_sale_salesman read-only permissions, and group_sale_manager write permissions...

Аватар
Отменить
Related Posts Ответы Просмотры Активность
3
нояб. 24
30271
1
дек. 21
2921
0
дек. 21
2425
0
апр. 15
4767
2
мар. 15
10573