mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] contract: Add followers to invoices created
[UPD] Update contract.pot [UPD] README.rst
This commit is contained in:
committed by
Pedro M. Baeza
parent
06ccb03fff
commit
5f2e61bb16
7
contract/data/mail_message_subtype.xml
Normal file
7
contract/data/mail_message_subtype.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" ?>
|
||||
<odoo noupdate="1">
|
||||
<record id="mail_message_subtype_invoice_created" model="mail.message.subtype">
|
||||
<field name="name">Invoice created</field>
|
||||
<field name="res_model">contract.contract</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user