mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 15:34:49 -06:00
[FIX] document_page_approval: Change mail template expressions
[UPD] Update document_page_approval.pot document_page_approval 16.0.1.1.0 Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/
This commit is contained in:
parent
ae774defb3
commit
8776626ff9
@ -3,7 +3,7 @@
|
||||
|
||||
{
|
||||
"name": "Document Page Approval",
|
||||
"version": "16.0.1.0.0",
|
||||
"version": "16.0.1.1.0",
|
||||
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/knowledge",
|
||||
"license": "AGPL-3",
|
||||
|
@ -5,41 +5,34 @@
|
||||
<field name="name">Automated new draft need approval Notification Mail</field>
|
||||
<field
|
||||
name="email_from"
|
||||
>${object.create_uid.company_id.email or 'noreply@localhost.com'}</field>
|
||||
>{{object.create_uid.company_id.email or 'noreply@localhost.com'}}</field>
|
||||
<field
|
||||
name="subject"
|
||||
>New version of ${object.display_name} needs your approval</field>
|
||||
>New version of {{object.display_name}} needs your approval</field>
|
||||
<field name="model_id" ref="model_document_page_history" />
|
||||
<field name="auto_delete" eval="True" />
|
||||
<field name="lang">${object.create_uid.partner_id.lang}</field>
|
||||
<field name="body_html">
|
||||
<![CDATA[
|
||||
<p>Hello,</p>
|
||||
|
||||
<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>
|
||||
|
||||
<h1><a href="${object.page_url}">${object.display_name}</a></h1>
|
||||
<p>
|
||||
<b>Modified by:</b> ${object.create_uid.name}<br/>
|
||||
<b>Date:</b> ${object.create_date}<br>
|
||||
</p>
|
||||
|
||||
% if object.summary:
|
||||
<h3>Summary</h3>
|
||||
<p>${object.summary}</p>
|
||||
% endif
|
||||
|
||||
<h3>Diff</h3>
|
||||
<div style="overflow-x:scroll; font-size:0.85em; margin-bottom:2em;">
|
||||
${object.diff|safe}
|
||||
</div>
|
||||
|
||||
<p>Have a great day.</p>
|
||||
|
||||
--<br/>
|
||||
|
||||
<p>Odoo</p>
|
||||
]]>
|
||||
<field name="lang">{{object.create_uid.partner_id.lang}}</field>
|
||||
<field name="body_html" type="html">
|
||||
<p>Hello,</p>
|
||||
<p><t t-out="object.create_uid.name" /> submited a new Change Request for <b
|
||||
t-out="object.page_id.name"
|
||||
/> and it needs your approval.</p>
|
||||
<h1>
|
||||
<a t-att-href="object.page_url" t-out="object.display_name" />
|
||||
</h1>
|
||||
<p><b>Modified by:</b> <t t-out="object.create_uid.name" /></p>
|
||||
<p><b>Date:</b> <t t-out="object.create_date" /></p>
|
||||
<t t-if="object.summary">
|
||||
<h3>Summary</h3>
|
||||
<p t-out="object.summary" />
|
||||
</t>
|
||||
<h3>Diff</h3>
|
||||
<div style="overflow-x:scroll; font-size:0.85em; margin-bottom:2em;">
|
||||
<t t-out="object.diff" />
|
||||
</div>
|
||||
<p>Have a great day.</p>
|
||||
<br />
|
||||
<p>Odoo</p>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Neue Fassung des Dokuments %s freigegeben."
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -13,40 +13,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -54,6 +20,30 @@ msgid ""
|
||||
" It is highly recommended that you edit that one instead of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -259,11 +249,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -271,6 +256,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Nueva versión del documento %s aprobada."
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -268,11 +262,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -280,6 +269,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Nueva versión del documento %s aprobada."
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -21,71 +21,6 @@ msgstr ""
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 4.14.1\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Pozdrav,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} je podnio novi zahtjev za izmjenom <b>${object."
|
||||
"page_id.name}</b> i potrebno je vaše odobrenje.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Uredio:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Datum:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Sažetak</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Razlika</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Ugodan dan.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -94,6 +29,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -299,11 +263,6 @@ msgstr "Greška pri isporuci poruke"
|
||||
msgid "Messages"
|
||||
msgstr "Poruke"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr "Nova verzija ${object.display_name} traži vaše odobrenje"
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -311,6 +270,11 @@ msgstr "Nova verzija ${object.display_name} traži vaše odobrenje"
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Nova verzija dokumenta %s odobrena"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
@ -439,3 +403,69 @@ msgstr ""
|
||||
#, python-format
|
||||
msgid "You need to cancel it before reopening."
|
||||
msgstr "Morate otkazati prije ponovnog otvaranja."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "\n"
|
||||
#~ " \n"
|
||||
#~ "<p>Hello,</p>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>${object.create_uid.name} submited a new Change Request for <b>"
|
||||
#~ "${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
#~ "\n"
|
||||
#~ "<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
#~ "<p>\n"
|
||||
#~ "<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
#~ "<b>Date:</b> ${object.create_date}<br>\n"
|
||||
#~ "</p>\n"
|
||||
#~ "\n"
|
||||
#~ "% if object.summary:\n"
|
||||
#~ "<h3>Summary</h3>\n"
|
||||
#~ "<p>${object.summary}</p>\n"
|
||||
#~ "% endif\n"
|
||||
#~ "\n"
|
||||
#~ "<h3>Diff</h3>\n"
|
||||
#~ "<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
#~ "${object.diff|safe}\n"
|
||||
#~ "</div>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>Have a great day.</p>\n"
|
||||
#~ "\n"
|
||||
#~ "--<br/>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>Odoo</p>\n"
|
||||
#~ " \n"
|
||||
#~ " "
|
||||
#~ msgstr ""
|
||||
#~ "\n"
|
||||
#~ " \n"
|
||||
#~ "<p>Pozdrav,</p>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>${object.create_uid.name} je podnio novi zahtjev za izmjenom <b>"
|
||||
#~ "${object.page_id.name}</b> i potrebno je vaše odobrenje.</p>\n"
|
||||
#~ "\n"
|
||||
#~ "<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
#~ "<p>\n"
|
||||
#~ "<b>Uredio:</b> ${object.create_uid.name}<br/>\n"
|
||||
#~ "<b>Datum:</b> ${object.create_date}<br>\n"
|
||||
#~ "</p>\n"
|
||||
#~ "\n"
|
||||
#~ "% if object.summary:\n"
|
||||
#~ "<h3>Sažetak</h3>\n"
|
||||
#~ "<p>${object.summary}</p>\n"
|
||||
#~ "% endif\n"
|
||||
#~ "\n"
|
||||
#~ "<h3>Razlika</h3>\n"
|
||||
#~ "<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
#~ "${object.diff|safe}\n"
|
||||
#~ "</div>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>Ugodan dan.</p>\n"
|
||||
#~ "\n"
|
||||
#~ "--<br/>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>Odoo</p>\n"
|
||||
#~ " \n"
|
||||
#~ " "
|
||||
|
||||
#~ msgid "New version of ${object.display_name} needs your approval"
|
||||
#~ msgstr "Nova verzija ${object.display_name} traži vaše odobrenje"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -20,71 +20,6 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.14.1\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Ciao,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} ha aggiunto una Richiesta di Modifica per <b>"
|
||||
"${object.page_id.name}</b> e necessita la tua approvazione.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modicato da:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Data:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Riepilogo</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Differenze</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Buona giornata!</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -96,6 +31,35 @@ msgstr ""
|
||||
" Ti raccomandiamo di modificare quella esistente invece "
|
||||
"di crearne una nuova."
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -301,12 +265,6 @@ msgstr "Errore consegna messaggio"
|
||||
msgid "Messages"
|
||||
msgstr "Messaggi"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
"La nuova versione di ${object.display_name} richiede la tua approvazione"
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -314,6 +272,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "La nuova versione del documento %s è approvata."
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
@ -446,6 +409,73 @@ msgstr ""
|
||||
msgid "You need to cancel it before reopening."
|
||||
msgstr "Devi cancellarlo prima di riaprirlo."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "\n"
|
||||
#~ " \n"
|
||||
#~ "<p>Hello,</p>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>${object.create_uid.name} submited a new Change Request for <b>"
|
||||
#~ "${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
#~ "\n"
|
||||
#~ "<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
#~ "<p>\n"
|
||||
#~ "<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
#~ "<b>Date:</b> ${object.create_date}<br>\n"
|
||||
#~ "</p>\n"
|
||||
#~ "\n"
|
||||
#~ "% if object.summary:\n"
|
||||
#~ "<h3>Summary</h3>\n"
|
||||
#~ "<p>${object.summary}</p>\n"
|
||||
#~ "% endif\n"
|
||||
#~ "\n"
|
||||
#~ "<h3>Diff</h3>\n"
|
||||
#~ "<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
#~ "${object.diff|safe}\n"
|
||||
#~ "</div>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>Have a great day.</p>\n"
|
||||
#~ "\n"
|
||||
#~ "--<br/>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>Odoo</p>\n"
|
||||
#~ " \n"
|
||||
#~ " "
|
||||
#~ msgstr ""
|
||||
#~ "\n"
|
||||
#~ " \n"
|
||||
#~ "<p>Ciao,</p>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>${object.create_uid.name} ha aggiunto una Richiesta di Modifica per <b>"
|
||||
#~ "${object.page_id.name}</b> e necessita la tua approvazione.</p>\n"
|
||||
#~ "\n"
|
||||
#~ "<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
#~ "<p>\n"
|
||||
#~ "<b>Modicato da:</b> ${object.create_uid.name}<br/>\n"
|
||||
#~ "<b>Data:</b> ${object.create_date}<br>\n"
|
||||
#~ "</p>\n"
|
||||
#~ "\n"
|
||||
#~ "% if object.summary:\n"
|
||||
#~ "<h3>Riepilogo</h3>\n"
|
||||
#~ "<p>${object.summary}</p>\n"
|
||||
#~ "% endif\n"
|
||||
#~ "\n"
|
||||
#~ "<h3>Differenze</h3>\n"
|
||||
#~ "<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
#~ "${object.diff|safe}\n"
|
||||
#~ "</div>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>Buona giornata!</p>\n"
|
||||
#~ "\n"
|
||||
#~ "--<br/>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>Odoo</p>\n"
|
||||
#~ " \n"
|
||||
#~ " "
|
||||
|
||||
#~ msgid "New version of ${object.display_name} needs your approval"
|
||||
#~ msgstr ""
|
||||
#~ "La nuova versione di ${object.display_name} richiede la tua approvazione"
|
||||
|
||||
#, python-format
|
||||
#~ msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
#~ msgstr "La richiesta di modifica <b>%s</b> è stata annullata da %s."
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
||||
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
||||
"2);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -268,11 +262,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -280,6 +269,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -268,11 +262,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -280,6 +269,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -20,41 +20,6 @@ msgstr ""
|
||||
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
|
||||
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -63,6 +28,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -268,11 +262,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -280,6 +269,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -268,11 +262,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -280,6 +269,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Uma nova versão do ocumento %s foi aprovada."
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -268,11 +262,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -280,6 +269,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Foi aprovada a nova versão do documento %s."
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
|
||||
"2:1));\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -20,41 +20,6 @@ msgstr ""
|
||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -63,6 +28,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -268,11 +262,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -280,6 +269,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -20,71 +20,6 @@ msgstr ""
|
||||
"%100==4 ? 2 : 3;\n"
|
||||
"X-Generator: Weblate 3.10\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Pozdravljeni.</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} je vložil novo zahtevo po spremembi za <b>"
|
||||
"${object.page_id.name}</b> , ki jo morate odobriti.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Spremenil:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Datum:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Povzetek</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Razlika</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Lep pozdrav.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -96,6 +31,35 @@ msgstr ""
|
||||
" Zelo priporočljivo je, da urejate tisti osnutek, namesto "
|
||||
"da ustvarjate novega."
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -301,11 +265,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr "Nova verzija ${object.display_name} potrebuje vašo odobritev"
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -313,6 +272,11 @@ msgstr "Nova verzija ${object.display_name} potrebuje vašo odobritev"
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Nova verzija dokumenta %s odobrena."
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
@ -442,6 +406,72 @@ msgstr ""
|
||||
msgid "You need to cancel it before reopening."
|
||||
msgstr "Pred ponovnim odprtjem jo morate preklicati."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "\n"
|
||||
#~ " \n"
|
||||
#~ "<p>Hello,</p>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>${object.create_uid.name} submited a new Change Request for <b>"
|
||||
#~ "${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
#~ "\n"
|
||||
#~ "<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
#~ "<p>\n"
|
||||
#~ "<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
#~ "<b>Date:</b> ${object.create_date}<br>\n"
|
||||
#~ "</p>\n"
|
||||
#~ "\n"
|
||||
#~ "% if object.summary:\n"
|
||||
#~ "<h3>Summary</h3>\n"
|
||||
#~ "<p>${object.summary}</p>\n"
|
||||
#~ "% endif\n"
|
||||
#~ "\n"
|
||||
#~ "<h3>Diff</h3>\n"
|
||||
#~ "<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
#~ "${object.diff|safe}\n"
|
||||
#~ "</div>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>Have a great day.</p>\n"
|
||||
#~ "\n"
|
||||
#~ "--<br/>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>Odoo</p>\n"
|
||||
#~ " \n"
|
||||
#~ " "
|
||||
#~ msgstr ""
|
||||
#~ "\n"
|
||||
#~ " \n"
|
||||
#~ "<p>Pozdravljeni.</p>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>${object.create_uid.name} je vložil novo zahtevo po spremembi za <b>"
|
||||
#~ "${object.page_id.name}</b> , ki jo morate odobriti.</p>\n"
|
||||
#~ "\n"
|
||||
#~ "<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
#~ "<p>\n"
|
||||
#~ "<b>Spremenil:</b> ${object.create_uid.name}<br/>\n"
|
||||
#~ "<b>Datum:</b> ${object.create_date}<br>\n"
|
||||
#~ "</p>\n"
|
||||
#~ "\n"
|
||||
#~ "% if object.summary:\n"
|
||||
#~ "<h3>Povzetek</h3>\n"
|
||||
#~ "<p>${object.summary}</p>\n"
|
||||
#~ "% endif\n"
|
||||
#~ "\n"
|
||||
#~ "<h3>Razlika</h3>\n"
|
||||
#~ "<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
#~ "${object.diff|safe}\n"
|
||||
#~ "</div>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>Lep pozdrav.</p>\n"
|
||||
#~ "\n"
|
||||
#~ "--<br/>\n"
|
||||
#~ "\n"
|
||||
#~ "<p>Odoo</p>\n"
|
||||
#~ " \n"
|
||||
#~ " "
|
||||
|
||||
#~ msgid "New version of ${object.display_name} needs your approval"
|
||||
#~ msgstr "Nova verzija ${object.display_name} potrebuje vašo odobritev"
|
||||
|
||||
#, python-format
|
||||
#~ msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
#~ msgstr "Zahtevo po spremembi <b>%s</b> je preklical %s."
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -20,41 +20,6 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -63,6 +28,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -268,11 +262,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -280,6 +269,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -18,41 +18,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -61,6 +26,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -266,11 +260,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -278,6 +267,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
@ -19,41 +19,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid ""
|
||||
@ -62,6 +27,35 @@ msgid ""
|
||||
"of creating a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"<p>Hello,</p>\n"
|
||||
" <p><t t-out=\"object.create_uid.name\"/> submited a new Change "
|
||||
"Request for <b t-out=\"object.page_id.name\"/> and it needs your approval.</"
|
||||
"p>\n"
|
||||
" <h1>\n"
|
||||
" <a t-att-href=\"object.page_url\" t-out=\"object.display_name"
|
||||
"\"/>\n"
|
||||
" </h1>\n"
|
||||
" <p><b>Modified by:</b> <t t-out=\"object.create_uid.name\"/></"
|
||||
"p>\n"
|
||||
" <p><b>Date:</b> <t t-out=\"object.create_date\"/></p>\n"
|
||||
" <t t-if=\"object.summary\">\n"
|
||||
" <h3>Summary</h3>\n"
|
||||
" <p t-out=\"object.summary\"/>\n"
|
||||
" </t>\n"
|
||||
" <h3>Diff</h3>\n"
|
||||
" <div style=\"overflow-x:scroll; font-size:0.85em; margin-"
|
||||
"bottom:2em;\">\n"
|
||||
" <t t-out=\"object.diff\"/>\n"
|
||||
" </div>\n"
|
||||
" <p>Have a great day.</p>\n"
|
||||
" <br/>\n"
|
||||
" <p>Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||
msgid "Action Needed"
|
||||
@ -267,11 +261,6 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#. odoo-python
|
||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||
@ -279,6 +268,11 @@ msgstr ""
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of {{object.display_name}} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
|
Loading…
Reference in New Issue
Block a user