14 lines
284 B
Python
14 lines
284 B
Python
# -*- 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',
|
|
}
|