blob: 554e52fe87395c15a5e8ca2ff4deeb9d514cdb59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Fix register payment wizard with 'payment' module",
'category': 'Hidden',
'version': '1.0',
'description': """""",
'depends': ['payment'],
'data': [
'views/account_payment_register_views.xml',
],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}
|