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.
|
|
# -*- coding: utf-8 -*- # Copyright 2017 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{ 'name': 'Improved tracking value change', 'version': '10.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': 'http://www.camptocamp.com', 'depends': [ 'base', 'mail' ], 'data': [ 'views/mail_tracking_value.xml' ], 'installable': True, 'auto_install': False, }
|