trytondo-sale_line_delete_log/view/sale_line_deleted_form.xml

20 lines
488 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="sale"/>
<field name="sale"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="unit"/>
<field name="unit"/>
<label name="product"/>
<field name="product"/>
<label name="sale_date"/>
<field name="sale_date"/>
<label name="user"/>
<field name="user"/>
</form>