跳至内容
菜单
此问题已终结
1 回复
11205 查看
<xpath expr="//field[@name='coach_id']" position="after">
<field name="manager" groups="base.group_no_one"/>
</xpath>
I want to add custom group on manager field by xpath.
形象
丢弃
最佳答案

That should work if manager isn't yet defined on your view. If manager is already defined on a previous view, you should alter the attributes section of the field.

<xpath expr="//field[@name='manager']" position="attributes">
    <attribute name="groups">base.group_no_one</attribute>
</xpath>
形象
丢弃
编写者

It's work for me. Thank you @Alex

相关帖文 回复 查看 活动
0
2月 21
1894
1
6月 25
25037
2
7月 22
4208
1
3月 22
2361
1
9月 21
3849