Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
merchise
openupgradelib
Commits
21eb83f7
Commit
21eb83f7
authored
May 01, 2017
by
Pedro M. Baeza
Browse files
Release 1.3.0
parent
ba6d69c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
HISTORY.rst
HISTORY.rst
+10
-0
openupgradelib/__init__.py
openupgradelib/__init__.py
+1
-1
No files found.
HISTORY.rst
View file @
21eb83f7
...
...
@@ -3,6 +3,16 @@
History
-------
1.3.0 (2017-05-01)
------------------
* [IMP] rename_models: Add warning on docstring
* [FIX] update_module_names: Rename non updated XML-ID occurences
* [ADD] convert_binary_field_to_attachment
* [RFR] Local logger; don't force debug level
* [FIX] Adapt code to docstring by passing env by default starting from 10.0
* [FIX] protect openerp imports
* [ADD] new logging decorator
1.2.2 (2016-12-27)
------------------
* New argument merge_modules in update_module_names for merging several
...
...
openupgradelib/__init__.py
View file @
21eb83f7
...
...
@@ -2,7 +2,7 @@
__author__
=
'Odoo Community Association (OCA)'
__email__
=
'support@odoo-community.org'
__version__
=
'1.
2.2
'
__version__
=
'1.
3.0
'
__doc__
=
"""A library with support functions to be called from Odoo
\
migration scripts."""
__license__
=
"AGPL-3"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment