Browse Source
Merge pull request #140 from ilmir-k/10.0-mail_base-change-ver
[DOC] mail_base: new version
pull/149/head
ILMIR
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
1 deletions
-
mail_base/__openerp__.py
-
mail_base/doc/changelog.rst
|
@ -4,7 +4,7 @@ |
|
|
"summary": """Makes Mail extendable""", |
|
|
"summary": """Makes Mail extendable""", |
|
|
"category": "Discuss", |
|
|
"category": "Discuss", |
|
|
"images": [], |
|
|
"images": [], |
|
|
"version": "1.0.3", |
|
|
|
|
|
|
|
|
"version": "1.0.4", |
|
|
|
|
|
|
|
|
"author": "IT-Projects LLC, Pavel Romanchenko", |
|
|
"author": "IT-Projects LLC, Pavel Romanchenko", |
|
|
"support": "apps@it-projects.info", |
|
|
"support": "apps@it-projects.info", |
|
|
|
@ -1,3 +1,7 @@ |
|
|
|
|
|
`1.0.4` |
|
|
|
|
|
------- |
|
|
|
|
|
**FIX**: issue related to clear cache |
|
|
|
|
|
|
|
|
`1.0.3` |
|
|
`1.0.3` |
|
|
------- |
|
|
------- |
|
|
**FIX**: error on clicking messages preview after sending new message |
|
|
**FIX**: error on clicking messages preview after sending new message |
|
|