[11.0][MIG] bank_statement_foreign_currency

pull/255/head
Luis M. Ontalba 2018-04-05 17:16:14 +02:00 committed by Jordi Ballester Alomar
parent 5d07c52986
commit fe8c0681e6
3 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3
===============================
Bank Statement Foreign Currency
@ -13,7 +13,7 @@ Usage
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/98/10.0
:target: https://runbot.odoo-community.org/runbot/98/11.0
Bug Tracker
@ -30,6 +30,7 @@ Credits
Contributors
------------
* Miquel Raïch <miquel.raich@eficent.com>
* Luis M. Ontalba <luis.martinez@tecnativa.com>
Maintainer

View File

@ -1 +0,0 @@
# -*- coding: utf-8 -*-

View File

@ -1,11 +1,10 @@
# -*- coding: utf-8 -*-
# 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": "10.0.1.0.0",
"version": "11.0.1.0.0",
"depends": ["account"],
"author": "Eficent, Odoo Community Association (OCA)",
"website": "http://www.github.com/OCA/account-reconcile",