Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Redner Odoo Module
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Redner Odoo Module
Merge requests
!87
Something went wrong on our end
redner: sprint 2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
redner: sprint 2
topic/18.0/RED-549
into
branch/18.0
Overview
1
Commits
8
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Open
Axel Prel
requested to merge
topic/18.0/RED-549
into
branch/18.0
2 weeks ago
Overview
1
Commits
8
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Expand
see NEWS for more details
0
0
Merge request reports
Viewing commit
5bd4867e
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5bd4867e
set correct converter dependency in pyproject
· 5bd4867e
Axel Prel
authored
1 week ago
pyproject.toml
+
1
−
1
Options
@@ -16,7 +16,7 @@
"Framework :: Odoo :: 18.0"
,
"License :: OSI Approved :: GNU Affero General Public License v3"
,
]
dependencies
=
["odoo=
=
18.0
.*
", "
odoo-addon-converter
>
=
18.0
.
4
,
<
18.0
.
7
"]
dependencies
=
["odoo=
=
18.0
.*
", "
odoo-addon-converter
>
=
18.0
.
6.1
,
<
18.0
.
7
"]
[project.optional-dependencies]
unixsocket
=
[
"requests_unixsocket"
]
Loading