12345678910111213 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Eiru Invoice Status Change',
- 'version': '1.0',
- 'author': 'Adrielso Kunert',
- 'category': 'Account',
- 'depends': ['account', 'base'],
- 'data': [
- 'views/templates.xml',
- ],
- 'installable': True,
- 'auto_install': False,
- }
|