mirror of
https://bitbucket.org/presik/trytonpsk-purchase_co.git
synced 2023-12-14 06:43:05 +01:00
15 lines
489 B
XML
15 lines
489 B
XML
<?xml version="1.0"?>
|
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
|
this repository contains the full copyright notices and license terms. -->
|
|
<form>
|
|
<label name="date"/>
|
|
<field name="date"/>
|
|
<newline/>
|
|
<label name="tax_add"/>
|
|
<field name="tax_add"/>
|
|
<label name="tax_remove"/>
|
|
<field name="tax_remove"/>
|
|
<label name="description"/>
|
|
<field name="description" colspan="3"/>
|
|
<field name="group_tax" invisible="1"/>
|
|
</form>
|