File: product-tariff_code_list_sequence.xml

package info (click to toggle)
tryton-modules-customs 7.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 500 kB
  • sloc: python: 788; xml: 281; makefile: 11; sh: 3
file content (13 lines) | stat: -rw-r--r-- 547 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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. -->
<tree sequence="sequence">
    <field name="product" expand="2"/>
    <field name="tariff_code" expand="1"/>
    <field name="organization" optional="0"/>
    <field name="country" optional="0"/>
    <field name="start_day" optional="1"/>
    <field name="start_month" optional="1"/>
    <field name="end_day" optional="1"/>
    <field name="end_month" optional="1"/>
</tree>