This question has been flagged
1 Reply
1700 Views

Hi,

I need to enter a user under a group threw model code. How can I do it?

Avatar
Discard
Best Answer

Hi aneesh, you van insert a user under the group by usinh xpath.try like this:

    <xpath expr="//group[@name='parent_group']" position="inside">
                        <field name="user" />

</xpath>

Avatar
Discard