File: move_tree.xml

package info (click to toggle)
tryton-modules-stock 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,520 kB
  • ctags: 687
  • sloc: python: 4,855; xml: 2,134; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 493 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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 string="Moves">
    <field name="product"/>
    <field name="from_location"/>
    <field name="to_location"/>
    <field name="quantity"/>
    <field name="uom"/>
    <field name="planned_date"/>
    <field name="effective_date"/>
    <field name="state"/>
    <field name="unit_digits" tree_invisible="1"/>
</tree>