~ubuntu-branches/ubuntu/quantal/tryton-modules-product/quantal

« back to all changes in this revision

Viewing changes to uom.xml

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Behrle
  • Date: 2011-05-24 21:34:58 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110524213458-fhahsazyxs1cyura
Tags: 2.0.1-1
* Updating to standards version 3.9.2.
* Merging upstream version 2.0.0.
* Merging upstream version 2.0.1.
* Updating Copyright.
* Updating versioned tryton depends to 2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        <record model="ir.action.act_window" id="act_uom_form">
50
50
            <field name="name">Units of Measure</field>
51
51
            <field name="res_model">product.uom</field>
52
 
            <field name="view_type">form</field>
53
52
        </record>
54
53
        <record model="ir.action.act_window.view" id="act_uom_form_view1">
55
54
            <field name="sequence" eval="10"/>
66
65
        <record model="ir.action.act_window" id="act_uom_form2">
67
66
            <field name="name">Units of Measure</field>
68
67
            <field name="res_model">product.uom</field>
69
 
            <field name="view_type">form</field>
70
68
        </record>
71
69
        <record model="ir.action.act_window.view" id="act_uom_form2_view1">
72
70
            <field name="sequence" eval="10"/>
110
108
        <record model="ir.action.act_window" id="act_uom_category_form">
111
109
            <field name="name">Categories of Unit of Measure</field>
112
110
            <field name="res_model">product.uom.category</field>
113
 
            <field name="view_type">form</field>
114
111
        </record>
115
112
        <record model="ir.action.act_window.view" id="act_uom_category_form_view1">
116
113
            <field name="sequence" eval="10"/>
129
126
        <record model="ir.action.act_window" id="act_uom_category_form2">
130
127
            <field name="name">Categories of Unit of Measure</field>
131
128
            <field name="res_model">product.uom.category</field>
132
 
            <field name="view_type">form</field>
133
129
        </record>
134
130
        <record model="ir.action.act_window.view" id="act_uom_category_form2_view1">
135
131
            <field name="sequence" eval="10"/>