From 0bf6acd17a73ac2d7f1d02409629a05aaa5e00ec Mon Sep 17 00:00:00 2001 From: ilmir Date: Tue, 7 Mar 2017 13:59:16 +0500 Subject: [PATCH] [ADD] new version for mail_move_message --- mail_move_message/__openerp__.py | 2 +- mail_move_message/doc/changelog.rst | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mail_move_message/__openerp__.py b/mail_move_message/__openerp__.py index de53519..aaf3f40 100644 --- a/mail_move_message/__openerp__.py +++ b/mail_move_message/__openerp__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { 'name': 'Mail relocation', - 'version': '1.0.4', + 'version': '1.0.5', 'author': 'IT-Projects LLC, Ivan Yelizariev, Pavel Romanchenko', 'license': 'LGPL-3', 'category': 'Discuss', diff --git a/mail_move_message/doc/changelog.rst b/mail_move_message/doc/changelog.rst index 8ad2fe4..2021f90 100644 --- a/mail_move_message/doc/changelog.rst +++ b/mail_move_message/doc/changelog.rst @@ -1,3 +1,9 @@ +`1.0.5` +------- + +- FIX: TypeError "Cannot read property 'constructor' of undefined" when change a model +- FIX: Issue related to 'Move to origin' option + `1.0.4` -------