15 lines
429 B
XML
15 lines
429 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<!--
|
||
|
Copyright (C) 2019 - 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>
|
||
|
<menuitem
|
||
|
id="menu_account_tax_template"
|
||
|
action="account.action_account_tax_template_form"
|
||
|
parent="menu_account_coa_settings"
|
||
|
sequence="30"
|
||
|
/>
|
||
|
</odoo>
|