Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
4429 Zobrazení

I have some fields which will be available only for permitted group users. I have a configuration screen where user can select the groups to be assigned .

My model is like  this:

class service_config(models.Model):     
_name = 'service.config'
service_type=fields.Selection(selection=[('1', 'Service type 1'),('2', 'Service Type 2')])
authorized_group = fields.Many2many('res.groups')

In another model i have certain fields as per the service type and those fields should be accessible by the authorised group users only. How to achieve this ?

I know how to assign group permission over a field when i already know the groups but how to configure it when the groups are being set dynamically and stored in another model.  I have no control over which groups will be chosen


Any ideas.. please help.


Avatar
Zrušit

Please elaborate more your case or if possible can you please show us with an example.

Nejlepší odpověď

Hi T Ketaki Debadarshini

You can achieve this by looking following link

\https://www.odoo.com/forum/help-1/question/group-wise-field-permission-read-write-152570

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
úno 23
2373
1
čvc 19
5349
2
čvc 23
5589
3
led 24
12650
2
bře 25
5775