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?