forked from OCA/account-financial-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.xml
More file actions
17 lines (17 loc) · 714 Bytes
/
Copy pathdata.xml
File metadata and controls
17 lines (17 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="mvl_imported" model="mail.message.subtype">
<field name="name">Import successfully finished</field>
<field name="res_model">move.line.importer</field>
<field name="default" eval="True"/>
<field name="description">Import successfully finished</field>
</record>
<record id="mvl_error" model="mail.message.subtype">
<field name="name">Import failed</field>
<field name="res_model">move.line.importer</field>
<field name="default" eval="True"/>
<field name="description">Import failed</field>
</record>
</data>
</openerp>