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

can anybody explain me what is it and how to use it and their usage

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

If you want to inherit the access of the other group you can add those group in implied_group field like(it is m2m field):


Meaning of implied_ids field: Users of this group automatically inherit those groups


<field name="implied_ids" eval="[(4, ref('base.group_user'))]"/>

<field name="implied_ids" eval="[(4, ref('base.group_sale_salesman'))]"/>

Аватар
Отменить