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

« back to all changes in this revision

Viewing changes to commission/saleagent_sequence.xml

  • Committer: DHS(OpenERP)
  • Date: 2010-08-13 09:15:07 UTC
  • Revision ID: dhs@tinyerp.com-20100813091507-0aalep6l7nc8zcuf
[REF] Commission : Code improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<openerp>
3
 
<data noupdate="1">
 
3
        <data noupdate="1">
4
4
        #
5
5
        # Sequences for student.info
6
6
        #
15
15
                <field name="prefix">SA/</field>
16
16
                <field name="padding">3</field>
17
17
        </record>
18
 
</data>
 
18
 
 
19
        </data>
19
20
</openerp>
20
21