26 lines
1.5 KiB
XML
26 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<data noupdate="1">
|
|
|
|
<!-- notify all employees of module installation -->
|
|
<record model="mail.message" id="module_install_notification">
|
|
<field name="model">mail.channel</field>
|
|
<field name="res_id" ref="mail.channel_all_employees"/>
|
|
<field name="message_type">notification</field>
|
|
<field name="subtype_id" ref="mail.mt_comment"/>
|
|
<field name="subject">eInvoicing & Payments application installed!</field>
|
|
<field name="body"><![CDATA[<p>Odoo'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.</p>
|
|
<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>
|
|
|
|
<!-- Voucher-related subtypes for messaging / Chatter -->
|
|
<record id="mt_voucher_state_change" model="mail.message.subtype">
|
|
<field name="name">Status Change</field>
|
|
<field name="res_model">account.voucher</field>
|
|
<field name="default" eval="False"/>
|
|
<field name="description">Status changed</field>
|
|
</record>
|
|
|
|
</data>
|
|
</odoo>
|