mirror of
https://bitbucket.org/presik/trytonpsk-purchase_co.git
synced 2023-12-14 06:43:05 +01:00
minor fix add form
This commit is contained in:
parent
290fcb4c6d
commit
34ca5479cf
1 changed files with 15 additions and 0 deletions
15
view/purchase_update_form.xml
Normal file
15
view/purchase_update_form.xml
Normal 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>
|
Loading…
Reference in a new issue