This commit is contained in:
Luc De Meyer 2019-12-22 10:54:00 +01:00
parent 6af7277a5d
commit 7042f92989
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: https://www.gnu.org/licenses/agpl
.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
:target: https://www.gnu.org/licenses/lpgl
:alt: License: AGPL-3
==============================

View File

@ -1,10 +1,10 @@
# Copyright 2009-2019 Noviat.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
{
'name': 'Upload Payment Order via EBICS',
'version': '12.0.1.0.0',
'license': 'AGPL-3',
'license': 'LGPL-3',
'author': 'Noviat',
'category': 'Accounting & Finance',
'depends': [

View File

@ -1,5 +1,5 @@
# Copyright 2009-2019 Noviat.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
from odoo import api, models, _
from odoo.exceptions import UserError