~crass/tryton/server

« back to all changes in this revision

Viewing changes to trytond/res/view/request_list.xml

  • Committer: Mathias Behrle
  • Date: 2013-11-24 16:28:54 UTC
  • Revision ID: git-v1:182d6cce169eab1682eeacbad4323efa1136a1a0
MergingĀ upstreamĀ versionĀ 3.0.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
3
 
this repository contains the full copyright notices and license terms. -->
4
 
<tree string="Requests">
5
 
    <field name="create_date"/>
6
 
    <field name="act_from"/>
7
 
    <field name="act_to"/>
8
 
    <field name="name"/>
9
 
    <field name="priority"/>
10
 
    <field name="trigger_date"/>
11
 
    <field name="number_references"/>
12
 
    <field name="state"/>
13
 
    <field name="active"/>
14
 
    <field name="body" tree_invisible="1"/>
15
 
</tree>