minor fix add form

This commit is contained in:
Wilson Gomez 2022-11-08 09:52:54 -05:00
parent 290fcb4c6d
commit 34ca5479cf

View file

@ -0,0 +1,15 @@
<?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>