Tower: upload at_accounting 18.0.1.7 (via marketplace)
This commit is contained in:
26
addons/at_accounting/security/at_accounting_security.xml
Normal file
26
addons/at_accounting/security/at_accounting_security.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record model="ir.module.category" id="base.module_category_accounting_accounting">
|
||||
<field name="description">Helps you handle your invoices and accounting actions.
|
||||
|
||||
Invoicing: Invoices, payments and basic invoice reporting.
|
||||
Invoicing & Banks: adds the accounting dashboard, bank management and follow-up reports.
|
||||
Administrator: full access including configuration rights.
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="account.group_account_basic" model="res.groups">
|
||||
<field name="name">Invoicing & Banks</field>
|
||||
<field name="category_id" ref="base.module_category_accounting_accounting"/>
|
||||
</record>
|
||||
|
||||
<record id="account.group_account_manager" model="res.groups">
|
||||
<field name="implied_ids" eval="[(4, ref('account.group_account_basic'))]"/>
|
||||
</record>
|
||||
|
||||
<record id="group_fiscal_year" model="res.groups">
|
||||
<field name="name">Allow to define fiscal years of more or less than a year</field>
|
||||
<field name="category_id" ref="base.module_category_hidden"/>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user