25 lines
965 B
XML
25 lines
965 B
XML
<?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>
|
|
</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>
|
|
</record>
|
|
</odoo>
|