book/category: hierarchische sortierung, form optimiert
This commit is contained in:
parent
1c22aac197
commit
7999440de7
5 changed files with 76 additions and 62 deletions
|
@ -44,8 +44,6 @@ full copyright notices and license terms. -->
|
|||
<field name="start_date"/>
|
||||
<label name="currency"/>
|
||||
<field name="currency"/>
|
||||
|
||||
<label id="phaccount" colspan="2" string=" "/>
|
||||
</page>
|
||||
<page id="pgperm" string="Owner and Authorizeds" col="4">
|
||||
<label name="owner"/>
|
||||
|
|
|
@ -2,17 +2,16 @@
|
|||
<!-- 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. -->
|
||||
<form col="6">
|
||||
<form col="4">
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="cattype"/>
|
||||
<field name="cattype"/>
|
||||
<label id="phaccount" colspan="2" string=" "/>
|
||||
|
||||
<label name="description"/>
|
||||
<field name="description" colspan="5"/>
|
||||
<field name="description" colspan="3"/>
|
||||
|
||||
<notebook colspan="6">
|
||||
<notebook colspan="4">
|
||||
<page string="General Information" id="general" col="4">
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue