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
6817ba127be3
Commit
6817ba127be3
authored
3 months ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
Expose Context, NewinstanceType and build_context at the top level package
parent
383f632a4f83
No related branches found
Branches containing commit
Tags
18.0.2.1.0
Tags containing commit
Loading
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS.rst
+5
-0
5 additions, 0 deletions
NEWS.rst
__init__.py
+3
-0
3 additions, 0 deletions
__init__.py
__manifest__.py
+1
-1
1 addition, 1 deletion
__manifest__.py
with
9 additions
and
1 deletion
NEWS.rst
+
5
−
0
View file @
6817ba12
Changelog
=========
18.0.2.1.0
----------
Expose Context, NewinstanceType and build_context at the top level package.
18.0.2.0.2
----------
...
...
This diff is collapsed.
Click to expand it.
__init__.py
+
3
−
0
View file @
6817ba12
...
...
@@ -27,6 +27,7 @@
PHASE_UPDATE
,
Computed
,
Constant
,
Context
,
ContextBuilder
,
Converter
,
Newinstance
,
...
...
@@ -30,6 +31,7 @@
ContextBuilder
,
Converter
,
Newinstance
,
NewinstanceType
,
Readonly
,
Skip
,
message_to_odoo
,
...
...
@@ -33,6 +35,7 @@
Readonly
,
Skip
,
message_to_odoo
,
build_context
,
)
from
.exception
import
InternalError
from
.field
import
Field
,
TranslatedSelection
...
...
This diff is collapsed.
Click to expand it.
__manifest__.py
+
1
−
1
View file @
6817ba12
...
...
@@ -21,7 +21,7 @@
"
name
"
:
"
Converter
"
,
"
license
"
:
"
AGPL-3
"
,
"
summary
"
:
"
Convert odoo records to/from plain data structures.
"
,
"
version
"
:
"
18.0.2.
0.2
"
,
"
version
"
:
"
18.0.2.
1.0
"
,
"
category
"
:
"
Hidden
"
,
"
author
"
:
"
XCG Consulting
"
,
"
website
"
:
"
https://orbeet.io/
"
,
...
...
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