[MERGE] forward port of branch 7.0 up to a86dfb8
authorDenis Ledoux <dle@odoo.com>
Thu, 7 Aug 2014 16:20:13 +0000 (18:20 +0200)
committerDenis Ledoux <dle@odoo.com>
Thu, 7 Aug 2014 16:20:13 +0000 (18:20 +0200)
1  2 
addons/account/account_invoice.py
addons/account/report/account_invoice_report_view.xml
addons/account/wizard/account_fiscalyear_close.py
addons/account_voucher/account_voucher.py
addons/account_voucher/wizard/account_statement_from_invoice.py
addons/mail/static/src/xml/mail.xml
addons/web_kanban/static/src/js/kanban.js
openerp/report/report_sxw.py

Simple merge
              <t t-if="!widget.options.view_mailbox">
                  <div class="field_text oe_compact oe_compact_record">
                      <a class="oe_compose_post" t-if="widget.options.compose_placeholder"><t t-raw="widget.options.compose_placeholder"/></a>
-                     <a class="oe_compose_post" t-if="!widget.options.compose_placeholder and !widget.options.view_mailbox">Send a message</a>
+                     <a class="oe_compose_post" t-if="!widget.options.compose_placeholder and !widget.options.view_mailbox"
+                         title="Send a message to all followers of the document">Send a message</a>
 -                    <span class="oe_grey oe_sep_word">or</span>
 -                    <a class="oe_compose_log" title="Log a note for this document. No notification will be sent">Log a note</a>
 +                    <t t-if="widget.options.display_log_button">
 +                       <span class="oe_grey oe_sep_word">or</span>
-                        <a class="oe_compose_log">Log an internal note</a>
++                       <a class="oe_compose_log" title="Log a note for this document. No notification will be sent">Log an internal note</a>
 +                    </t>
                  </div>
              </t>
          </div>
Simple merge