mirror of https://github.com/OCA/social.git
16 lines
548 B
Python
16 lines
548 B
Python
# Copyright 2018 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Improved tracking value change",
|
|
"version": "16.0.1.0.0",
|
|
"summary": "Improves tracking changed values for certain type of fields."
|
|
"Adds a user-friendly view to consult them.",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"category": "Tools",
|
|
"website": "https://github.com/OCA/social",
|
|
"depends": ["base", "mail"],
|
|
"data": ["views/mail_tracking_value.xml"],
|
|
}
|