1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/test_data_cleaning/__manifest__.py
2024-12-10 09:04:09 +07:00

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',
}