forked from Techsystech/web
22 lines
523 B
Python
22 lines
523 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2012 Agile Business Group
|
|
# © 2012 Domsense srl
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
'name': 'Export Current View',
|
|
'version': '9.0.1.0.0',
|
|
'category': 'Web',
|
|
'author': "Agile Business Group,Odoo Community Association (OCA)",
|
|
'website': 'http://www.agilebg.com',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'web',
|
|
],
|
|
'data': [
|
|
'view/web_export_view.xml',
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|