b497f4ee20ef0651cfaa1753f11fc7b44961c870
[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         <!-- notify all employees of module installation -->
5         <function model="mail.group" name="message_post">
6             <!-- ids, subject, body, parent_id=False, type='notification', content_subtype='html' -->
7             <value eval="[ref('mail.group_all_employees')]"/>
8             <value>OpenERP's electronic invoicing allows to ease and fasten 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.
9
10 You can track customer payments easily and automate the reminders. You get an overview of the discussion with your customers on each invoice to ensure a full traceability.
11
12 If you want to use advanced accounting features, you should install the "Accounting and Finance" module.</value>
13             <value>Module eInvoicing &amp; Payments has been installed.</value>
14         </function>
15     </data>
16 </openerp>