mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
14 lines
492 B
Python
14 lines
492 B
Python
# © 2017 Opener BV (<https://opener.amsterdam>)
|
|
# © 2020 Vanmoof BV (<https://www.vanmoof.com>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Reconcile entries from pseudo bank statements",
|
|
"version": "12.0.1.0.0",
|
|
"author": "Opener B.V., Vanmoof BV, Odoo Community Association (OCA)",
|
|
"category": "Banking addons",
|
|
"website": "https://opener.am",
|
|
"license": "AGPL-3",
|
|
"depends": ["account_cancel",],
|
|
"installable": True,
|
|
}
|