trytond-sale_product_customer/view/product_customer_form.xml
Maxime Richez 6827b3b0fc Add sale_product_customer module
issue8133
review46791002
2019-03-30 15:51:15 +01:00

18 lines
534 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="template"/>
<field name="template" colspan="3"/>
<label name="product"/>
<field name="product" colspan="3"/>
<label name="party"/>
<field name="party"/>
<label name="sequence"/>
<field name="sequence"/>
<label name="name"/>
<field name="name"/>
<label name="code"/>
<field name="code"/>
</form>