account-reconcile/bank_statement_foreign_curr.../__manifest__.py

18 lines
602 B
Python

# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Bank Statement Foreign Currency",
"summary": "Make visible the foreign currencies in the bank statements",
"version": "12.0.1.0.0",
"depends": ["account"],
"author": "Eficent, Odoo Community Association (OCA)",
"website": "http://www.github.com/OCA/account-reconcile",
"category": "Finance",
"data": ["views/account_view.xml",
],
'license': 'AGPL-3',
"auto_install": False,
'installable': True,
}