mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 12:12:03 +00:00
fix license
This commit is contained in:
parent
b09efe4476
commit
1e8d971aa5
@ -1,6 +1,6 @@
|
|||||||
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
|
||||||
:target: https://www.gnu.org/licenses/agpl
|
:target: https://www.gnu.org/licenses/lgpl
|
||||||
:alt: License: AGPL-3
|
:alt: License: LGPL-3
|
||||||
|
|
||||||
==============================================
|
==============================================
|
||||||
Deploy account_ebics module on Odoo Enterprise
|
Deploy account_ebics module on Odoo Enterprise
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Copyright 2009-2019 Noviat.
|
# Copyright 2019 Noviat.
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License LGPL-3 or later (http://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'account_ebics on Odoo Enterprise',
|
'name': 'account_ebics on Odoo Enterprise',
|
||||||
@ -7,7 +7,7 @@
|
|||||||
'version': '12.0.1.0.0',
|
'version': '12.0.1.0.0',
|
||||||
'author': 'Noviat',
|
'author': 'Noviat',
|
||||||
'category': 'Hidden',
|
'category': 'Hidden',
|
||||||
'license': 'AGPL-3',
|
'license': 'LGPL-3',
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'depends': [
|
'depends': [
|
||||||
'account_ebics',
|
'account_ebics',
|
||||||
|
Loading…
Reference in New Issue
Block a user