19 lines
699 B
XML
19 lines
699 B
XML
![]() |
<?xml version="1.0"?>
|
||
|
<!-- This file is part of the cashbook-module from m-ds for Tryton.
|
||
|
The COPYRIGHT file at the top level of this repository contains the
|
||
|
full copyright notices and license terms. -->
|
||
|
<tryton>
|
||
|
<data>
|
||
|
|
||
|
<!-- menu: /Cashbook/Configuration/Asset seetting -->
|
||
|
<menuitem id="menu_assetconf" action="act_assetconf_form"
|
||
|
icon="tryton-settings"
|
||
|
parent="cashbook.menu_config" sequence="30"/>
|
||
|
<record model="ir.ui.menu-res.group" id="menu_assetconf-group_cashbook_admin">
|
||
|
<field name="menu" ref="menu_assetconf"/>
|
||
|
<field name="group" ref="cashbook.group_cashbook_admin"/>
|
||
|
</record>
|
||
|
|
||
|
</data>
|
||
|
</tryton>
|