[MIG] mail_tracking: Migration to 14.0
This commit is contained in:
parent
c721351a9c
commit
d963b817e4
@ -7,7 +7,7 @@
|
||||
{
|
||||
"name": "Email tracking",
|
||||
"summary": "Email tracking system for all mails sent",
|
||||
"version": "13.0.1.0.8",
|
||||
"version": "14.0.1.0.0",
|
||||
"category": "Social Network",
|
||||
"website": "https://github.com/OCA/social",
|
||||
"author": ("Tecnativa, " "Odoo Community Association (OCA)"),
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data noupdate="0">
|
||||
<data>
|
||||
|
||||
<!-- Message with CC -->
|
||||
<record id="mail_message_cc" model="mail.message">
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<record model="ir.ui.view" id="view_message_form">
|
||||
<field name="model">mail.message</field>
|
||||
<field name="inherit_id" ref="mail.view_message_form" />
|
||||
<field name="inherit_id" ref="mail.mail_message_view_form" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="subtype_id" position="after">
|
||||
<field name="mail_tracking_needs_action" />
|
||||
|
Loading…
Reference in New Issue
Block a user