~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to magento_product_auto_sku/data.xml

  • Committer: Albert Cervera i Areny
  • Date: 2011-06-14 09:51:35 UTC
  • mfrom: (5345.1.165 openobject-addons)
  • Revision ID: albert@nan-tic.com-20110614095135-1x3p6tmil5lxkl9b
Merge and add nan_remove_default_filters

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<openerp>
2
 
    <data noupdate="1">
3
 
     <!--
4
 
    Sequence for product magento SKUs
5
 
    -->
6
 
        <record id="seq_type_magento_sku" model="ir.sequence.type">
7
 
            <field name="name">Product Magento SKU</field>
8
 
            <field name="code">product.magento.sku</field>
9
 
        </record>
10
 
        <record id="seq_magento_sku" model="ir.sequence">
11
 
            <field name="name">Product Magento SKU</field>
12
 
            <field name="code">product.magento.sku</field>
13
 
            <field name="prefix">%(year)s/</field>
14
 
            <field name="padding">5</field>            
15
 
        </record>        
16
 
        
17
 
    </data>
18
 
</openerp>