forked from Mapan/odoo17e
14 lines
331 B
Python
14 lines
331 B
Python
# -*- 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',
|
|
}
|