[MERGE] chm - improved subtype - fixes
[odoo/odoo.git] / addons / account_voucher / account_voucher_data.xml
index fd25fec..3d4252e 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <openerp>
     <data noupdate="1">
+
         <!-- notify all employees of module installation -->
         <record model="mail.message" id="module_install_notification">
             <field name="model">mail.group</field>
 <p>You can track customer payments easily and automate follow-ups. You get an overview of the discussion with your customers on each invoice for easier traceability. For advanced accounting features, you should install the "Accounting and Finance" module.</p>
             ]]></field>
         </record>
+
+        <!-- mail: subtypes -->
+        <record id="mt_voucher" model="mail.message.subtype">
+            <field name="name">Status Change</field>
+            <field name="res_model">account.voucher</field>
+        </record>
+
     </data>
 </openerp>