# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

{
    'name': 'Test - html_field_history',
    'version': '1.0',
    'category': 'Hidden',
    'depends': ['web_editor'],
    'data': [
        'security/ir.model.access.csv',
    ],
    'license': 'LGPL-3',
}
