~openerp/openobject-addons/6.0-certified-addons

« back to all changes in this revision

Viewing changes to magentoerpconnect/settings/magerp_product_product_type.xml

  • Committer: Husen Daudi
  • Date: 2011-09-06 12:44:33 UTC
  • Revision ID: hda@hda-laptop-20110906124433-296uibypq95u2v74
added 6.0 certified modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
        <data noupdate="1">
 
4
                <record id="product_type_simple" model="magerp.product_product_type">
 
5
                        <field name="name">Simple Product</field>
 
6
                        <field name="product_type">simple</field>
 
7
                </record>
 
8
                <record id="product_type_grouped" model="magerp.product_product_type">
 
9
                        <field name="name">Grouped Product</field>
 
10
                        <field name="product_type">grouped</field>
 
11
                </record>
 
12
                <record id="product_type_configurable" model="magerp.product_product_type">
 
13
                        <field name="name">Configurable Product</field>
 
14
                        <field name="product_type">configurable</field>
 
15
                </record>
 
16
                <record id="product_type_virtual" model="magerp.product_product_type">
 
17
                        <field name="name">Virtual Product</field>
 
18
                        <field name="product_type">virtual</field>
 
19
                </record>
 
20
                <record id="product_type_bundle" model="magerp.product_product_type">
 
21
                        <field name="name">Bundle Product</field>
 
22
                        <field name="product_type">bundle</field>
 
23
                </record>
 
24
                <record id="product_type_downloadable" model="magerp.product_product_type">
 
25
                        <field name="name">Downloadable Product</field>
 
26
                        <field name="product_type">downloadable</field>
 
27
                </record>
 
28
        </data>
 
29
</openerp>