コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
14098 ビュー

hi,

everything is in the title , how to make an user member of a group ?

thanks

アバター
破棄
最善の回答

You have to give reference ID of user created in xml file.

You can add user in group like this:

<record id="group_account_invoice" model="res.groups">
    <field name="name">Invoicing &amp; Payments</field>
    <field name="users" eval="[(4, ref('base.user_root'))]"/>
</record>
アバター
破棄
著作者

it's ok , i have sorted it out by now , i was just too lazy to click on group -> edit -> add :(

関連投稿 返信 ビュー 活動
1
11月 24
1401
3
4月 23
17928
0
3月 15
4423
1
3月 15
6419
1
5月 25
2537