26 lines
754 B
XML
26 lines
754 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 cursor="product">
|
|
<label name="product"/>
|
|
<field name="product"
|
|
view_ids="sale.product_view_list_sale_line"/>
|
|
<newline/>
|
|
<label name="del_period"/>
|
|
<field name="del_period"/>
|
|
<newline/>
|
|
<label name="from_del"/>
|
|
<field name="from_del"/>
|
|
<label name="to_del"/>
|
|
<field name="to_del"/>
|
|
<newline/>
|
|
<label name="quantity"/>
|
|
<field name="quantity"/>
|
|
<label name="unit"/>
|
|
<field name="unit"/>
|
|
<label name="unit_price"/>
|
|
<field name="unit_price"/>
|
|
<label name="amount"/>
|
|
<field name="amount"/>
|
|
</form>
|