mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-18 02:39:10 +02:00
15 lines
391 B
XML
Executable File
15 lines
391 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data noupdate="0">
|
|
<!--
|
|
<record id="account.group_account_invoice" model="res.groups">
|
|
<field name="name">Accountant</field>
|
|
</record>
|
|
-->
|
|
<record id="account.group_account_manager" model="res.groups">
|
|
<field name="name">Finance Manager</field>
|
|
</record>
|
|
|
|
</data>
|
|
</odoo>
|