1234567891011121314151617181920212223242526 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Eiru Product Interest',
- 'version': '8.1',
- 'category': 'Product',
- 'sequence': 14,
- 'summary': '',
- 'description': """
- Tipificar tipo de producto
- """,
- 'author': 'eiru',
- 'license': 'AGPL-3',
- 'images': [
- ],
- 'depends': [
- 'product',
- ],
- 'data': [
- 'views/product_template_view.xml',
- ],
- 'installable': True,
- 'auto_install': False,
- 'application': False,
- }
- # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|