[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,5 +1,5 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg .. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3 :alt: License: AGPL-3
=============================== ===============================
@ -13,7 +13,7 @@ Usage
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot :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 Bug Tracker
@ -30,6 +30,7 @@ Credits
Contributors Contributors
------------ ------------
* Miquel Raïch <miquel.raich@eficent.com> * Miquel Raïch <miquel.raich@eficent.com>
* Luis M. Ontalba <luis.martinez@tecnativa.com>
Maintainer 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. # Copyright 2017 Eficent Business and IT Consulting Services S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{ {
"name": "Bank Statement Foreign Currency", "name": "Bank Statement Foreign Currency",
"summary": "Make visible the foreign currencies in the bank statements", "summary": "Make visible the foreign currencies in the bank statements",
"version": "10.0.1.0.0", "version": "11.0.1.0.0",
"depends": ["account"], "depends": ["account"],
"author": "Eficent, Odoo Community Association (OCA)", "author": "Eficent, Odoo Community Association (OCA)",
"website": "http://www.github.com/OCA/account-reconcile", "website": "http://www.github.com/OCA/account-reconcile",