2022-08-09 13:08:41 +00:00
|
|
|
<?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. -->
|
2022-08-15 10:35:31 +00:00
|
|
|
<form col="6">
|
2022-08-09 13:08:41 +00:00
|
|
|
<label name="name"/>
|
|
|
|
<field name="name"/>
|
2022-08-10 15:06:20 +00:00
|
|
|
<label name="cattype"/>
|
|
|
|
<field name="cattype"/>
|
2022-08-15 10:35:31 +00:00
|
|
|
<label id="phaccount" colspan="2" string=" "/>
|
2022-08-10 15:06:20 +00:00
|
|
|
|
2022-08-09 13:08:41 +00:00
|
|
|
<label name="description"/>
|
2022-08-15 10:35:31 +00:00
|
|
|
<field name="description" colspan="5"/>
|
2022-08-09 13:08:41 +00:00
|
|
|
|
|
|
|
<notebook colspan="6">
|
2022-09-15 21:49:54 +00:00
|
|
|
<page string="General Information" id="general" col="4">
|
2022-08-09 13:08:41 +00:00
|
|
|
<label name="company"/>
|
|
|
|
<field name="company"/>
|
|
|
|
<label name="parent"/>
|
|
|
|
<field name="parent"/>
|
2022-09-15 21:49:54 +00:00
|
|
|
<field name="childs" colspan="4"/>
|
2022-08-09 13:08:41 +00:00
|
|
|
</page>
|
|
|
|
</notebook>
|
|
|
|
|
|
|
|
</form>
|