From 6470f129e80198e471355f8f13097e361117d2bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 9 Jul 2024 18:50:49 +0200 Subject: [PATCH] [LIC] account_invoice_start_end_dates: change to LGPL --- account_invoice_start_end_dates/README.rst | 6 +++--- account_invoice_start_end_dates/__manifest__.py | 2 +- .../static/description/index.html | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/account_invoice_start_end_dates/README.rst b/account_invoice_start_end_dates/README.rst index 374a20bfbf1..dbd0c8708c3 100644 --- a/account_invoice_start_end_dates/README.rst +++ b/account_invoice_start_end_dates/README.rst @@ -13,9 +13,9 @@ Account Invoice Start End Dates .. |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--closing-lightgray.png?logo=github :target: https://github.com/OCA/account-closing/tree/16.0/account_invoice_start_end_dates :alt: OCA/account-closing diff --git a/account_invoice_start_end_dates/__manifest__.py b/account_invoice_start_end_dates/__manifest__.py index 904d794ec14..24052d00522 100644 --- a/account_invoice_start_end_dates/__manifest__.py +++ b/account_invoice_start_end_dates/__manifest__.py @@ -7,7 +7,7 @@ "name": "Account Invoice Start End Dates", "version": "16.0.1.2.0", "category": "Accounting & Finance", - "license": "AGPL-3", + "license": "LGPL-3", "summary": "Adds start/end dates on invoice/move lines", "author": "Akretion,Odoo Community Association (OCA)", "maintainers": ["alexis-via"], diff --git a/account_invoice_start_end_dates/static/description/index.html b/account_invoice_start_end_dates/static/description/index.html index 292e1e7d41f..5acffa33d29 100644 --- a/account_invoice_start_end_dates/static/description/index.html +++ b/account_invoice_start_end_dates/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,7 +368,7 @@

Account Invoice Start End Dates

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:b4f3db5b68014e9eb2899369770b45a88dad71ae3948fa21734d3bf3740e13c0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/account-closing Translate me on Weblate Try me on Runboat

+

Beta License: LGPL-3 OCA/account-closing Translate me on Weblate Try me on Runboat

This module adds the fields Start Date and End Date on invoice/move lines.

It also adds an option Must Have Start/End Dates on the product form (in the Accounting tab) ; if you enable this option, you will get an error message if you try to post an invoice/move that constains such a product on one of its lines and doesn’t have start/end dates on that line.

If you use this module, you may also be interested in several other modules: