~vauxoo/addons-vauxoo/7.0-account_move_folio-dev-hbto

« back to all changes in this revision

Viewing changes to cost_structure/view/product_view.xml

  • Committer: nhomar at vauxoo
  • Date: 2012-03-08 18:57:36 UTC
  • mfrom: (134.1.16 addons-vauxoo)
  • Revision ID: nhomar@vauxoo.com-20120308185736-chu9pu4gpg5yp6w2
[MERGE] from Nhomar and Miguel branch, web and commision

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 model="ir.ui.view" id="product_cost_structure">
 
5
      <field name="name">product.normal.form</field>
 
6
      <field name="model">product.product</field>
 
7
      <field name="inherit_id" ref="product.product_normal_form_view" />
 
8
      <field name="type">form</field>
 
9
      <field name="arch" type="xml">
 
10
        <xpath expr='/form/notebook/page[@string="Information"]' position="after">
 
11
          <page string="Advance Options">
 
12
            <group colspan="9" col="1">
 
13
              <field name="cost_structure_id" />
 
14
            </group>
 
15
            <group colspan="6" col="4" string="Costos">
 
16
              <field name='cost_ult' />
 
17
              <field name='date_cost_ult' />
 
18
              <field name='ult_om' />
 
19
              <field name='date_ult_om' />
 
20
              <field name='cost_prom' colspan="1" />
 
21
              <field name='date_cost_prom' />
 
22
              <field name='prom_om' />
 
23
              <field name='date_prom_om' />
 
24
              <field name='cost_suppler' />
 
25
              <field name='date_cost_suppler' />
 
26
              <field name='ant_om' />
 
27
              <field name='date_ant_om' />
 
28
              <field name='cost_ant' />
 
29
              <field name='date_cost_ant' />
 
30
              <!-- <field name='cost_to_price' /> -->
 
31
              <field name='date_cost_to_price' />
 
32
            </group>
 
33
            <field name='method_cost_ids' nolabel="1" />
 
34
          </page>
 
35
        </xpath>
 
36
        <xpath expr='/form/notebook/page[@string="Information"]' position="after">
 
37
          <page string="Landing Information"><!-- <field name='arancel' /> --></page>
 
38
        </xpath>
 
39
      </field>
 
40
    </record>
 
41
  </data>
 
42
</openerp>