Update project_security.xml

This commit is contained in:
zainab2097 2024-09-17 16:55:55 +03:00 committed by GitHub
parent 87949d2daa
commit 2d9e2204a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,13 @@
<field name="category_id" ref="base.module_category_services_project"/> <field name="category_id" ref="base.module_category_services_project"/>
</record> </record>
<!-- Project Group -->
<record id="group_project_create_invoice" model="res.groups">
<field name="name">Create Invoice</field>
<field name="category_id" ref="base.module_category_services_project"/>
</record>
<!-- configration multi company rule --> <!-- configration multi company rule -->
<record id="project_task_type_multi_company_rule" model="ir.rule"> <record id="project_task_type_multi_company_rule" model="ir.rule">
<field name="name">Project Task Type multi company rule</field> <field name="name">Project Task Type multi company rule</field>