12345678910111213141516171819202122 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Factory Reference in Invoice',
- 'version': '1.0',
- 'description': """
- """,
- 'category': 'extra tool',
- 'author': 'Eiru Software',
- 'website': 'http://www.eiru.com.py/',
- 'license': 'AGPL-3',
- 'depends': [
- 'account'
- ],
- 'data': [
- 'views/templates.xml',
- 'views/account_invoice.xml',
- ],
- 'demo_xml': [],
- 'test': [],
- 'installable': True,
- }
- # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|