[FIX] web_kanban: fixed issues when having no column to display in kanban
[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="subtype_id" ref="mail.mt_comment"/>
11             <field name="subject">eInvoicing &amp; Payments application installed!</field>
12             <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>
13 <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>
14         </record>
15
16         <!-- Voucher-related subtypes for messaging / Chatter -->
17         <record id="mt_voucher_state_change" model="mail.message.subtype">
18             <field name="name">Status Change</field>
19             <field name="res_model">account.voucher</field>
20             <field name="default" eval="False"/>
21             <field name="description">Status changed</field>
22         </record>
23
24     </data>
25 </openerp>