cashbook/view/category_form.xml
Frederik Jaeckel 8fd6e0d339 kategorie: sperrt 'Typ' wenn parent existiert, korrekte Anpassung
der sub-kategorien bei Änderung + test
Line: Kategoriefeld prüft Inhalt + tests
2022-08-11 11:06:28 +02:00

30 lines
863 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>
<label name="name"/>
<field name="name"/>
<label name="account"/>
<field name="account"/>
<label name="cattype"/>
<field name="cattype"/>
<newline/>
<label name="description"/>
<field name="description" colspan="3"/>
<notebook colspan="6">
<page string="General Information" id="general" col="6">
<label name="company"/>
<field name="company"/>
<label name="parent"/>
<field name="parent"/>
<label name="sequence"/>
<field name="sequence"/>
<field name="childs" colspan="6"/>
</page>
</notebook>
</form>