[IMP] contract: Add followers to invoices created

[UPD] Update contract.pot

[UPD] README.rst
This commit is contained in:
Víctor Martínez
2020-11-30 10:23:08 +01:00
committed by Pedro M. Baeza
parent 06ccb03fff
commit 5f2e61bb16
77 changed files with 442 additions and 33 deletions

View 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>