importiert kategorien

This commit is contained in:
Frederik Jaeckel 2022-08-29 11:05:59 +02:00
parent 6a6d9bc5d7
commit e2025a1711
7 changed files with 170 additions and 1 deletions

View file

@ -0,0 +1,13 @@
<?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="2">
<label name="company"/>
<field name="company"/>
<group col="1" name="info" colspan="2" string="Information" yexpand="1">
<field name="info"/>
</group>
</form>