odoo/addons/account_voucher/account_voucher_data.xml

32 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data noupdate="1">
<!-- notify all employees of module installation -->
<function model="mail.group" name="message_post">
<!-- ids, subject, body, parent_id=False, type='notification', content_subtype='html' -->
<value eval="[ref('mail.group_all_employees')]"/>
<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.
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.
If you want to use advanced accounting features, you should install the "Accounting and Finance" module.</value>
<value>Module eInvoicing &amp; Payments has been installed.</value>
</function>
<!-- mail: subtypes -->
<record id="mail.mt_voucher_new" model="mail.message.subtype">
<field name="name">created</field>
<field name="res_model">account.voucher</field>
</record>
<record id="mail.mt_voucher_post" model="mail.message.subtype">
<field name="name">post</field>
<field name="res_model">account.voucher</field>
</record>
<record id="mail.mt_voucher_reconciled" model="mail.message.subtype">
<field name="name">reconciled</field>
<field name="res_model">account.voucher</field>
<field name="default" eval="False"/>
</record>
</data>
</openerp>