Skip to content
Snippets Groups Projects
Commit 6817ba127be3 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

Expose Context, NewinstanceType and build_context at the top level package

parent 383f632a4f83
No related branches found
Tags 18.0.2.1.0
Loading
Changelog
=========
18.0.2.1.0
----------
Expose Context, NewinstanceType and build_context at the top level package.
18.0.2.0.2
----------
......
......@@ -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
......
......@@ -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/",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment