Odoo18-Base/odoo/addons/test_data_module_install/__manifest__.py
2025-03-10 11:12:23 +07:00

10 lines
264 B
Python

{
'name': 'test installation of data module',
'description': 'Test data module (see test_data_module) installation',
'version': '0.0.1',
'category': 'Hidden/Tests',
'sequence': 10,
'license': 'LGPL-3',
'depends': ['test_data_module']
}