123456789101112131415161718 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Copiar líneas de facturas al campo descrption_completo de account.invoice',
- 'author': 'Sebastian Penayo',
- 'category': 'Account',
- 'version': '0.1.1',
- 'depends': ['base', 'account', 'account_voucher_comment' ],
- 'data': [ 'views/views.xml',
- 'views/account_bank_statement_line_view.xml',
- 'views/account_voucher_view.xml',
- ],
- 'qweb': [
- ],
- }
- #
|