14 lines
479 B
XML
14 lines
479 B
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<!--
|
||
|
Copyright (C) 2022-Today GRAP (http://www.grap.coop)
|
||
|
@author: Sylvain LE GAL (https://twitter.com/legalsylvain)
|
||
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||
|
-->
|
||
|
<odoo>
|
||
|
<!-- Rename groups to fit with EE naming 'Billing' -> 'Accounting' -->
|
||
|
<record id="base.module_category_accounting_accounting" model="ir.module.category">
|
||
|
<field name="name">Accounting</field>
|
||
|
</record>
|
||
|
|
||
|
</odoo>
|