trytond-sale_payment_web/view/sale_payment_web_form_view.xml

15 lines
458 B
XML
Raw Permalink Normal View History

2013-05-22 09:46:55 +02:00
<?xml version="1.0"?>
<!-- This file is part of sale_payment_web module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form string="Web Payment" col="4">
<label name="sale"/>
<field name="sale"/>
<label name="date"/>
<field name="date"/>
<label name="description"/>
<field name="description"/>
<label name="state"/>
<field name="state"/>
</form>