3d4252e697def9323d002402713bd97dd49a05f1
[odoo/odoo.git] / addons / account_voucher / account_voucher_data.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <openerp>
3     <data noupdate="1">
4
5         <!-- notify all employees of module installation -->
6         <record model="mail.message" id="module_install_notification">
7             <field name="model">mail.group</field>
8             <field name="res_id" ref="mail.group_all_employees"/>
9             <field name="type">notification</field>
10             <field name="subject">eInvoicing &amp; Payments application installed!</field>
11             <field name="body"><![CDATA[
12                 OpenERP's electronic invoicing accelerates the creation of invoices and collection of customer payments. Invoices are created in a few clicks and your customers receive them by email. They can pay online and/or import them in their own system.  
13
14 <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>
15             ]]></field>
16         </record>
17
18         <!-- mail: subtypes -->
19         <record id="mt_voucher" model="mail.message.subtype">
20             <field name="name">Status Change</field>
21             <field name="res_model">account.voucher</field>
22         </record>
23
24     </data>
25 </openerp>