12345678910111213141516171819 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Eiru Purchases",
- 'author': "Robert Gauto",
- 'category': 'Uncategorized',
- 'version': '0.1',
- 'depends': [
- 'base',
- 'account',
- 'purchase',
- 'eiru_bank_payments_references',
- 'eiru_payments_invoices',
- 'eiru_sidebar_toggler',
- 'eiru_topbar_toggler'
- ],
- 'data': [
- 'templates.xml'
- ]
- }
|