odoo replaced to talisman
This commit is contained in:
parent
48959db3d7
commit
0ef4ef71a1
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
# Part of Talisman . See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import controllers
|
||||
from . import models
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
# Part of Talisman . See LICENSE file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
'name': 'Signup',
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<t t-set="website_url" t-value="object.get_base_url()"></t>
|
||||
Your Odoo domain is: <b><a t-att-href='website_url' t-out="website_url or ''">http://yourcompany.odoo.com</a></b><br />
|
||||
Your Talisman domain is: <b><a t-att-href='website_url' t-out="website_url or ''">http://yourcompany.odoo.com</a></b><br />
|
||||
Your sign in email is: <b><a t-attf-href="/web/login?login={{ object.email }}" target="_blank" t-out="object.email or ''">mark.brown23@example.com</a></b><br /><br />
|
||||
Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.
|
||||
<br /><br />
|
||||
|
|
24
i18n/af.po
24
i18n/af.po
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Talisman Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
|
@ -84,7 +84,7 @@ msgid ""
|
|||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||||
" <tr><td valign=\"middle\">\n"
|
||||
" <span style=\"font-size: 10px;\">Welcome to Odoo</span><br>\n"
|
||||
" <span style=\"font-size: 10px;\">Welcome to Talisman </span><br>\n"
|
||||
" <span style=\"font-size: 20px; font-weight: bold;\">\n"
|
||||
" <t t-out=\"object.name or ''\">Marc Demo</t>\n"
|
||||
" </span>\n"
|
||||
|
@ -104,20 +104,20 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" You have been invited by <t t-out=\"object.create_uid.name or ''\">OdooBot</t> of <t t-out=\"object.company_id.name or ''\">YourCompany</t> to connect on Odoo.\n"
|
||||
" You have been invited by <t t-out=\"object.create_uid.name or ''\">OdooBot</t> of <t t-out=\"object.company_id.name or ''\">YourCompany</t> to connect on Talisman .\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
" Accept invitation\n"
|
||||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" Never heard of Talisman ? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
" Have a look at the <a href=\"https://www.odoo.com/page/tour?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo Tour</a> to discover the tool.\n"
|
||||
" Have a look at the <a href=\"https://www.odoo.com/page/tour?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\"> Talisman Tour</a> to discover the tool.\n"
|
||||
" <br><br>\n"
|
||||
" Enjoy Odoo!<br>\n"
|
||||
" Enjoy Talisman !<br>\n"
|
||||
" --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
|
||||
" </div>\n"
|
||||
" </td></tr>\n"
|
||||
|
@ -153,7 +153,7 @@ msgid ""
|
|||
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
|
||||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
|
||||
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
|
||||
" Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
|
||||
" Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\"> Talisman </a>\n"
|
||||
" </td></tr>\n"
|
||||
" </table>\n"
|
||||
"</td></tr>\n"
|
||||
|
@ -191,7 +191,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
@ -239,7 +239,7 @@ msgid ""
|
|||
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
|
||||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
|
||||
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
|
||||
" Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
|
||||
" Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\"> Talisman </a>\n"
|
||||
" </td></tr>\n"
|
||||
" </table>\n"
|
||||
"</td></tr>\n"
|
||||
|
@ -327,7 +327,7 @@ msgid ""
|
|||
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
|
||||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
|
||||
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
|
||||
" Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
|
||||
" Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\"> Talisman </a>\n"
|
||||
" </td></tr>\n"
|
||||
" </table>\n"
|
||||
"</td></tr>\n"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Talisman Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
|
@ -107,7 +107,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -187,7 +187,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -29,7 +29,7 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
"،<br/><br/>\n"
|
||||
|
@ -246,7 +246,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
|
@ -24,7 +24,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -182,7 +182,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Talisman Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
|
@ -112,7 +112,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -192,7 +192,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -34,7 +34,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -196,7 +196,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -7,7 +7,7 @@
|
|||
# Boško Stojaković <bluesoft83@gmail.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Project-Id-Version: Talisman Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
|
||||
|
@ -111,7 +111,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -191,7 +191,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -20,7 +20,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -41,7 +41,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -203,7 +203,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
10
i18n/cs.po
10
i18n/cs.po
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -34,11 +34,11 @@ msgstr "+420 601 123 456"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
" Pro účet Odoo propojený s tímto e-mailem bylo požadováno obnovení hesla.\n"
|
||||
" Pro účet Talisman propojený s tímto e-mailem bylo požadováno obnovení hesla.\n"
|
||||
"Heslo si můžete změnit pomocí tohoto odkazu, který zůstane platný po dobu 24 hodin:<br/>"
|
||||
|
||||
#. module: auth_signup
|
||||
|
@ -204,7 +204,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
10
i18n/da.po
10
i18n/da.po
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -30,7 +30,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -231,7 +231,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Dit Odoo domæne er: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Dit Talisman domæne er: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Din login email er: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Aldrig hørt om Odoo? Det er en alt-i-én virksomhedssoftware, som er elsket af 7+ millioner brugere. Det vil forbedre din arbejdsoplevelse væsentligt og øge din produktivitet.\n"
|
||||
" <br><br>\n"
|
||||
|
|
16
i18n/de.po
16
i18n/de.po
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -29,7 +29,7 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
|
@ -246,7 +246,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -322,7 +322,7 @@ msgstr ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Hallo <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" <t t-out=\"object.create_uid.name or ''\">OdooBot</t> von <t t-out=\"object.company_id.name or ''\">YourCompany</t> lädt Sie ein, sich auf Odoo zu vernetzen.\n"
|
||||
" <t t-out=\"object.create_uid.name or ''\">OdooBot</t> von <t t-out=\"object.company_id.name or ''\">YourCompany</t> lädt Sie ein, sich auf Talisman zu vernetzen.\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
" Einladung annehmen\n"
|
||||
|
@ -331,9 +331,9 @@ msgstr ""
|
|||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Ihre Odoo-Domain ist: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Ihre Anmelde-E-Mail ist: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Noch nie von Odoo gehört? Es ist eine All-in-One-Business-Software, die von mehr als 7 Millionen Nutzern verwendet wird. Sie wird Ihre Arbeitserfahrung erheblich verbessern und Ihre Produktivität steigern.\n"
|
||||
" Noch nie von Talisman gehört? Es ist eine All-in-One-Business-Software, die von mehr als 7 Millionen Nutzern verwendet wird. Sie wird Ihre Arbeitserfahrung erheblich verbessern und Ihre Produktivität steigern.\n"
|
||||
" <br><br>\n"
|
||||
" Machen Sie die <a href=\"https://www.odoo.com/page/tour?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo Tour</a>, um Odoo kennenzulernen.\n"
|
||||
" Machen Sie die <a href=\"https://www.odoo.com/page/tour?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo Tour</a>, um Talisman kennenzulernen.\n"
|
||||
" <br><br>\n"
|
||||
" Viel Spaß mit Odoo!<br>\n"
|
||||
" --<br>Das Team von <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
|
||||
|
@ -1078,4 +1078,4 @@ msgid ""
|
|||
"to connect to Odoo"
|
||||
msgstr ""
|
||||
"{{ object.create_uid.name }} von {{ object.company_id.name }} lädt Sie ein, "
|
||||
"sich mit Odoo zu verbinden"
|
||||
"sich mit Talisman zu verbinden"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -8,7 +8,7 @@
|
|||
# George Tarasidis <george_tarasidis@yahoo.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Project-Id-Version: Talisman Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
|
||||
|
@ -112,7 +112,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -192,7 +192,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Project-Id-Version: Talisman 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2015-09-10 15:14+0000\n"
|
||||
|
@ -109,7 +109,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -189,7 +189,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
12
i18n/es.po
12
i18n/es.po
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -31,11 +31,11 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
" Solicitó restablecer la contraseña de la cuenta de Odoo vinculada a este correo electrónico.\n"
|
||||
" Solicitó restablecer la contraseña de la cuenta de Talisman vinculada a este correo electrónico.\n"
|
||||
" Puede cambiar su contraseña con este enlace, que será válido durante 24 horas:<br/>"
|
||||
|
||||
#. module: auth_signup
|
||||
|
@ -249,7 +249,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -332,7 +332,7 @@ msgstr ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Su dominio de Odoo es: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://suempresa.odoo.com</a></b><br>\n"
|
||||
" Su dominio de Talisman es: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://suempresa.odoo.com</a></b><br>\n"
|
||||
" Su correo electrónico de inicio de sesión es: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@ejemplo.com</a></b><br><br>\n"
|
||||
" ¿Nunca ha escuchado de Odoo? Es un software empresarial todo en uno con una comunidad de más de 7 millones de usuarios. Mejorará considerablemente su experiencia en el trabajo e incrementará su productividad.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -30,11 +30,11 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
" Solicitó restablecer la contraseña de la cuenta de Odoo vinculada a este correo electrónico.\n"
|
||||
" Solicitó restablecer la contraseña de la cuenta de Talisman vinculada a este correo electrónico.\n"
|
||||
" Puede cambiar su contraseña con este enlace, solo será válido durante 24 horas:<br/>"
|
||||
|
||||
#. module: auth_signup
|
||||
|
@ -247,7 +247,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -330,7 +330,7 @@ msgstr ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Su dominio de Odoo es: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://suempresa.odoo.com</a></b><br>\n"
|
||||
" Su dominio de Talisman es: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://suempresa.odoo.com</a></b><br>\n"
|
||||
" Su correo electrónico para iniciar sesión es: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@ejemplo.com</a></b><br><br>\n"
|
||||
" ¿Nunca ha escuchado de Odoo? Es un software empresarial todo en uno con una comunidad de más de 7 millones de usuarios. Mejorará considerablemente su experiencia en el trabajo e incrementará su productividad.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Project-Id-Version: Talisman 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2015-09-10 15:14+0000\n"
|
||||
|
@ -109,7 +109,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -189,7 +189,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
10
i18n/et.po
10
i18n/et.po
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -15,7 +15,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -36,7 +36,7 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -204,7 +204,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -287,7 +287,7 @@ msgstr ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -12,7 +12,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -33,7 +33,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -37,7 +37,7 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
|
@ -253,7 +253,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -107,7 +107,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -187,7 +187,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
12
i18n/fr.po
12
i18n/fr.po
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -29,11 +29,11 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
" Une réinitialisation du mot de passe a été demandée pour le compte Odoo lié à cette adresse mail.\n"
|
||||
" Une réinitialisation du mot de passe a été demandée pour le compte Talisman lié à cette adresse mail.\n"
|
||||
" Vous pouvez changer votre mot de passe en suivant ce client qui restera valide pendant 24 heures :<br/>"
|
||||
|
||||
#. module: auth_signup
|
||||
|
@ -246,7 +246,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -329,7 +329,7 @@ msgstr ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Votre domaine Odoo est : <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Votre domaine Talisman est : <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Votre adresse email de connexion est : <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Vous n'avez jamais entendu parler d'Odoo ? C'est un logiciel professionnel tout-en-un apprécié par plus de 7 millions d'utilisateurs. Il améliorera considérablement votre expérience au travail et augmentera votre productivité.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Project-Id-Version: Talisman 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2015-09-15 14:11+0000\n"
|
||||
|
@ -109,7 +109,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -189,7 +189,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -7,7 +7,7 @@
|
|||
# Dharmraj Jhala <dja@openerp.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Project-Id-Version: Talisman Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
|
||||
|
@ -111,7 +111,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -191,7 +191,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -15,7 +15,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -36,7 +36,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -196,7 +196,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Talisman Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
|
@ -117,7 +117,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -197,7 +197,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -15,7 +15,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -36,7 +36,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -198,7 +198,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -24,7 +24,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -182,7 +182,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
16
i18n/id.po
16
i18n/id.po
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -29,11 +29,11 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
" Reset password diminta untuk akun Odoo yang terhubung ke email ini.\n"
|
||||
" Reset password diminta untuk akun Talisman yang terhubung ke email ini.\n"
|
||||
" Anda dapat mengubah password Anda dengan mengikuti link ini yang akan tetap valid untuk 24 jam ke depan:<br/>"
|
||||
|
||||
#. module: auth_signup
|
||||
|
@ -246,7 +246,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -329,11 +329,11 @@ msgstr ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Domain Odoo Anda adalah: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Domain Talisman Anda adalah: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Email Anda untuk sign in adalah: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Anda tidak pernah mendengar Odoo? Odoo adalah software solusi bisnis all-in-one yang disukai lebih dari 7 juta user. Odoo akan meningkatkan secara pesat pengalaman bekerja Anda dan meningkatkan produktivitas Anda.\n"
|
||||
" Anda tidak pernah mendengar Odoo? Talisman adalah software solusi bisnis all-in-one yang disukai lebih dari 7 juta user. Talisman akan meningkatkan secara pesat pengalaman bekerja Anda dan meningkatkan produktivitas Anda.\n"
|
||||
" <br><br>\n"
|
||||
" Coba lihat <a href=\"https://www.odoo.com/page/tour?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo Tour</a> untuk memahami Odoo lebih lanjut.\n"
|
||||
" Coba lihat <a href=\"https://www.odoo.com/page/tour?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo Tour</a> untuk memahami Talisman lebih lanjut.\n"
|
||||
" <br><br>\n"
|
||||
" Enjoy Odoo!<br>\n"
|
||||
" --<br>Tim <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -24,7 +24,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -182,7 +182,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
12
i18n/it.po
12
i18n/it.po
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -29,11 +29,11 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
" È stato richiesto il reset della password per l'account Odoo collegato alla presente e-mail.\n"
|
||||
" È stato richiesto il reset della password per l'account Talisman collegato alla presente e-mail.\n"
|
||||
" Se vuoi modificare la password utilizza il seguente link, valido per 24 ore:<br/>"
|
||||
|
||||
#. module: auth_signup
|
||||
|
@ -246,7 +246,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -329,7 +329,7 @@ msgstr ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Il tuo dominio Odoo è: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Il tuo dominio Talisman è: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" L'indirizzo e-mail di accesso è: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Non hai mai sentito parlare di Odoo? Si tratta di un software aziendale all-in-one amato da più di 7 milioni di utenti. Miigliorerà nettamente la tua esperienza lavorativa oltre ad aumentare la produttività.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -29,7 +29,7 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
|
@ -242,7 +242,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -7,7 +7,7 @@
|
|||
# Chan Nath <channath@gmail.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Project-Id-Version: Talisman Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
|
||||
|
@ -111,7 +111,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -191,7 +191,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
12
i18n/ko.po
12
i18n/ko.po
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -30,11 +30,11 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
" 이 이메일에 연결된 Odoo 계정에 대한 비밀번호 재설정이 요청되었습니다.\n"
|
||||
" 이 이메일에 연결된 Talisman 계정에 대한 비밀번호 재설정이 요청되었습니다.\n"
|
||||
" 24시간 이내로 이 링크에 접속하여 비밀번호를 변경해 주세요:<br/>"
|
||||
|
||||
#. module: auth_signup
|
||||
|
@ -243,7 +243,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -326,7 +326,7 @@ msgstr ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" 사용자님의 Odoo 도메인: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" 사용자님의 Talisman 도메인: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" 로그인 이메일: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Odoo에 대해 더 자세히 알고싶으신가요? 자그마치 7백만 명이 넘는 사용자로부터 사랑받고 있는 올인원 비즈니스 소프트웨어입니다. Odoo를 통해 직장에서의 업무 능력을 크게 향상시키고 생산성을 높여보세요.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~12.5\n"
|
||||
"Project-Id-Version: Talisman Server saas~12.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2019-08-26 09:09+0000\n"
|
||||
|
@ -107,7 +107,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -187,7 +187,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -17,7 +17,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -38,7 +38,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -200,7 +200,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
10
i18n/lv.po
10
i18n/lv.po
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -34,7 +34,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -192,7 +192,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -275,7 +275,7 @@ msgstr ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Talisman Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
|
@ -117,7 +117,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -197,7 +197,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Talisman Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
|
@ -113,7 +113,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -193,7 +193,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -107,7 +107,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -187,7 +187,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
10
i18n/nl.po
10
i18n/nl.po
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -30,7 +30,7 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/> Er is een wachtwoordreset aangevraagd voor het Odoo-account dat "
|
||||
|
@ -237,7 +237,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -320,7 +320,7 @@ msgstr ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Je Odoo domein is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Je Talisman domein is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Je logine-mail is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Nog nooit gehoord van Odoo? Het is een all-in-one bedrijfssoftware geliefd bij meer dan 7 miljoen gebruikers. Het zal je werkervaring en je productiviteit aanzienlijk verbeteren.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -28,7 +28,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -229,7 +229,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -32,7 +32,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -194,7 +194,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -30,11 +30,11 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
" Uma redefinição de senha foi solicitada pela conta Odoo vinculada a este e-mail.\n"
|
||||
" Uma redefinição de senha foi solicitada pela conta Talisman vinculada a este e-mail.\n"
|
||||
" Você pode alterar sua senha pelo seguinte link válido por 24h:<br/>"
|
||||
|
||||
#. module: auth_signup
|
||||
|
@ -247,7 +247,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -330,9 +330,9 @@ msgstr ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Seu domínio Odoo é: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Seu domínio Talisman é: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Seu e-mail de login é: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Não conhece o Odoo? É um software empresarial tudo em um adorado por mais de 7 milhões de usuários. O Odoo melhorará sua experiência no trabalho e aumentará sua produtividade significativamente.\n"
|
||||
" Não conhece o Odoo? É um software empresarial tudo em um adorado por mais de 7 milhões de usuários. O Talisman melhorará sua experiência no trabalho e aumentará sua produtividade significativamente.\n"
|
||||
" <br><br>\n"
|
||||
" Siga o nosso <a href=\"https://www.odoo.com/page/tour?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo Tour</a> para começar a explorar a ferramenta.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Talisman Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
|
@ -115,7 +115,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -195,7 +195,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -34,7 +34,7 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
|
@ -251,7 +251,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -28,7 +28,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -34,7 +34,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -194,7 +194,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -110,7 +110,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -190,7 +190,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -32,7 +32,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -233,7 +233,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -7,7 +7,7 @@
|
|||
# Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Talisman Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
|
@ -111,7 +111,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -191,7 +191,7 @@ msgid ""
|
|||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -35,7 +35,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
|
||||
|
@ -234,7 +234,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
14
i18n/th.po
14
i18n/th.po
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -29,11 +29,11 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
" มีการร้องขอการรีเซ็ตรหัสผ่านสำหรับบัญชี Odoo ที่เชื่อมโยงกับอีเมลนี้\n"
|
||||
" มีการร้องขอการรีเซ็ตรหัสผ่านสำหรับบัญชี Talisman ที่เชื่อมโยงกับอีเมลนี้\n"
|
||||
" คุณสามารถเปลี่ยนรหัสผ่านของคุณได้โดยไปที่ลิงก์นี้ซึ่งจะยังคงใช้ได้ภายใน 24 ชั่วโมง:<br/>"
|
||||
|
||||
#. module: auth_signup
|
||||
|
@ -244,7 +244,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -327,9 +327,9 @@ msgstr ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" โดเมน Odoo ของคุณคือ: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" โดเมน Talisman ของคุณคือ: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" อีเมลเข้าสู่ระบบของคุณคือ: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" คุณไม่เคยได้ยินเกี่ยวกับ Odoo เลย? มันเป็นซอฟต์แวร์ธุรกิจแบบครบวงจรที่ผู้ใช้กว่า 7 ล้านคนชื่นชอบ ที่พร้อมช่วยคุณปรับปรุงประสบการณ์ในการทำงานและเพิ่มผลผลิตของคุณได้อย่างมาก\n"
|
||||
" คุณไม่เคยได้ยินเกี่ยวกับ Talisman เลย? มันเป็นซอฟต์แวร์ธุรกิจแบบครบวงจรที่ผู้ใช้กว่า 7 ล้านคนชื่นชอบ ที่พร้อมช่วยคุณปรับปรุงประสบการณ์ในการทำงานและเพิ่มผลผลิตของคุณได้อย่างมาก\n"
|
||||
" <br><br>\n"
|
||||
" ดู <a href=\"https://www.odoo.com/page/tour?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo Tour</a> เพื่อค้นพบการใช้งานนี้\n"
|
||||
" <br><br>\n"
|
||||
|
|
12
i18n/tr.po
12
i18n/tr.po
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -40,11 +40,11 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
" Bu e-postaya bağlı Odoo hesabı için şifre sıfırlama istendi.\n"
|
||||
" Bu e-postaya bağlı Talisman hesabı için şifre sıfırlama istendi.\n"
|
||||
" 24 saat boyunca geçerli kalacak olan bu bağlantıyı takip ederek şifrenizi değiştirebilirsiniz:<br/>"
|
||||
|
||||
#. module: auth_signup
|
||||
|
@ -247,7 +247,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
@ -330,7 +330,7 @@ msgstr ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Odoo alan adınız: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Talisman alan adınız: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Oturum açma e-postanız:<b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Odoo'yu hiç duymadın mı? 7 milyondan fazla kullanıcı tarafından sevilen, hepsi bir arada bir iş yazılımıdır. İşyerindeki deneyiminizi önemli ölçüde artıracak ve üretkenliğinizi artıracaktır.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Translation of Odoo Server.
|
||||
# Translation of Talisman Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_signup
|
||||
#
|
||||
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Project-Id-Version: Talisman Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
|
@ -29,7 +29,7 @@ msgstr "+1 650-123-4567"
|
|||
#: model_terms:ir.ui.view,arch_db:auth_signup.reset_password_email
|
||||
msgid ""
|
||||
",<br/><br/>\n"
|
||||
" A password reset was requested for the Odoo account linked to this email.\n"
|
||||
" A password reset was requested for the Talisman account linked to this email.\n"
|
||||
" You may change your password by following this link which will remain valid during 24 hours:<br/>"
|
||||
msgstr ""
|
||||
",<br/><br/>\n"
|
||||
|
@ -246,7 +246,7 @@ msgid ""
|
|||
" </a>\n"
|
||||
" </div>\n"
|
||||
" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
|
||||
" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your Talisman domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
|
||||
" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
|
||||
" Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
|
||||
" <br><br>\n"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
# Part of Talisman . See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import models
|
||||
from odoo.http import request
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
# Part of Talisman . See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
# Part of Talisman . See LICENSE file for full copyright and licensing details.
|
||||
|
||||
import random
|
||||
import werkzeug.urls
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
# Part of Talisman . See LICENSE file for full copyright and licensing details.
|
||||
|
||||
import contextlib
|
||||
import logging
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
# Part of Talisman . See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import test_login
|
||||
from . import test_reset_password
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
# Part of Talisman . See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from unittest.mock import patch
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
# Part of Talisman . See LICENSE file for full copyright and licensing details.
|
||||
from unittest.mock import patch
|
||||
from odoo.exceptions import UserError
|
||||
from odoo.addons.mail.models.mail_mail import MailDeliveryException
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<tr><td valign="top" style="font-size: 13px;">
|
||||
<div>
|
||||
Dear <t t-out="object.name or ''">Marc Demo</t>,<br/><br/>
|
||||
A password reset was requested for the Odoo account linked to this email.
|
||||
A password reset was requested for the Talisman account linked to this email.
|
||||
You may change your password by following this link which will remain valid during 24 hours:<br/>
|
||||
<div style="margin: 16px 0px 16px 0px;">
|
||||
<a t-att-href="object.signup_url"
|
||||
|
@ -78,7 +78,7 @@
|
|||
<tr><td align="center" style="min-width: 590px;">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="590" style="min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;">
|
||||
<tr><td style="text-align: center; font-size: 13px;">
|
||||
Powered by <a target="_blank" href="https://www.odoo.com?utm_source=db&utm_medium=auth" style="color: #875A7B;">Odoo</a>
|
||||
Powered by <a target="_blank" href="https://www.odoo.com?utm_source=db&utm_medium=auth" style="color: #875A7B;"> Talisman </a>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
|
@ -140,7 +140,7 @@
|
|||
<tr><td align="center" style="min-width: 590px;">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="590" style="min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;">
|
||||
<tr><td style="text-align: center; font-size: 13px;">
|
||||
Powered by <a target="_blank" href="https://www.odoo.com?utm_source=db&utm_medium=auth" style="color: #875A7B;">Odoo</a>
|
||||
Powered by <a target="_blank" href="https://www.odoo.com?utm_source=db&utm_medium=auth" style="color: #875A7B;"> Talisman </a>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
|
|
Loading…
Reference in New Issue
Block a user