line: add fields 'Fee' + 'Dividend' - todos
This commit is contained in:
parent
43c9a1a2fa
commit
c70d2fef7a
12 changed files with 569 additions and 0 deletions
18
menu.xml
Normal file
18
menu.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue