kategorie: sequence-sortierung, rec_name mit/ohne konto-nr,
config: Felder catnamelong+cataccno neu + tests, line: feld category_view neu für spaltenansicht in kassenbuch + tests,
This commit is contained in:
parent
a23407f515
commit
1a85b8e80e
15 changed files with 414 additions and 104 deletions
8
menu.xml
8
menu.xml
|
@ -25,6 +25,10 @@ full copyright notices and license terms. -->
|
|||
<field name="menu" ref="menu_config"/>
|
||||
<field name="group" ref="res.group_admin"/>
|
||||
</record>
|
||||
<record model="ir.ui.menu-res.group" id="menu_config-group_cashbook">
|
||||
<field name="menu" ref="menu_config"/>
|
||||
<field name="group" ref="group_cashbook"/>
|
||||
</record>
|
||||
|
||||
<!-- menu: /Cashbook/Configuration/Cashbook -->
|
||||
<menuitem id="menu_bookconfig" action="act_book_view"
|
||||
|
@ -54,7 +58,7 @@ full copyright notices and license terms. -->
|
|||
</record>
|
||||
<!-- menu: /Cashbook/Configuration/Category/Category -->
|
||||
<menuitem id="menu_category_list" action="act_category_list"
|
||||
icon="tryton-tree"
|
||||
icon="tryton-list"
|
||||
parent="menu_category" sequence="30"/>
|
||||
<record model="ir.ui.menu-res.group" id="menu_category_list-group_admin">
|
||||
<field name="menu" ref="menu_category_list"/>
|
||||
|
@ -63,7 +67,7 @@ full copyright notices and license terms. -->
|
|||
|
||||
<!-- menu: /Cashbook/Open Cashbook -->
|
||||
<menuitem id="menu_open_lines" action="act_open_lines"
|
||||
icon="tryton-tree"
|
||||
icon="tryton-list"
|
||||
parent="menu_cashbook" sequence="20"/>
|
||||
|
||||
</data>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue