mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
21 lines
553 B
Python
21 lines
553 B
Python
# © 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': '11.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
|
|
}
|