12345678910111213141516171819202122 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Eiru payments invoices',
- 'author': 'Adrielso Kunert Bueno',
- 'category': 'Account',
- 'version': '1.1.0',
- 'depends': [
- 'base',
- 'account',
- 'currency_utility',
- 'account_voucher_comment',
- 'eiru_invoiceid_voucher',
- ],
- 'data': [
- 'views/templates.xml',
- 'views/eiru_payments_invoices.xml',
- ],
- 'qweb': [
- 'static/src/xml/*.xml',
- 'static/src/xml/modal/*.xml',
- ],
- }
|