account in module 'cashbook_account' verschoben

This commit is contained in:
Frederik Jaeckel 2022-08-15 12:35:31 +02:00
parent 149baef174
commit 7a07da852d
18 changed files with 41 additions and 220 deletions

View file

@ -10,8 +10,7 @@ full copyright notices and license terms. -->
<label name="currency"/>
<field name="currency"/>
<label name="account"/>
<field name="account"/>
<label id="phaccount" colspan="2" string=" "/>
<group id="grpst" colspan="2" col="3">
<label name="state"/>
<field name="state"/>

View file

@ -8,7 +8,6 @@ full copyright notices and license terms. -->
<field name="start_balance"/>
<field name="balance"/>
<field name="currency"/>
<field name="account"/>
<field name="owner"/>
<field name="reviewer"/>
<field name="observer"/>

View file

@ -2,18 +2,15 @@
<!-- 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>
<form col="6">
<label name="name"/>
<field name="name"/>
<label name="account"/>
<field name="account"/>
<label name="cattype"/>
<field name="cattype"/>
<newline/>
<label id="phaccount" colspan="2" string=" "/>
<label name="description"/>
<field name="description" colspan="3"/>
<field name="description" colspan="5"/>
<notebook colspan="6">
<page string="General Information" id="general" col="6">

View file

@ -5,6 +5,5 @@ full copyright notices and license terms. -->
<tree sequence="sequence">
<field name="rec_name"/>
<field name="cattype"/>
<field name="account"/>
<field name="sequence" tree_invisible="1"/>
</tree>

View file

@ -5,7 +5,6 @@ full copyright notices and license terms. -->
<tree sequence="sequence">
<field name="name"/>
<field name="cattype"/>
<field name="account_code"/>
<field name="sequence" tree_invisible="1"/>
<field name="parent" tree_invisible="1"/>
<field name="childs" tree_invisible="1"/>

View file

@ -15,7 +15,5 @@ this repository contains the full copyright notices and license terms. -->
<separator id="sepcb" colspan="4" string="Cashbook"/>
<label name="catnamelong"/>
<field name="catnamelong"/>
<label name="cataccno"/>
<field name="cataccno"/>
</form>