mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-19 17:59:14 -06:00
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: knowledge-15.0/knowledge-15.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page_approval/
This commit is contained in:
parent
e73c323c3c
commit
93e6faaa2c
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
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 "
|
"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"
|
"&& 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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
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"
|
"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"
|
"%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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "Neue Fassung des Dokuments %s freigegeben."
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "Nueva versión del documento %s aprobada."
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -265,17 +259,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "Nueva versión del documento %s aprobada."
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -21,41 +21,6 @@ msgstr ""
|
|||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
"X-Generator: Weblate 3.8\n"
|
"X-Generator: Weblate 3.8\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -64,6 +29,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -266,17 +260,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "Nova verzija dokumenta %s odobrena"
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -20,71 +20,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Weblate 4.14.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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -96,6 +31,35 @@ msgstr ""
|
|||||||
" Ti raccomandiamo di modificare quella esistente invece "
|
" Ti raccomandiamo di modificare quella esistente invece "
|
||||||
"di crearne una nuova."
|
"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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -298,18 +262,17 @@ msgstr "Errore consegna messaggio"
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr "Messaggi"
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "La nuova versione del documento %s è approvata."
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
@ -463,6 +426,73 @@ msgstr ""
|
|||||||
msgid "You need to cancel it before reopening."
|
msgid "You need to cancel it before reopening."
|
||||||
msgstr "Devi cancellarlo prima di riaprirlo."
|
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
|
#, python-format
|
||||||
#~ msgid "Change request <b>%s</b> has been cancelled by %s."
|
#~ msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
#~ msgstr "La richiesta di modifica <b>%s</b> è stata annullata da %s."
|
#~ msgstr "La richiesta di modifica <b>%s</b> è stata annullata da %s."
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
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"
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
||||||
"%100<10 || n%100>=20) ? 1 : 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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
||||||
"2);\n"
|
"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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -265,17 +259,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -265,17 +259,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
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"
|
"%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"
|
"%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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -63,6 +28,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -265,17 +259,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -265,17 +259,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "Uma nova versão do ocumento %s foi aprovada."
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -265,17 +259,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "Foi aprovada a nova versão do documento %s."
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
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)))?"
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
|
||||||
"2:1));\n"
|
"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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
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"
|
"%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"
|
"%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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -63,6 +28,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -265,17 +259,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -20,71 +20,6 @@ msgstr ""
|
|||||||
"%100==4 ? 2 : 3;\n"
|
"%100==4 ? 2 : 3;\n"
|
||||||
"X-Generator: Weblate 3.10\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -96,6 +31,35 @@ msgstr ""
|
|||||||
" Zelo priporočljivo je, da urejate tisti osnutek, namesto "
|
" Zelo priporočljivo je, da urejate tisti osnutek, namesto "
|
||||||
"da ustvarjate novega."
|
"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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -298,17 +262,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "Nova verzija dokumenta %s odobrena."
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
@ -459,6 +423,72 @@ msgstr ""
|
|||||||
msgid "You need to cancel it before reopening."
|
msgid "You need to cancel it before reopening."
|
||||||
msgstr "Pred ponovnim odprtjem jo morate preklicati."
|
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
|
#, python-format
|
||||||
#~ msgid "Change request <b>%s</b> has been cancelled by %s."
|
#~ msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
#~ msgstr "Zahtevo po spremembi <b>%s</b> je preklical %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"
|
"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"
|
"%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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
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"
|
"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"
|
"%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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -63,6 +28,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -265,17 +259,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
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"
|
"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"
|
"%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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -18,41 +18,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -61,6 +26,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -263,17 +257,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
@ -19,41 +19,6 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\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
|
#. module: document_page_approval
|
||||||
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
#: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -62,6 +27,35 @@ msgid ""
|
|||||||
"of creating a new one."
|
"of creating a new one."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
@ -264,17 +258,17 @@ msgstr ""
|
|||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history.py:0
|
#: code:addons/document_page_approval/models/document_page_history.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
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
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter
|
||||||
msgid "Number of Actions"
|
msgid "Number of Actions"
|
||||||
|
Loading…
Reference in New Issue
Block a user