Odoo18-Base/odoo/addons/test_data_module/__manifest__.py

9 lines
244 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
{
'name': 'test module to test data only modules',
'description': 'Fake module to test data module installation without __init__.py',
'version': '0.0.1',
'category': 'Hidden/Tests',
'sequence': 0,
'license': 'LGPL-3',
}