Hi,In a custom module, I added the code below to change the name og the group Employee
<record model="res.groups" id="base.group_user">
<field name="name">Agent</field>
</record>
That works for a newly created base, but not for an existing one.
Anyone has a tip to change that ?
Can you be more specific on this same? what exactly you want to do?
To change the name "Employee" to "Agent" without going through the interface but helped by an xml file.
For a newly created base, the code works but not for an existing one.