book: list-view - farbige asset-zeilen,
book: Felder diff-prozent/amount + tests
This commit is contained in:
parent
8f8da805d4
commit
d501bd1700
8 changed files with 249 additions and 31 deletions
12
book.xml
12
book.xml
|
@ -11,5 +11,17 @@ full copyright notices and license terms. -->
|
|||
<field name="name">book_form</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="book_view_list">
|
||||
<field name="model">cashbook.book</field>
|
||||
<field name="inherit" ref="cashbook.book_view_list"/>
|
||||
<field name="name">book_list</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="book_view_tree">
|
||||
<field name="model">cashbook.book</field>
|
||||
<field name="inherit" ref="cashbook.book_view_tree"/>
|
||||
<field name="name">book_tree</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</tryton>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue