~camptocamp/openobject-server/trunk-geoengine

« back to all changes in this revision

Viewing changes to openerp/addons/base/res/res_request_view.xml

  • Committer: nicolas.bessi at camptocamp
  • Date: 2011-09-12 09:30:35 UTC
  • mfrom: (3575.1.6 trunk)
  • Revision ID: nicolas.bessi@camptocamp.com-20110912093035-xu9c0cx7q97j6m22
[MRG] from Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
            <field name="model">res.request</field>
9
9
            <field name="type">tree</field>
10
10
            <field name="arch" type="xml">
11
 
                <tree string="Requests" colors="blue:state in ('waiting');gray:state in ('closed')">
 
11
                <tree string="Requests" colors="blue:state == 'waiting';gray:state == 'closed'">
12
12
                    <field name="create_date"/>
13
13
                    <field name="act_from"/>
14
14
                    <field name="act_to"/>