trytonpsk-purchase_co/view/purchase_update_form.xml
2022-11-08 09:52:54 -05:00

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>