trytondo-sale_line_delete_log/view/sale_line_deleted_form.xml
2024-10-20 13:36:17 -05:00

22 lines
540 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"/>
<label name="printed"/>
<field name="printed"/>
</form>