File: product_supplier_form.xml

package info (click to toggle)
tryton-modules-purchase 5.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,252 kB
  • sloc: python: 2,723; xml: 1,049; makefile: 6; sh: 3
file content (22 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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="product"/>
    <field name="product" colspan="3"/>
    <label name="party"/>
    <field name="party"/>
    <label name="sequence"/>
    <field name="sequence"/>
    <label name="name"/>
    <field name="name"/>
    <label name="code"/>
    <field name="code"/>
    <label name="lead_time"/>
    <field name="lead_time"/>
    <newline/>
    <label name="currency"/>
    <field name="currency"/>
    <field name="prices" colspan="4"
        view_ids="purchase.product_supplier_price_view_list_sequence"/>
</form>