You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
595 B

# Copyright 2018 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Improved tracking value change',
'version': '11.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'
],
}