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

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
серп. 21
2918
3
черв. 21
4626
0
квіт. 21
2117
1
лют. 24
1895
2
вер. 23
6227