Skip to content

Commit

Permalink
🌈 mail_private: refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
Ommo73 committed Oct 10, 2019
1 parent 3a86b45 commit 2799e60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mail_private/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions mail_private/doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
`1.1.1`
-------

- **Improvement:** refactoring code

`1.1.0`
-------

Expand Down
2 changes: 1 addition & 1 deletion mail_private/static/src/xml/mail_private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 2799e60

Please sign in to comment.