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

14 lines
284 B
Python
Raw Permalink Normal View History

2025-03-10 10:52:11 +07:00
# -*- coding: utf-8 -*-
{
'name': 'test-populate',
'version': '0.1',
'category': 'Tests',
'description': """A module to test populate.""",
'depends': ['base'],
'data': [
'ir.model.access.csv',
],
'installable': True,
'license': 'LGPL-3',
}