Se rendre au contenu
Menu
Cette question a été signalée

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
Avatar
Ignorer
Publications associées Réponses Vues Activité
0
août 17
3703
3
déc. 23
5885
2
mars 21
4766
1
oct. 20
7696
3
avr. 20
10785