[MIG] account_ebics_payment_order: Migration to 11.0

This commit is contained in:
Luc De Meyer 2019-05-11 20:06:03 +02:00
parent 98ba5626e5
commit d723acfcc5
4 changed files with 3 additions and 7 deletions

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2009-2017 Noviat. # Copyright 2009-2017 Noviat.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

View File

@ -1,10 +1,9 @@
# -*- coding: utf-8 -*- # Copyright 2009-2019 Noviat.
# Copyright 2009-2017 Noviat.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{ {
'name': 'Upload Payment Order via EBICS', 'name': 'Upload Payment Order via EBICS',
'version': '10.0.1.0.0', 'version': '11.0.1.0.0',
'license': 'AGPL-3', 'license': 'AGPL-3',
'author': 'Noviat', 'author': 'Noviat',
'category': 'Accounting & Finance', 'category': 'Accounting & Finance',

View File

@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import account_payment_order from . import account_payment_order

View File

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*- # Copyright 2009-2019 Noviat.
# Copyright 2009-2017 Noviat.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import api, models, _ from odoo import api, models, _