You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
386 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- This record represents a user group with permission to create custom fields for Leads.-->
<!-- Members of this group will be able to add new custom fields to projects,-->
<record id="group_add_crm_dynamic_fields" model="res.groups">
<field name="name">Create Custom Fields in CRM</field>
</record>
</odoo>