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