~vauxoo/addons-vauxoo/7.0-user_story-rev4-kty

« back to all changes in this revision

Viewing changes to crm_cost_issue/view/project_task_view.xml

  • Committer: Luis E. Escobar V.
  • Date: 2012-02-27 16:03:00 UTC
  • Revision ID: vxkikevx@gmail.com-20120227160300-ovo7lhlpjdlewiyc

[IMP] Add module crm_cost_issue that add cost field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
  <openerp>
 
3
      <data>
 
4
          <record id="view_cost_task_form2" model="ir.ui.view">
 
5
              <field name="name">cost.task.form2</field>
 
6
              <field name="model">project.task</field>
 
7
              <field name="type">form</field>
 
8
              <field name="inherit_id" ref="project.view_task_form2"/>
 
9
              <field name="arch" type="xml">
 
10
                  <xpath expr="/form/group/field[@name='user_id']" position="after">
 
11
                      <field name="cost_per_task"/>
 
12
                  </xpath>
 
13
              </field>
 
14
          </record>
 
15
      </data>      
 
16
  </openerp>