[NEW] funding_campaign: create add-on
This commit is contained in:
20
funding_campaign/security/security.xml
Normal file
20
funding_campaign/security/security.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
|
||||
<!-- This file should contain only security objects -->
|
||||
|
||||
<record id="module_category_funding_campaign" model="ir.module.category">
|
||||
<field name="name">Funding Campaign Management</field>
|
||||
<field name="sequence">22</field>
|
||||
</record>
|
||||
|
||||
|
||||
<record id="group_funding_campaign_manager" model="res.groups">
|
||||
<field name="name">Funding Campaign Manager</field>
|
||||
<field name="category_id" ref="module_category_funding_campaign" />
|
||||
</record>
|
||||
|
||||
|
||||
</data>
|
||||
</odoo>
|
Reference in New Issue
Block a user