mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 20:52:04 +00:00
lpgl
This commit is contained in:
parent
9e08cbd35d
commit
cb5ae13ca0
@ -1,5 +1,5 @@
|
|||||||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
|
||||||
:target: https://www.gnu.org/licenses/agpl
|
:target: https://www.gnu.org/licenses/lpgl
|
||||||
:alt: License: AGPL-3
|
:alt: License: AGPL-3
|
||||||
|
|
||||||
==============================
|
==============================
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# Copyright 2009-2019 Noviat.
|
# 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',
|
'name': 'Upload Payment Order via EBICS',
|
||||||
'version': '12.0.1.0.0',
|
'version': '12.0.1.0.0',
|
||||||
'license': 'AGPL-3',
|
'license': 'LGPL-3',
|
||||||
'author': 'Noviat',
|
'author': 'Noviat',
|
||||||
'category': 'Accounting & Finance',
|
'category': 'Accounting & Finance',
|
||||||
'depends': [
|
'depends': [
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Copyright 2009-2019 Noviat.
|
# 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 import api, models, _
|
||||||
from odoo.exceptions import UserError
|
from odoo.exceptions import UserError
|
||||||
|
Loading…
Reference in New Issue
Block a user