16 lines
561 B
Python
16 lines
561 B
Python
# Copyright 2018 Eficent Business and IT Consulting Services S.L.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Account Set Reconcilable",
|
|
"summary": "Allows to set as reconcilable a non reconcilable"
|
|
"account that already have journal items.",
|
|
"version": "12.0.1.0.0",
|
|
"depends": ["account"],
|
|
"author": "Eficent, Odoo Community Association (OCA)",
|
|
"website": "http://www.github.com/OCA/account-reconcile",
|
|
"category": "Finance",
|
|
'license': 'AGPL-3',
|
|
'installable': True,
|
|
}
|