21 lines
954 B
XML
Executable File
21 lines
954 B
XML
Executable File
<?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. -->
|
|
<data>
|
|
<xpath expr="//field[@name='reference']" position="after">
|
|
<field name="plan"/>
|
|
<field name="from_location" optional="0"/>
|
|
<field name="to_location" optional="0"/>
|
|
<field name="first_line_product" string="Product" optional="0"/>
|
|
<field name="first_line_price_type"
|
|
string="Price Type"
|
|
widget="badge"
|
|
badge_colors="priced:#16a34a,basis:#2563eb,efp:#8b5cf6,cash:#f59e0b"
|
|
optional="0"
|
|
width="100"/>
|
|
<field name="first_line_del_period" string="Delivery Period" optional="0"/>
|
|
<field name="first_line_from_del" string="Delivery From" optional="1"/>
|
|
<field name="first_line_to_del" string="Delivery To" optional="1"/>
|
|
</xpath>
|
|
</data>
|