769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
15 lines
474 B
XML
15 lines
474 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<data noupdate="1">
|
|
|
|
<!-- 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>
|