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

Hi,


I've imported a bunch of groups using odoo's import xls system.


Here's the metadata from one of them:



I want to show a field only to users from that group. Here's my code:

<field name="default_code" position="after">
<field name="z_ncm" groups="__import__.hh_group_metal"/>
</field>


Neither groups="__import__.hh_group_metal nor groups="sale.hh_group_metal work...


What am I doing wrong?

アバター
破棄
最善の回答

Hi,

Seems everything given correctly, are you sure that tested user is not in this group ? As per you have given, the field will be visible only for the users inside the group.

Thanks

アバター
破棄
関連投稿 返信 ビュー 活動
0
8月 21
2909
3
6月 21
4605
0
4月 21
2103
1
2月 24
1874
2
9月 23
6217