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.
9 lines
509 B
9 lines
509 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- This record represents a user group with permission to create custom fields for projects.-->
|
|
<!-- Members of this group will be able to add new custom fields to projects,-->
|
|
<!-- providing additional flexibility and customization options to better meet project management needs.-->
|
|
<record id="group_add_project_custom_fields" model="res.groups">
|
|
<field name="name">Create Project Custom Fields</field>
|
|
</record>
|
|
</odoo>
|
|
|