Skip to content
Snippets Groups Projects
Commit c2a4438d6674 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:tractor: change license to Lesser General Public License

parent 6c8785cdec7e
Branches branch/11.0
No related tags found
No related merge requests found
Pipeline #117918 passed with warnings
......@@ -9,7 +9,7 @@
</mask>
<g mask="url(#anybadge_1)">
<path fill="#555" d="M0 0h53v20H0z" />
<path fill="#0000FF" d="M53 0h54v20H53z" />
<path fill="#4C1" d="M53 0h54v20H53z" />
<path fill="url(#b)" d="M0 0h107v20H0z" />
</g>
<g
......@@ -27,7 +27,7 @@
font-family="DejaVu Sans,Verdana,Geneva,sans-serif"
font-size="11"
>
<text x="81.0" y="15" fill="#010101" fill-opacity=".3">AGPL-3</text>
<text x="80.0" y="14">AGPL-3</text>
<text x="81.0" y="15" fill="#010101" fill-opacity=".3">LGPL-3</text>
<text x="80.0" y="14">LGPL-3</text>
</g>
</svg>
This diff is collapsed.
Changelog
=========
18.0.2.0.0
----------
License changed to Lesser General Public License.
18.0.1.1.0
----------
......
......@@ -2,13 +2,6 @@
Xbus Emitter for Odoo
=====================
.. |coverage| image:: .badges/coverage.svg
:target: https://orus.io/xcg/odoo-modules/xbus_emitter/-/pipelines?ref=branch/16.0
:alt: Coverage report
.. the image is updated by the CI when building the documentation
.. |pylint| image:: .badges/pylint.svg
:target: https://orus.io/xcg/odoo-modules/xbus_emitter/-/pipelines?ref=branch/16.0
:alt: pylint score
.. |maturity| image:: .badges/maturity.svg
:target: https://odoo-community.org/page/development-status
:alt: Beta
......@@ -12,9 +5,9 @@
.. |maturity| image:: .badges/maturity.svg
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |license| image:: .badges/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |license| image:: .badges/license-LGPL--3-green.svg
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPLv3+
.. |ruff| image:: .badges/code_style-ruff.svg
:target: https://github.com/astral-sh/ruff
:alt: Ruff
......@@ -22,7 +15,7 @@
:target: https://github.com/prettier/prettier
:alt: Prettier
|coverage| |pylint| |maturity| |license| |ruff| |prettier|
|maturity| |license| |ruff| |prettier|
Emit messages to `Xbus <https://xbus.io/>`_ from Odoo.
......
......@@ -4,10 +4,10 @@
# Copyright © 2015, 2022, 2023, 2024 XCG Consulting <https://xcg-consulting.fr>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......@@ -8,8 +8,8 @@
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
# GNU Lesser General Public License for more details.
#
......@@ -15,7 +15,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
"name": "Xbus Emitter",
......@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
"name": "Xbus Emitter",
"license": "AGPL-3",
"license": "LGPL-3",
"summary": "Emit messages from Odoo to Xbus",
......@@ -23,6 +23,6 @@
"summary": "Emit messages from Odoo to Xbus",
"version": "18.0.1.1.0",
"category": "Technical",
"version": "18.0.2.0.0",
"category": "Tools",
"author": "XCG Consulting",
"website": "https://orbeet.io/",
"depends": ["base_context", "xbus_common"],
......
......@@ -5,10 +5,10 @@
# Copyright © 2014, 2018, 2022-2024 XCG Consulting
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......@@ -9,8 +9,8 @@
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
# GNU Lesser General Public License for more details.
#
......@@ -16,5 +16,5 @@
#
# You should have received a copy of the GNU Affero General Public License
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
......
.. |coverage| image:: .badges/coverage.svg
:target: https://orus.io/xcg/odoo-modules/xbus_emitter/-/pipelines?ref=branch/18.0
:alt: Coverage report
.. |pylint| image:: .badges/pylint.svg
:target: https://orus.io/xcg/odoo-modules/xbus_emitter/-/pipelines?ref=branch/18.0
:alt: pylint score
|coverage| |pylint|
.. include:: README.rst
Contents:
......@@ -15,4 +24,3 @@
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
......@@ -4,10 +4,10 @@
# Copyright © 2015, 2020, 2023, 2024 XCG Consulting <https://xcg-consulting.fr>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......@@ -8,8 +8,8 @@
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
# GNU Lesser General Public License for more details.
#
......@@ -15,5 +15,5 @@
#
# You should have received a copy of the GNU Affero General Public License
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
......
......@@ -4,10 +4,10 @@
# Copyright © 2015, 2020, 2022, 2023, 2024 XCG Consulting <https://xcg-consulting.fr>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......@@ -8,8 +8,8 @@
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
# GNU Lesser General Public License for more details.
#
......@@ -15,5 +15,5 @@
#
# You should have received a copy of the GNU Affero General Public License
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
......
......@@ -4,7 +4,7 @@
description = "Emit messages to Xbus from Odoo."
readme = "README.rst"
requires-python = "~=3.11"
license = { file = "LICENSE", name = "GNU Affero General Public License v3" }
license = { file = "LICENSE", name = "GNU Lesser General Public License v3" }
keywords = ["odoo"]
authors = [{ name = "XCG Consulting" }]
classifiers = [
......@@ -13,7 +13,7 @@
"Programming Language :: Python :: 3.11",
"Framework :: Odoo",
"Framework :: Odoo :: 18.0",
"License :: OSI Approved :: GNU Affero General Public License v3",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
]
dependencies = [
"odoo==18.0.*",
......@@ -17,8 +17,8 @@
]
dependencies = [
"odoo==18.0.*",
"odoo-addon-base_context >=18.0.1.0.0,<18.0.2",
"odoo-addon-xbus_common >=18.0.1.0.0,<18.0.3",
"odoo-addon-base_context >=18.0.2,<18.0.3",
"odoo-addon-xbus_common >=18.0.3,<18.0.4",
]
[project.optional-dependencies]
......@@ -22,8 +22,8 @@
]
[project.optional-dependencies]
doc = ["sphinx"]
test = ["odoo-addon-xbus_common[test] >=18.0.1.0.0,<18.0.3"]
doc = ["sphinx", "odoo-scripts"]
test = ["odoo-addon-xbus_common[test] >=18.0.3,<18.0.4"]
[project.urls]
repository = "https://orus.io/xcg/odoo-modules/xbus_emitter"
......@@ -47,6 +47,7 @@
[tool.hatch.build.targets.wheel]
include = [
"py.typed",
"*.csv",
"/i18n/",
"/static/",
......@@ -58,7 +59,6 @@
]
[tool.hatch.build.targets.wheel.sources]
# TEMPLATE update this value
"" = "odoo/addons/xbus_emitter"
[tool.hatch.version]
......
......@@ -4,10 +4,10 @@
# Copyright © 2015, 2022, 2023, 2024 XCG Consulting <https://xcg-consulting.fr/>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......@@ -8,8 +8,8 @@
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
# GNU Lesser General Public License for more details.
#
......@@ -15,5 +15,5 @@
#
# You should have received a copy of the GNU Affero General Public License
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
......
......@@ -4,10 +4,10 @@
# Copyright © 2015, 2023, 2024 XCG Consulting <https://xcg-consulting.fr>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......@@ -8,8 +8,8 @@
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
# GNU Lesser General Public License for more details.
#
......@@ -15,5 +15,5 @@
#
# You should have received a copy of the GNU Affero General Public License
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment