From d855ad8aca68d103dcb3205d64f4d493dabd03f0 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 6 Mar 2023 15:19:30 +0100 Subject: [PATCH] account_statement_base: change licence to LGPL The module account_statement_base will be used by the modules from OCA/bank-statement-import which are LGPL (because they initially came from Odoo official addons), so it cannot be AGPL. --- account_statement_base/README.rst | 6 +++--- account_statement_base/__manifest__.py | 4 ++-- account_statement_base/static/description/index.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/account_statement_base/README.rst b/account_statement_base/README.rst index 2ba3f595..84ab0f52 100644 --- a/account_statement_base/README.rst +++ b/account_statement_base/README.rst @@ -10,9 +10,9 @@ Bank Statement Base .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github :target: https://github.com/OCA/account-reconcile/tree/16.0/account_statement_base :alt: OCA/account-reconcile diff --git a/account_statement_base/__manifest__.py b/account_statement_base/__manifest__.py index 7ad54671..b11304d5 100644 --- a/account_statement_base/__manifest__.py +++ b/account_statement_base/__manifest__.py @@ -1,12 +1,12 @@ # Copyright 2023 Akretion France (http://www.akretion.com/) # @author: Alexis de Lattre -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). { "name": "Bank Statement Base", "version": "16.0.1.0.0", "category": "Accounting", - "license": "AGPL-3", + "license": "LGPL-3", "summary": "Base module for Bank Statements", "author": "Akretion,Odoo Community Association (OCA)", "maintainers": ["alexis-via"], diff --git a/account_statement_base/static/description/index.html b/account_statement_base/static/description/index.html index 385a7eac..aef5bb24 100644 --- a/account_statement_base/static/description/index.html +++ b/account_statement_base/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/account-reconcile Translate me on Weblate Try me on Runbot

+

Beta License: LGPL-3 OCA/account-reconcile Translate me on Weblate Try me on Runbot

This is a technical module that adds the views of the Bank Statement Lines (since Odoo 16.0, these views are not part of the account module any more).

Table of contents