mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
12 lines
343 B
XML
12 lines
343 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
|
|
<menuitem id="glasof_exporter" name="Glasof Exporter"
|
|
parent="account.menu_finance_legal_statement"
|
|
groups="account.group_account_manager,account.group_account_user"
|
|
action="action_open_glasof_exporter" sequence="10" />
|
|
|
|
</data>
|
|
</odoo>
|