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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
4488
Görünümler
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...
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
3
Kas 24
|
30105 | ||
|
1
Ara 21
|
2822 | ||
|
0
Ara 21
|
2360 | ||
|
0
Nis 15
|
4718 | ||
|
2
Mar 15
|
10498 |