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

« back to all changes in this revision

Viewing changes to cost_structure/view/cost_structure.xml

  • Committer: Jose Antonio
  • Date: 2012-05-18 20:17:21 UTC
  • mto: This revision was merged to the branch mainline in revision 251.
  • Revision ID: jose@vauxoo.com-20120518201721-96dp321xhk2h542i

[IMP] Added query to have a cost from parent invoice 

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        <form string="Method">
10
10
            <field name='unit_price' />
11
11
          <field name='sequence' />
12
 
          <field name='cost_structure_id' />
 
12
          <field name='cost_structure_id' invisible="1" />
13
13
          <field name='date' />
14
14
          <field name='price_referen' />
15
15
          <field name='margin_reference' />
26
26
        <tree string="Method">
27
27
          <field name='unit_price' />
28
28
          <field name='sequence' />
29
 
          <field name='cost_structure_id' />
 
29
          <field name='cost_structure_id' invisible="1" />
30
30
          <field name='date' />
31
31
          <field name='price_referen' />
32
32
          <field name='margin_reference' />
71
71
            <field name='method_cost_ids' nolabel="1">
72
72
              <tree string="Method Price" editable="buttom">
73
73
                <field name='sequence' />
 
74
                <field name='cost_structure_id' invisible="1"/>
74
75
                <field name='unit_price' />
75
76
                <field name='date' />
76
77
                <field name='margin' />