trytond-account_payment_type/view/payment_type_form.xml
Raimon Esteve f4ad749147 Add code in tree/form payment type view
Revert from changeset-8730bf44c09d
2018-05-10 22:36:26 +02:00

19 lines
563 B
XML

<?xml version="1.0"?>
<!-- This file is part of account_payment_type module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license types. -->
<form col="4">
<label name="name"/>
<field name="name"/>
<label name="code"/>
<field name="code"/>
<label name="active"/>
<field name="active"/>
<label name="kind"/>
<field name="kind"/>
<label name="company"/>
<field name="company"/>
<separator name="note" colspan="4"/>
<field name="note" colspan="4"/>
</form>