ommo73
6 years ago
No known key found for this signature in database
GPG Key ID: E7E1F5C23505AFF8
3 changed files with
7 additions and
2 deletions
-
mail_private/__manifest__.py
-
mail_private/doc/changelog.rst
-
mail_private/static/src/xml/mail_private.xml
|
|
@ -7,7 +7,7 @@ |
|
|
|
"category": "Discuss", |
|
|
|
# "live_test_url": "http://apps.it-projects.info/shop/product/DEMO-URL?version=12.0", |
|
|
|
"images": [], |
|
|
|
"version": "12.0.1.1.0", |
|
|
|
"version": "12.0.1.1.1", |
|
|
|
"application": False, |
|
|
|
|
|
|
|
"author": "IT-Projects LLC, Pavel Romanchenko", |
|
|
|
|
|
@ -1,3 +1,8 @@ |
|
|
|
`1.1.1` |
|
|
|
------- |
|
|
|
|
|
|
|
- **Improvement:** refactoring code |
|
|
|
|
|
|
|
`1.1.0` |
|
|
|
------- |
|
|
|
|
|
|
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
|
|
|
|
<t t-extend="mail.chatter.Buttons"> |
|
|
|
<t t-jquery="button[title='Send a message']" t-operation="after"> |
|
|
|
<button class="btn btn-link oe_compose_post_private" title="Send a message to specified recipients only">Send internal message</button> |
|
|
|
<button t-if="newMessageButton" class="btn btn-link oe_compose_post_private" title="Send a message to specified recipients only">Send internal message</button> |
|
|
|
</t> |
|
|
|
</t> |
|
|
|
|
|
|
|