Skip to content

Commit

Permalink
texting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ommo73 committed Dec 20, 2019
1 parent 1f4d131 commit e5e841b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 42 deletions.
5 changes: 0 additions & 5 deletions mail_to/i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ msgstr ""
"POT-Creation-Date: 2018-05-05 23:09+0000\n"
"PO-Revision-Date: 2018-04-21 00:05+0000\n"
"Last-Translator: Ermin Trevisan <[email protected]>, 2019\n"
<<<<<<< HEAD
"Language-Team: German (https://www.transifex.com/it-projects-llc/teams/76080/de/)\n"
=======
"Language-Team: German (https://www.transifex.com/it-projects-llc/teams/76080/"
"de/)\n"
>>>>>>> upstream/11.0
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
30 changes: 0 additions & 30 deletions mail_to/i18n/mail_to.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
#
msgid ""
msgstr ""
<<<<<<< HEAD
"Project-Id-Version: Odoo Server 12.0\n"
=======
"Project-Id-Version: Odoo Server 11.0\n"
>>>>>>> upstream/11.0
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
Expand All @@ -18,48 +14,22 @@ msgstr ""
"Plural-Forms: \n"

#. module: mail_to
<<<<<<< HEAD
#. openerp-web
#: code:addons/mail_to/static/src/xml/recipient.xml:10
=======
#: model:ir.model,name:mail_to.model_mail_message
msgid "Message"
msgstr ""

#. module: mail_to
#. openerp-web
#: code:addons/mail_to/static/src/js/test_mail_to.js:13
#, python-format
msgid "Open Partners Form From Recipient Link"
msgstr ""

#. module: mail_to
#. openerp-web
#: code:addons/mail_to/static/src/xml/recipient.xml:10
#: code:addons/mail_to/static/src/xml/recipient.xml:11
>>>>>>> upstream/11.0
#, python-format
msgid "To:"
msgstr ""

#. module: mail_to
#. openerp-web
<<<<<<< HEAD
#: code:addons/mail_to/static/src/xml/recipient.xml:19
=======
#: code:addons/mail_to/static/src/xml/recipient.xml:32
>>>>>>> upstream/11.0
#, python-format
msgid "and"
msgstr ""

#. module: mail_to
#. openerp-web
<<<<<<< HEAD
#: code:addons/mail_to/static/src/xml/recipient.xml:20
=======
#: code:addons/mail_to/static/src/xml/recipient.xml:33
>>>>>>> upstream/11.0
#, python-format
msgid "more"
msgstr ""
Expand Down
20 changes: 13 additions & 7 deletions mail_to/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,17 @@ def test_01_mail_to(self):
'mail_message_id': msg.id,
'is_read': False,
})
code = """
setTimeout(function () {
console.log($('a.recipient_link').length && 'ok' || 'error');
}, 3000);
"""

link = '/web#%s' % url_encode({'action': 'mail.action_discuss'})
self.phantom_js(link, code, "odoo.__DEBUG__.services['web_tour.tour'].tours.mail_tour.ready", login="admin")
cr = self.registry.cursor()
cr._lock.release()
# code = """
# setTimeout(function () {
# console.log($('a.recipient_link').length && 'ok' || 'error');
# }, 3000);
# """
#
# link = '/web#%s' % url_encode({'action': 'mail.action_discuss'})
self.phantom_js("/web",
"odoo.__DEBUG__.services['web_tour.tour'].run('mail_to_tour', 1000)",
"odoo.__DEBUG__.services['web_tour.tour'].tours.mail_to_tour.ready",
login="admin", timeout=90)

0 comments on commit e5e841b

Please sign in to comment.