cashbook/view/category_form.xml
Frederik Jaeckel 8421db2221 book: hierarchie + test
book: Feld 'start_balance' entfernt
2022-09-15 23:49:54 +02:00

25 lines
776 B
XML

<?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. -->
<form col="6">
<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"/>
<notebook colspan="6">
<page string="General Information" id="general" col="4">
<label name="company"/>
<field name="company"/>
<label name="parent"/>
<field name="parent"/>
<field name="childs" colspan="4"/>
</page>
</notebook>
</form>