From 0fb80533816bf0d5f1c90623ffcde3d33862ddcb Mon Sep 17 00:00:00 2001 From: Fekete Mihai Date: Thu, 25 Jan 2018 12:38:05 +0200 Subject: [PATCH] Migrate account_netting to 11.0. --- account_netting/README.rst | 6 +++--- account_netting/__init__.py | 1 - account_netting/__manifest__.py | 3 +-- account_netting/tests/__init__.py | 1 - account_netting/tests/test_account_netting.py | 1 - account_netting/wizards/__init__.py | 1 - account_netting/wizards/account_move_make_netting.py | 1 - 7 files changed, 4 insertions(+), 10 deletions(-) diff --git a/account_netting/README.rst b/account_netting/README.rst index 50d73ee4..0369eaed 100644 --- a/account_netting/README.rst +++ b/account_netting/README.rst @@ -1,5 +1,5 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html +.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png + :target: https://www.gnu.org/licenses/agpl :alt: License: AGPL-3 ============= @@ -34,7 +34,7 @@ counterparts of the AR/AP operations. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/92/10.0 + :target: https://runbot.odoo-community.org/runbot/92/11.0 Known issues / Roadmap ====================== diff --git a/account_netting/__init__.py b/account_netting/__init__.py index ee615651..0c4290c2 100644 --- a/account_netting/__init__.py +++ b/account_netting/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Pedro M. Baeza # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html diff --git a/account_netting/__manifest__.py b/account_netting/__manifest__.py index e4840f92..7e478e29 100644 --- a/account_netting/__manifest__.py +++ b/account_netting/__manifest__.py @@ -1,11 +1,10 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Pedro M. Baeza # Copyright 2017 Vicent Cubells - Tecnativa # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html { 'name': 'Account netting', - 'version': '10.0.1.0.0', + 'version': '11.0.1.0.0', 'summary': 'Compensate AR/AP accounts from the same partner', 'category': 'Accounting & Finance', 'author': 'Tecnativa, ' diff --git a/account_netting/tests/__init__.py b/account_netting/tests/__init__.py index 544877d6..21baa0f8 100644 --- a/account_netting/tests/__init__.py +++ b/account_netting/tests/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Pedro M. Baeza # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html diff --git a/account_netting/tests/test_account_netting.py b/account_netting/tests/test_account_netting.py index 97800a63..5e477949 100644 --- a/account_netting/tests/test_account_netting.py +++ b/account_netting/tests/test_account_netting.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Pedro M. Baeza # Copyright 2017 Tecnativa - Vicent Cubells # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html diff --git a/account_netting/wizards/__init__.py b/account_netting/wizards/__init__.py index ca14d9be..1a610d97 100644 --- a/account_netting/wizards/__init__.py +++ b/account_netting/wizards/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Pedro M. Baeza # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html diff --git a/account_netting/wizards/account_move_make_netting.py b/account_netting/wizards/account_move_make_netting.py index 8f9dae99..d015a2d2 100644 --- a/account_netting/wizards/account_move_make_netting.py +++ b/account_netting/wizards/account_move_make_netting.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Pedro M. Baeza # Copyright 2017 Tecnativa - Vicent Cubells # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html