Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • xcg/odoo-modules/xbus_common
1 result
Show changes
Commits on Source (2)
...@@ -13,3 +13,4 @@ ...@@ -13,3 +13,4 @@
5d5282825fb2a4b182681fbb0862d508a0f9cfc9 18.0.2.1.2 5d5282825fb2a4b182681fbb0862d508a0f9cfc9 18.0.2.1.2
9a8b95def4fbef25f6d3be094b81cc5bbc3b8151 18.0.3.0.0 9a8b95def4fbef25f6d3be094b81cc5bbc3b8151 18.0.3.0.0
6f7f0253187cf60005f04a794e8bf7c68599faa8 18.0.3.0.0.1 6f7f0253187cf60005f04a794e8bf7c68599faa8 18.0.3.0.0.1
f5bfcde69b11ee0aa0ecd11a34fc66b452688f0a 18.0.3.0.0.2
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
dynamic = ["version"] dynamic = ["version"]
readme = "README.rst" readme = "README.rst"
requires-python = "~=3.11" 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"] keywords = ["odoo"]
authors = [{ name = "XCG Consulting" }] authors = [{ name = "XCG Consulting" }]
classifiers = [ classifiers = [
...@@ -70,7 +70,6 @@ ...@@ -70,7 +70,6 @@
"E501", # line too long (default 88) "E501", # line too long (default 88)
"I", # isort "I", # isort
"UP", # pyupgrade "UP", # pyupgrade
] ]
[tool.ruff.lint.per-file-ignores] [tool.ruff.lint.per-file-ignores]
......