Browse Source

🌈 mail_private: refactored

pull/193/head
ommo73 5 years ago
parent
commit
2799e60862
No known key found for this signature in database GPG Key ID: E7E1F5C23505AFF8
  1. 2
      mail_private/__manifest__.py
  2. 5
      mail_private/doc/changelog.rst
  3. 2
      mail_private/static/src/xml/mail_private.xml

2
mail_private/__manifest__.py

@ -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",

5
mail_private/doc/changelog.rst

@ -1,3 +1,8 @@
`1.1.1`
-------
- **Improvement:** refactoring code
`1.1.0`
-------

2
mail_private/static/src/xml/mail_private.xml

@ -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>

Loading…
Cancel
Save