12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- 'name': 'Export Current View',
- 'version': '8.0.1.2.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',
- ],
- 'qweb': [
- 'static/src/xml/web_export_view_template.xml',
- ],
- 'installable': True,
- 'auto_install': False,
- }
|