File: purchase_request_quotation_line_form.xml

package info (click to toggle)
tryton-modules-purchase-request-quotation 7.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 672 kB
  • sloc: python: 792; xml: 382; makefile: 11; sh: 3
file content (29 lines) | stat: -rw-r--r-- 980 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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="quotation"/>
    <field name="quotation"/>
    <label name="request"/>
    <field name="request"/>
    <notebook>
        <page string="General" id="general">
            <label name="product"/>
            <field name="product"/>
            <newline/>
            <label name="quantity"/>
            <field name="quantity"/>
            <label name="unit"/>
            <field name="unit"/>
            <label name="unit_price"/>
            <field name="unit_price" symbol=""/>
            <label name="currency"/>
            <field name="currency"/>

            <label name="supply_date"/>
            <field name="supply_date"/>
            <separator name="description" colspan="4"/>
            <field name="description" colspan="4"/>
        </page>
    </notebook>
</form>