Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Converter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
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
Converter
Commits
052e08f55c94
Commit
052e08f55c94
authored
2 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
import relation with correct case at module level
parent
d5b3bcb01e3a
No related branches found
No related tags found
1 merge request
!18
import relation with correct case at module level
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
__init__.py
+1
-1
1 addition, 1 deletion
__init__.py
with
1 addition
and
1 deletion
__init__.py
+
1
−
1
View file @
052e08f5
...
@@ -7,7 +7,6 @@
...
@@ -7,7 +7,6 @@
from
.mail_template
import
MailTemplate
# noqa: F401
from
.mail_template
import
MailTemplate
# noqa: F401
from
.model
import
Model
# noqa: F401
from
.model
import
Model
# noqa: F401
from
.relation
import
(
# noqa: F401
from
.relation
import
(
# noqa: F401
Relation
,
RelationToMany
,
RelationToMany
,
RelationToManyMap
,
RelationToManyMap
,
RelationToOne
,
RelationToOne
,
...
@@ -11,6 +10,7 @@
...
@@ -11,6 +10,7 @@
RelationToMany
,
RelationToMany
,
RelationToManyMap
,
RelationToManyMap
,
RelationToOne
,
RelationToOne
,
relation
,
)
)
from
.switch
import
Switch
# noqa: F401
from
.switch
import
Switch
# noqa: F401
from
.validate
import
NotInitialized
,
Validator
# noqa: F401
from
.validate
import
NotInitialized
,
Validator
# noqa: F401
...
...
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