# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. { 'name': 'Test Data Cleaning', 'category': 'Hidden', 'summary': 'Test Suite for Data Cleaning', 'depends': [ 'data_cleaning', ], 'data': ['security/ir.model.access.csv'], 'license': 'OEEL-1', }