mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-21 19:52:04 +00:00
fix license
This commit is contained in:
parent
63db5736cb
commit
23c709a420
@ -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/lgpl
|
||||
:alt: License: LGPL-3
|
||||
|
||||
==============================================
|
||||
Deploy account_ebics module on Odoo Enterprise
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Copyright 2009-2019 Noviat.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
# Copyright 2019 Noviat.
|
||||
# License LGPL-3 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'account_ebics on Odoo Enterprise',
|
||||
@ -7,7 +7,7 @@
|
||||
'version': '12.0.1.0.0',
|
||||
'author': 'Noviat',
|
||||
'category': 'Hidden',
|
||||
'license': 'AGPL-3',
|
||||
'license': 'LGPL-3',
|
||||
'installable': True,
|
||||
'depends': [
|
||||
'account_ebics',
|
||||
|
Loading…
Reference in New Issue
Block a user