ommo73
5 years ago
No known key found for this signature in database
GPG Key ID: E7E1F5C23505AFF8
10 changed files with 58 additions and 140 deletions
-
2mail_to/__init__.py
-
3mail_to/doc/changelog.rst
-
7mail_to/i18n/de.po
-
66mail_to/i18n/mail_to.pot
-
12mail_to/i18n/sl.po
-
11mail_to/models/mail_message.py
-
23mail_to/static/src/js/mail_to.js
-
20mail_to/static/src/js/test_mail_to.js
-
51mail_to/static/src/xml/recipient.xml
-
3mail_to/templates.xml
@ -1,2 +1,2 @@ |
|||
# License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html). |
|||
from . import models |
|||
from . import models |
@ -1,66 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mail_to |
|||
# |
|||
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" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"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 "" |
|||
|
@ -1,20 +0,0 @@ |
|||
/* Copyright 2018 Artem Rafailov <https://it-projects.info/team/KolushovAlexandr> |
|||
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).*/
|
|||
odoo.define('mail_to.tour', function (require) { |
|||
"use strict"; |
|||
|
|||
var tour = require("web_tour.tour"); |
|||
var core = require('web.core'); |
|||
var _t = core._t; |
|||
|
|||
var email = 'mail_private test email'; |
|||
var steps = [{ |
|||
trigger: 'a.recipient_link:first', |
|||
content: _t("Open Partners Form From Recipient Link"), |
|||
position: 'bottom', |
|||
timeout: 70000, |
|||
}]; |
|||
|
|||
tour.register('mail_to_tour', { test: true, url: '/web' }, steps); |
|||
|
|||
}); |
Write
Preview
Loading…
Cancel
Save
Reference in new issue