Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2746 Переглядів

Take for example res.users.csv:


"id","name","email","login","groups_id/id"
"user_example","user example","example@ex.com","example@ex.com","base.group_user,mymodule.group_example_manager"
Is there a difference between "groups_id/id" and "groups_id:id"

Both behaves as the following example in xml:

<field name="groups_id" eval="[(6, 0,[ref('mymodule.group_example_manager'), ref('base.group_user')]" />

But I want the equivalent of this:

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


How can I do it?


Odoo Version: 13.0
Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
серп. 17
3573
3
груд. 23
5621
2
бер. 21
4637
1
жовт. 20
7488
3
квіт. 20
10649