Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Odoo scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container 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 scripts
Commits
7384c6e3
Commit
7384c6e3
authored
2 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
use OCA odoorpc again as it now contains a fix for 3.10 compat
parent
de2f4eeb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!120
use OCA odoorpc again as it now contains a fix for 3.10 compat
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS.rst
+2
-0
2 additions, 0 deletions
NEWS.rst
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
requirements
+1
-1
1 addition, 1 deletion
requirements
with
4 additions
and
2 deletions
NEWS.rst
+
2
−
0
View file @
7384c6e3
...
...
@@ -7,6 +7,8 @@
docker_dev_start: Set the VERSION and SENTRY_RELEASE environment variable. Useful when there is a module displaying their value.
odoorpc merged a fix for the python 3.10 compatibility, so update the requirements accordingly.
16.5.1
------
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
7384c6e3
...
...
@@ -47,7 +47,7 @@
deps =
coverage[toml]
pytest
py310: git+https://github.com/
xcgd
/odoorpc@
fix-oca-issue-66
#egg=odoorpc
py310: git+https://github.com/
oca
/odoorpc@
master
#egg=odoorpc
commands = coverage run -m pytest --junitxml=report.{envname}.xml {posargs}
[testenv:coverage-report]
...
...
This diff is collapsed.
Click to expand it.
requirements
+
1
−
1
View file @
7384c6e3
# This includes the requirements for all extras
git+https://github.com/
xcgd
/odoorpc@
fix-oca-issue-66
#egg=odoorpc
git+https://github.com/
oca
/odoorpc@
master
#egg=odoorpc
requests_toolbelt==0.8.0
python-dateutil>=2.7.0
PyYAML
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment