~kndati/aeroo/trunk

« back to all changes in this revision

Viewing changes to report_aeroo/data/report_aeroo_data.xml

  • Committer: root
  • Date: 2011-01-12 13:51:34 UTC
  • Revision ID: root@erp.kndati.lv-20110112135134-tdm2vxentrkgguk9
Initial import

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
            <record model="report.mimetypes" id="report_mimetypes_odt_odt" >
 
6
                    <field name="name">ODF Text Document (.odt)</field>
 
7
                    <field name="code">oo-odt</field>
 
8
                    <field name="compatible_types">oo-odt</field>
 
9
            </record>
 
10
 
 
11
            <record model="report.mimetypes" id="report_mimetypes_ods_ods" >
 
12
                    <field name="name">ODF Spreadsheet (.ods)</field>
 
13
                    <field name="code">oo-ods</field>
 
14
                    <field name="compatible_types">oo-ods</field>
 
15
            </record>
 
16
 
 
17
            <record model="report.mimetypes" id="report_mimetypes_raw" >
 
18
                    <field name="name">Generic</field>
 
19
                    <field name="code">genshi-raw</field>
 
20
                    <field name="compatible_types">genshi-raw</field>
 
21
            </record>
 
22
 
 
23
    </data>
 
24
</openerp>
 
25