Files
account-reconcile/account_partner_reconcile/__openerp__.py
2021-04-13 08:37:11 +02:00

22 lines
576 B
Python

# -*- coding: utf-8 -*-
# © 2017 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
'name': "Account Partner Reconcile",
'version': '9.0.1.0.0',
'category': 'Accounting',
'author': 'Eficent,'
'Odoo Community Association (OCA), ',
'website': 'https://github.com/OCA/account-payment',
'license': 'AGPL-3',
"depends": [
'account',
],
"data": [
'views/res_partner_view.xml',
],
"installable": True
}