Browse Source

Merge pull request #86 from ilmir-k/10.0

[ADD] new version for mail_move_message
pull/87/head
ILMIR 8 years ago
committed by GitHub
parent
commit
8cb59aba8c
  1. 2
      mail_move_message/__openerp__.py
  2. 6
      mail_move_message/doc/changelog.rst

2
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',

6
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`
-------

Loading…
Cancel
Save