[FIX] indentation
[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_append_note">
6             <!-- ids, subject, body, parent_id=False, type='notification', content_subtype='html' -->
7             <value eval="[ref('mail.group_all_employees')]"/>
8             <value>Module eInvoicing &amp; Payments has been installed</value>
9             <value>From the top menu Invoicing, manage your customer and supplier
10                 invoices.  You can also manage refunds, receipts and register
11                 payments.
12
13                 In order to manage all accounting features (journal items,
14                 chart of accounts, etc), you should install the module
15                 "Accounting and Finance".
16             </value>
17         </function>
18     </data>
19 </openerp>