15 lines
375 B
Python
15 lines
375 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'test_convert',
|
|
'description': "Data for xml conversion tests",
|
|
'version': '0.0.1',
|
|
'category': 'Hidden/Tests',
|
|
'data': [
|
|
'ir.model.access.csv',
|
|
'data/test_translated_field/test_model_data.xml',
|
|
],
|
|
'license': 'LGPL-3',
|
|
}
|