From d723acfcc5aaa3b28bb0018432603a59b5936fde Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sat, 11 May 2019 20:06:03 +0200 Subject: [PATCH] [MIG] account_ebics_payment_order: Migration to 11.0 --- account_ebics_payment_order/__init__.py | 1 - account_ebics_payment_order/__manifest__.py | 5 ++--- account_ebics_payment_order/models/__init__.py | 1 - account_ebics_payment_order/models/account_payment_order.py | 3 +-- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/account_ebics_payment_order/__init__.py b/account_ebics_payment_order/__init__.py index 563e77c..fcc96f7 100644 --- a/account_ebics_payment_order/__init__.py +++ b/account_ebics_payment_order/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2009-2017 Noviat. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/account_ebics_payment_order/__manifest__.py b/account_ebics_payment_order/__manifest__.py index b7fd1d4..fc438c4 100644 --- a/account_ebics_payment_order/__manifest__.py +++ b/account_ebics_payment_order/__manifest__.py @@ -1,10 +1,9 @@ -# -*- coding: utf-8 -*- -# Copyright 2009-2017 Noviat. +# Copyright 2009-2019 Noviat. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Upload Payment Order via EBICS', - 'version': '10.0.1.0.0', + 'version': '11.0.1.0.0', 'license': 'AGPL-3', 'author': 'Noviat', 'category': 'Accounting & Finance', diff --git a/account_ebics_payment_order/models/__init__.py b/account_ebics_payment_order/models/__init__.py index 66e826d..429f032 100644 --- a/account_ebics_payment_order/models/__init__.py +++ b/account_ebics_payment_order/models/__init__.py @@ -1,2 +1 @@ -# -*- coding: utf-8 -*- from . import account_payment_order diff --git a/account_ebics_payment_order/models/account_payment_order.py b/account_ebics_payment_order/models/account_payment_order.py index f9aac62..750b3a6 100644 --- a/account_ebics_payment_order/models/account_payment_order.py +++ b/account_ebics_payment_order/models/account_payment_order.py @@ -1,5 +1,4 @@ -# -*- coding: utf-8 -*- -# Copyright 2009-2017 Noviat. +# Copyright 2009-2019 Noviat. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import api, models, _