From fe8c0681e6abd8e9f335b238aea8d45834a4d34f Mon Sep 17 00:00:00 2001 From: "Luis M. Ontalba" Date: Thu, 5 Apr 2018 17:16:14 +0200 Subject: [PATCH] [11.0][MIG] bank_statement_foreign_currency --- bank_statement_foreign_currency/README.rst | 9 +++++---- bank_statement_foreign_currency/__init__.py | 1 - bank_statement_foreign_currency/__manifest__.py | 3 +-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/bank_statement_foreign_currency/README.rst b/bank_statement_foreign_currency/README.rst index 65356356..97190144 100644 --- a/bank_statement_foreign_currency/README.rst +++ b/bank_statement_foreign_currency/README.rst @@ -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 +* Luis M. Ontalba Maintainer diff --git a/bank_statement_foreign_currency/__init__.py b/bank_statement_foreign_currency/__init__.py index 40a96afc..e69de29b 100755 --- a/bank_statement_foreign_currency/__init__.py +++ b/bank_statement_foreign_currency/__init__.py @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/bank_statement_foreign_currency/__manifest__.py b/bank_statement_foreign_currency/__manifest__.py index cb8d4793..3ccb2d57 100644 --- a/bank_statement_foreign_currency/__manifest__.py +++ b/bank_statement_foreign_currency/__manifest__.py @@ -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",