You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
881 B
32 lines
881 B
# -*- coding: utf-8 -*-
|
|
# Copyright 2015 Antiun Ingeniería S.L. - Antonio Espinosa
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
'name': "Manage model export profiles",
|
|
'category': 'Personalization',
|
|
'version': '9.0.1.1.0',
|
|
'depends': [
|
|
'web',
|
|
],
|
|
'data': [
|
|
'data/ir_exports_data.xml',
|
|
'views/assets.xml',
|
|
'views/ir_exports.xml',
|
|
'views/ir_model.xml',
|
|
'views/ir_model_access.xml',
|
|
'views/res_groups.xml',
|
|
],
|
|
'qweb': [
|
|
"static/src/xml/base.xml",
|
|
],
|
|
'author': 'Antiun Ingeniería S.L., '
|
|
'Tecnativa, '
|
|
'LasLabs, '
|
|
'Ursa Information Systems, '
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'http://www.antiun.com',
|
|
'license': 'AGPL-3',
|
|
'installable': True,
|
|
'application': False,
|
|
}
|