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.
26 lines
689 B
26 lines
689 B
# -*- coding: utf-8 -*-
|
|
# © 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': '8.0.2.1.0',
|
|
'depends': [
|
|
'web',
|
|
],
|
|
'data': [
|
|
'views/assets.xml',
|
|
'views/ir_exports_view.xml',
|
|
],
|
|
'qweb': [
|
|
"static/src/xml/base.xml",
|
|
],
|
|
'author': 'Antiun Ingeniería S.L., '
|
|
'Tecnativa, '
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'http://www.antiun.com',
|
|
'license': 'AGPL-3',
|
|
'installable': True,
|
|
'post_init_hook': 'post_init_hook',
|
|
}
|