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

« back to all changes in this revision

Viewing changes to dm_as_reject/dm_as_reject_data.xml

  • Committer: Mantavya Gajjar
  • Date: 2009-12-01 10:19:51 UTC
  • mfrom: (4060.1.16 trunk-extra-addons)
  • Revision ID: mga@tinyerp.com-20091201101951-cpznxoapupixro3p
[MERGE]: merging from same branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<openerp>
 
3
    <data noupdate="1">
 
4
 
 
5
        <!-- Reject Sections -->
 
6
 
 
7
        <record model="dm.as.reject.type" id="dm_reject_type_demo">
 
8
            <field name="name">Global Reject</field>
 
9
            <field name="code">global</field>
 
10
        </record>
 
11
    </data>
 
12
</openerp>