~wowas18/openeam/7.0

« back to all changes in this revision

Viewing changes to mro_pm/mro_pm_sequence.xml

  • Committer: wowas18
  • Date: 2013-04-03 15:07:09 UTC
  • Revision ID: wowas18@nm.ru-20130403150709-glmzxkh3wwdybu9c
Initial version!

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
        <!-- Sequences for PM Rules -->       
 
5
        <record id="sequence_mro_pm_rule_type" model="ir.sequence.type">
 
6
            <field name="name">PM Rule</field>
 
7
            <field name="code">mro.pm.rule</field>
 
8
        </record>
 
9
        
 
10
        <record id="sequence_mro_pm_rule" model="ir.sequence">
 
11
            <field name="name">PM Rule</field>
 
12
            <field name="code">mro.pm.rule</field>
 
13
            <field name="prefix">PM</field>
 
14
            <field name="padding">5</field>
 
15
            <field name="number_next">1</field>
 
16
            <field name="number_increment">1</field>
 
17
        </record>
 
18
 
 
19
    </data>
 
20
</openerp>