Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
12
account_usability/data/ir_module_category.xml
Executable file
12
account_usability/data/ir_module_category.xml
Executable file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user