~jgrandguillaume-c2c/openobject-addons/multi-company-cost-price

« back to all changes in this revision

Viewing changes to event_project/event_view.xml

  • Committer: Joël Grand-Guillaume
  • Date: 2010-04-08 09:00:10 UTC
  • mfrom: (2533.3.664)
  • Revision ID: joel.grandguillaume@camptocamp.com-20100408090010-c0pqjan341s18bxs
[MRG] Merge from last trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                        <field name="type">form</field>
26
26
                        <field name="arch" type="xml">
27
27
                                <field name="register_prospect" position="after">
28
 
                                        <separator string="Remaining Tasks" colspan="4"/>
29
28
                                        <field name="task_ids" colspan="4" nolabel="1" widget="one2many_list" >
30
 
                                                <tree string="All tasks" colors="red:date_deadline&lt;current_date and state=='draft';blue:date_deadline==current_date and state=='draft';grey:state in ('cancel','done');black:state not in ('cancel','done')">
 
29
                                           <tree string="All tasks" colors="red:date_deadline&lt;current_date and state=='draft';blue:date_deadline==current_date and state=='draft';grey:state in ('cancel','done');black:state not in ('cancel','done')">
31
30
                                                        <field name="sequence"/>
32
31
                                                        <field name="name"/>
33
32
                                                        <field name="user_id" />