Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Xbus Common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo modules
Xbus Common
Compare revisions
8537a91d0d96b51af11b5db33af209cebb19b451 to 8827f541f1aaeffc1821f8b3e90667539b2d2a74
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
xcg/odoo-modules/xbus_common
Select target project
No results found
8827f541f1aaeffc1821f8b3e90667539b2d2a74
Select Git revision
Swap
Target
xcg/odoo-modules/xbus_common
Select target project
xcg/odoo-modules/xbus_common
1 result
8537a91d0d96b51af11b5db33af209cebb19b451
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Fix license in pyproject.toml
· f5bfcde69b11
Vincent Hatakeyama
authored
2 months ago
f5bfcde69b11
Added tag 18.0.3.0.0.2 for changeset
f5bfcde69b11
· 8827f541f1aa
Vincent Hatakeyama
authored
2 months ago
8827f541f1aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.hgtags
+1
-0
1 addition, 0 deletions
.hgtags
pyproject.toml
+1
-2
1 addition, 2 deletions
pyproject.toml
with
2 additions
and
2 deletions
.hgtags
View file @
8827f541
...
@@ -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
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
8827f541
...
@@ -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
Aff
er
o
General Public License v3"
}
license
=
{
file
=
"LICENSE"
,
name
=
"GNU
Less
er 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]
...
...
This diff is collapsed.
Click to expand it.