@ -4,7 +4,7 @@
{
'name': 'Improved tracking value change',
'version': '10.0.1.0.0',
'version': '9.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)',
import json
from odoo import api, fields, models
from openerp import api, fields, models
class MailTrackingValue(models.Model):
@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from odoo.tests.common import TransactionCase
from openerp.tests.common import TransactionCase
class TestImproveTrackingValue(TransactionCase):