12345678910111213141516171819 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Eiru Invoice Status Change',
- 'version': '1.0',
- 'description': """
- Modulo para cambiar de estado las facturas.
- """,
- 'author': 'Adrielso Kunert',
- 'category': 'account',
- 'depends': ['account', 'base'],
- 'data': [
- 'views/templates.xml',
- ],
- 'installable': True,
- 'auto_install': False,
- }
|