This commit is contained in:
Luc De Meyer 2019-12-22 10:54:00 +01:00
parent d57fd59b5c
commit d2bcab7dba
14 changed files with 18 additions and 18 deletions

View File

@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3
.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
:target: https://www.gnu.org/licenses/lpgl
:alt: License: LGPL-3
======================
EBICS banking protocol

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).
{
'name': 'EBICS banking protocol',

View File

@ -1,5 +1,5 @@
# Copyright 2009-2018 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 fields, models

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).
"""
import logging

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).
import logging

View File

@ -1,5 +1,5 @@
# Copyright 2009-2018 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, fields, models

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).
import logging
from sys import exc_info

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).
import logging

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).
import logging

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).
"""
import logging

View File

@ -1,5 +1,5 @@
# Copyright 2019 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/agpl).
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
{
'name': 'account_ebics on Odoo Enterprise',

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