diff --git a/document_page_approval/__manifest__.py b/document_page_approval/__manifest__.py index 3a785743..81c3eaea 100644 --- a/document_page_approval/__manifest__.py +++ b/document_page_approval/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Document Page Approval", - "version": "16.0.1.0.0", + "version": "16.0.1.1.0", "author": "Savoir-faire Linux, Odoo Community Association (OCA)", "website": "https://github.com/OCA/knowledge", "license": "AGPL-3", diff --git a/document_page_approval/data/email_template.xml b/document_page_approval/data/email_template.xml index 510e557e..605866a7 100644 --- a/document_page_approval/data/email_template.xml +++ b/document_page_approval/data/email_template.xml @@ -5,41 +5,34 @@ Automated new draft need approval Notification Mail ${object.create_uid.company_id.email or 'noreply@localhost.com'} + >{{object.create_uid.company_id.email or 'noreply@localhost.com'}} New version of ${object.display_name} needs your approval + >New version of {{object.display_name}} needs your approval - ${object.create_uid.partner_id.lang} - - Hello,

- -

${object.create_uid.name} submited a new Change Request for ${object.page_id.name} and it needs your approval.

- -

${object.display_name}

-

-Modified by: ${object.create_uid.name}
-Date: ${object.create_date}
-

- -% if object.summary: -

Summary

-

${object.summary}

-% endif - -

Diff

-
-${object.diff|safe} -
- -

Have a great day.

- ---
- -

Odoo

- ]]> + {{object.create_uid.partner_id.lang}} + +

Hello,

+

submited a new Change Request for and it needs your approval.

+

+ +

+

Modified by:

+

Date:

+ +

Summary

+

+ +

Diff

+
+ +
+

Have a great day.

+
+

Odoo

diff --git a/document_page_approval/i18n/am.po b/document_page_approval/i18n/am.po index 583f80da..997a6b95 100644 --- a/document_page_approval/i18n/am.po +++ b/document_page_approval/i18n/am.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/ar.po b/document_page_approval/i18n/ar.po index eef577d8..5739a4a1 100644 --- a/document_page_approval/i18n/ar.po +++ b/document_page_approval/i18n/ar.po @@ -19,41 +19,6 @@ msgstr "" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/bg.po b/document_page_approval/i18n/bg.po index 4ddc053e..052e3f6c 100644 --- a/document_page_approval/i18n/bg.po +++ b/document_page_approval/i18n/bg.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/bs.po b/document_page_approval/i18n/bs.po index 5868a2c1..918cc4fd 100644 --- a/document_page_approval/i18n/bs.po +++ b/document_page_approval/i18n/bs.po @@ -19,41 +19,6 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/ca.po b/document_page_approval/i18n/ca.po index f463a752..7aa23c6d 100644 --- a/document_page_approval/i18n/ca.po +++ b/document_page_approval/i18n/ca.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/cs.po b/document_page_approval/i18n/cs.po index 18032005..60199696 100644 --- a/document_page_approval/i18n/cs.po +++ b/document_page_approval/i18n/cs.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/da.po b/document_page_approval/i18n/da.po index 0db68d40..97e7a18c 100644 --- a/document_page_approval/i18n/da.po +++ b/document_page_approval/i18n/da.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/de.po b/document_page_approval/i18n/de.po index 58d94db0..1ea9ecbd 100644 --- a/document_page_approval/i18n/de.po +++ b/document_page_approval/i18n/de.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "Neue Fassung des Dokuments %s freigegeben." +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/document_page_approval.pot b/document_page_approval/i18n/document_page_approval.pot index ccf4afdc..104b5258 100644 --- a/document_page_approval/i18n/document_page_approval.pot +++ b/document_page_approval/i18n/document_page_approval.pot @@ -13,40 +13,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object.page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -54,6 +20,30 @@ msgid "" " It is highly recommended that you edit that one instead of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change Request for and it needs your approval.

\n" +"

\n" +" \n" +"

\n" +"

Modified by:

\n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -259,11 +249,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -271,6 +256,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/el.po b/document_page_approval/i18n/el.po index e130587b..8131847d 100644 --- a/document_page_approval/i18n/el.po +++ b/document_page_approval/i18n/el.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/en_AU.po b/document_page_approval/i18n/en_AU.po index a2b53e08..dff3512e 100644 --- a/document_page_approval/i18n/en_AU.po +++ b/document_page_approval/i18n/en_AU.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/en_GB.po b/document_page_approval/i18n/en_GB.po index 33ed1f1c..ffc39973 100644 --- a/document_page_approval/i18n/en_GB.po +++ b/document_page_approval/i18n/en_GB.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/es.po b/document_page_approval/i18n/es.po index ce191fd2..ef3a39b5 100644 --- a/document_page_approval/i18n/es.po +++ b/document_page_approval/i18n/es.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "Nueva versión del documento %s aprobada." +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/es_AR.po b/document_page_approval/i18n/es_AR.po index a8bc645c..ba4594f2 100644 --- a/document_page_approval/i18n/es_AR.po +++ b/document_page_approval/i18n/es_AR.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/es_CL.po b/document_page_approval/i18n/es_CL.po index 6d5826b4..6f059d1b 100644 --- a/document_page_approval/i18n/es_CL.po +++ b/document_page_approval/i18n/es_CL.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/es_CO.po b/document_page_approval/i18n/es_CO.po index 8d6a95da..1c57c9f5 100644 --- a/document_page_approval/i18n/es_CO.po +++ b/document_page_approval/i18n/es_CO.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/es_CR.po b/document_page_approval/i18n/es_CR.po index 6163180b..c3b8dca7 100644 --- a/document_page_approval/i18n/es_CR.po +++ b/document_page_approval/i18n/es_CR.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -268,11 +262,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -280,6 +269,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "Nueva versión del documento %s aprobada." +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/es_DO.po b/document_page_approval/i18n/es_DO.po index ab3a2ac3..d398aa32 100644 --- a/document_page_approval/i18n/es_DO.po +++ b/document_page_approval/i18n/es_DO.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/es_EC.po b/document_page_approval/i18n/es_EC.po index 32b18806..4da94a4b 100644 --- a/document_page_approval/i18n/es_EC.po +++ b/document_page_approval/i18n/es_EC.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/es_ES.po b/document_page_approval/i18n/es_ES.po index f2722724..aaddf7e6 100644 --- a/document_page_approval/i18n/es_ES.po +++ b/document_page_approval/i18n/es_ES.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/es_MX.po b/document_page_approval/i18n/es_MX.po index 8ede6dc4..c597d1a4 100644 --- a/document_page_approval/i18n/es_MX.po +++ b/document_page_approval/i18n/es_MX.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/es_PY.po b/document_page_approval/i18n/es_PY.po index bc61178f..4199de2f 100644 --- a/document_page_approval/i18n/es_PY.po +++ b/document_page_approval/i18n/es_PY.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/es_VE.po b/document_page_approval/i18n/es_VE.po index cb16eb5c..ee02f2b4 100644 --- a/document_page_approval/i18n/es_VE.po +++ b/document_page_approval/i18n/es_VE.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/et.po b/document_page_approval/i18n/et.po index 271cd3a3..bde09049 100644 --- a/document_page_approval/i18n/et.po +++ b/document_page_approval/i18n/et.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/eu.po b/document_page_approval/i18n/eu.po index 2277ae1e..a2bbc6c4 100644 --- a/document_page_approval/i18n/eu.po +++ b/document_page_approval/i18n/eu.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/fa.po b/document_page_approval/i18n/fa.po index 66d548c4..9ffd84e7 100644 --- a/document_page_approval/i18n/fa.po +++ b/document_page_approval/i18n/fa.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/fi.po b/document_page_approval/i18n/fi.po index 3df68b0b..52e1b54c 100644 --- a/document_page_approval/i18n/fi.po +++ b/document_page_approval/i18n/fi.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/fr.po b/document_page_approval/i18n/fr.po index cdaf5a28..3d081c41 100644 --- a/document_page_approval/i18n/fr.po +++ b/document_page_approval/i18n/fr.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/fr_CA.po b/document_page_approval/i18n/fr_CA.po index ca32d31a..d4896af1 100644 --- a/document_page_approval/i18n/fr_CA.po +++ b/document_page_approval/i18n/fr_CA.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/gl.po b/document_page_approval/i18n/gl.po index 4752057a..818919f5 100644 --- a/document_page_approval/i18n/gl.po +++ b/document_page_approval/i18n/gl.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/gu.po b/document_page_approval/i18n/gu.po index 0c22998f..c5ef9a4f 100644 --- a/document_page_approval/i18n/gu.po +++ b/document_page_approval/i18n/gu.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/he.po b/document_page_approval/i18n/he.po index f99512f8..d19c89b2 100644 --- a/document_page_approval/i18n/he.po +++ b/document_page_approval/i18n/he.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/hi.po b/document_page_approval/i18n/hi.po index b96e5ee4..285c813d 100644 --- a/document_page_approval/i18n/hi.po +++ b/document_page_approval/i18n/hi.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/hr.po b/document_page_approval/i18n/hr.po index 4288194f..5dfb186f 100644 --- a/document_page_approval/i18n/hr.po +++ b/document_page_approval/i18n/hr.po @@ -21,71 +21,6 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.14.1\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" -"\n" -" \n" -"

Pozdrav,

\n" -"\n" -"

${object.create_uid.name} je podnio novi zahtjev za izmjenom ${object." -"page_id.name} i potrebno je vaše odobrenje.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Uredio: ${object.create_uid.name}
\n" -"Datum: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Sažetak

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Razlika

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Ugodan dan.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -94,6 +29,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -299,11 +263,6 @@ msgstr "Greška pri isporuci poruke" msgid "Messages" msgstr "Poruke" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "Nova verzija ${object.display_name} traži vaše odobrenje" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -311,6 +270,11 @@ msgstr "Nova verzija ${object.display_name} traži vaše odobrenje" msgid "New version of the document %s approved." msgstr "Nova verzija dokumenta %s odobrena" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" @@ -439,3 +403,69 @@ msgstr "" #, python-format msgid "You need to cancel it before reopening." msgstr "Morate otkazati prije ponovnog otvaranja." + +#~ msgid "" +#~ "\n" +#~ " \n" +#~ "

Hello,

\n" +#~ "\n" +#~ "

${object.create_uid.name} submited a new Change Request for " +#~ "${object.page_id.name} and it needs your approval.

\n" +#~ "\n" +#~ "

${object.display_name}

\n" +#~ "

\n" +#~ "Modified by: ${object.create_uid.name}
\n" +#~ "Date: ${object.create_date}
\n" +#~ "

\n" +#~ "\n" +#~ "% if object.summary:\n" +#~ "

Summary

\n" +#~ "

${object.summary}

\n" +#~ "% endif\n" +#~ "\n" +#~ "

Diff

\n" +#~ "
\n" +#~ "${object.diff|safe}\n" +#~ "
\n" +#~ "\n" +#~ "

Have a great day.

\n" +#~ "\n" +#~ "--
\n" +#~ "\n" +#~ "

Odoo

\n" +#~ " \n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " \n" +#~ "

Pozdrav,

\n" +#~ "\n" +#~ "

${object.create_uid.name} je podnio novi zahtjev za izmjenom " +#~ "${object.page_id.name} i potrebno je vaše odobrenje.

\n" +#~ "\n" +#~ "

${object.display_name}

\n" +#~ "

\n" +#~ "Uredio: ${object.create_uid.name}
\n" +#~ "Datum: ${object.create_date}
\n" +#~ "

\n" +#~ "\n" +#~ "% if object.summary:\n" +#~ "

Sažetak

\n" +#~ "

${object.summary}

\n" +#~ "% endif\n" +#~ "\n" +#~ "

Razlika

\n" +#~ "
\n" +#~ "${object.diff|safe}\n" +#~ "
\n" +#~ "\n" +#~ "

Ugodan dan.

\n" +#~ "\n" +#~ "--
\n" +#~ "\n" +#~ "

Odoo

\n" +#~ " \n" +#~ " " + +#~ msgid "New version of ${object.display_name} needs your approval" +#~ msgstr "Nova verzija ${object.display_name} traži vaše odobrenje" diff --git a/document_page_approval/i18n/hu.po b/document_page_approval/i18n/hu.po index f39a8752..7c5b130a 100644 --- a/document_page_approval/i18n/hu.po +++ b/document_page_approval/i18n/hu.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/hy.po b/document_page_approval/i18n/hy.po index 91830880..2f5bdca4 100644 --- a/document_page_approval/i18n/hy.po +++ b/document_page_approval/i18n/hy.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/id.po b/document_page_approval/i18n/id.po index 8dc316a8..96e70483 100644 --- a/document_page_approval/i18n/id.po +++ b/document_page_approval/i18n/id.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/it.po b/document_page_approval/i18n/it.po index 4faee37c..ec957ebb 100644 --- a/document_page_approval/i18n/it.po +++ b/document_page_approval/i18n/it.po @@ -20,71 +20,6 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.14.1\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" -"\n" -" \n" -"

Ciao,

\n" -"\n" -"

${object.create_uid.name} ha aggiunto una Richiesta di Modifica per " -"${object.page_id.name} e necessita la tua approvazione.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modicato da: ${object.create_uid.name}
\n" -"Data: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Riepilogo

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Differenze

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Buona giornata!

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -96,6 +31,35 @@ msgstr "" " Ti raccomandiamo di modificare quella esistente invece " "di crearne una nuova." +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -301,12 +265,6 @@ msgstr "Errore consegna messaggio" msgid "Messages" msgstr "Messaggi" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" -"La nuova versione di ${object.display_name} richiede la tua approvazione" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -314,6 +272,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "La nuova versione del documento %s è approvata." +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" @@ -446,6 +409,73 @@ msgstr "" msgid "You need to cancel it before reopening." msgstr "Devi cancellarlo prima di riaprirlo." +#~ msgid "" +#~ "\n" +#~ " \n" +#~ "

Hello,

\n" +#~ "\n" +#~ "

${object.create_uid.name} submited a new Change Request for " +#~ "${object.page_id.name} and it needs your approval.

\n" +#~ "\n" +#~ "

${object.display_name}

\n" +#~ "

\n" +#~ "Modified by: ${object.create_uid.name}
\n" +#~ "Date: ${object.create_date}
\n" +#~ "

\n" +#~ "\n" +#~ "% if object.summary:\n" +#~ "

Summary

\n" +#~ "

${object.summary}

\n" +#~ "% endif\n" +#~ "\n" +#~ "

Diff

\n" +#~ "
\n" +#~ "${object.diff|safe}\n" +#~ "
\n" +#~ "\n" +#~ "

Have a great day.

\n" +#~ "\n" +#~ "--
\n" +#~ "\n" +#~ "

Odoo

\n" +#~ " \n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " \n" +#~ "

Ciao,

\n" +#~ "\n" +#~ "

${object.create_uid.name} ha aggiunto una Richiesta di Modifica per " +#~ "${object.page_id.name} e necessita la tua approvazione.

\n" +#~ "\n" +#~ "

${object.display_name}

\n" +#~ "

\n" +#~ "Modicato da: ${object.create_uid.name}
\n" +#~ "Data: ${object.create_date}
\n" +#~ "

\n" +#~ "\n" +#~ "% if object.summary:\n" +#~ "

Riepilogo

\n" +#~ "

${object.summary}

\n" +#~ "% endif\n" +#~ "\n" +#~ "

Differenze

\n" +#~ "
\n" +#~ "${object.diff|safe}\n" +#~ "
\n" +#~ "\n" +#~ "

Buona giornata!

\n" +#~ "\n" +#~ "--
\n" +#~ "\n" +#~ "

Odoo

\n" +#~ " \n" +#~ " " + +#~ msgid "New version of ${object.display_name} needs your approval" +#~ msgstr "" +#~ "La nuova versione di ${object.display_name} richiede la tua approvazione" + #, python-format #~ msgid "Change request %s has been cancelled by %s." #~ msgstr "La richiesta di modifica %s è stata annullata da %s." diff --git a/document_page_approval/i18n/ja.po b/document_page_approval/i18n/ja.po index be2d6afd..6d208ca0 100644 --- a/document_page_approval/i18n/ja.po +++ b/document_page_approval/i18n/ja.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/ka.po b/document_page_approval/i18n/ka.po index 68295c04..5704b6cb 100644 --- a/document_page_approval/i18n/ka.po +++ b/document_page_approval/i18n/ka.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/kab.po b/document_page_approval/i18n/kab.po index 1effbcce..ec8d8f31 100644 --- a/document_page_approval/i18n/kab.po +++ b/document_page_approval/i18n/kab.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/kk.po b/document_page_approval/i18n/kk.po index 6b8b5df7..7ec7cd9e 100644 --- a/document_page_approval/i18n/kk.po +++ b/document_page_approval/i18n/kk.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/ko.po b/document_page_approval/i18n/ko.po index 76105ece..aa019baa 100644 --- a/document_page_approval/i18n/ko.po +++ b/document_page_approval/i18n/ko.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/ln.po b/document_page_approval/i18n/ln.po index d66e0792..cf1ae5f1 100644 --- a/document_page_approval/i18n/ln.po +++ b/document_page_approval/i18n/ln.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/lo.po b/document_page_approval/i18n/lo.po index 6bf99fc9..ffb5a016 100644 --- a/document_page_approval/i18n/lo.po +++ b/document_page_approval/i18n/lo.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/lt.po b/document_page_approval/i18n/lt.po index 61ae40e3..c47f5c50 100644 --- a/document_page_approval/i18n/lt.po +++ b/document_page_approval/i18n/lt.po @@ -19,41 +19,6 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" "%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/lv.po b/document_page_approval/i18n/lv.po index 82786f91..9b319994 100644 --- a/document_page_approval/i18n/lv.po +++ b/document_page_approval/i18n/lv.po @@ -19,41 +19,6 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/mk.po b/document_page_approval/i18n/mk.po index 2a815393..fc235f1d 100644 --- a/document_page_approval/i18n/mk.po +++ b/document_page_approval/i18n/mk.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/mn.po b/document_page_approval/i18n/mn.po index 96733cc8..95289404 100644 --- a/document_page_approval/i18n/mn.po +++ b/document_page_approval/i18n/mn.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/nb.po b/document_page_approval/i18n/nb.po index 8f36d4fc..9f7f3acf 100644 --- a/document_page_approval/i18n/nb.po +++ b/document_page_approval/i18n/nb.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/nl.po b/document_page_approval/i18n/nl.po index 08cfa32c..6bf6b1b4 100644 --- a/document_page_approval/i18n/nl.po +++ b/document_page_approval/i18n/nl.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -268,11 +262,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -280,6 +269,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/nl_BE.po b/document_page_approval/i18n/nl_BE.po index b06264bd..7606b376 100644 --- a/document_page_approval/i18n/nl_BE.po +++ b/document_page_approval/i18n/nl_BE.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/nl_NL.po b/document_page_approval/i18n/nl_NL.po index 9048caa9..833352d1 100644 --- a/document_page_approval/i18n/nl_NL.po +++ b/document_page_approval/i18n/nl_NL.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -268,11 +262,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -280,6 +269,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/pl.po b/document_page_approval/i18n/pl.po index 02476e2b..6b388799 100644 --- a/document_page_approval/i18n/pl.po +++ b/document_page_approval/i18n/pl.po @@ -20,41 +20,6 @@ msgstr "" "%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -63,6 +28,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -268,11 +262,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -280,6 +269,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/pt.po b/document_page_approval/i18n/pt.po index 9f1731da..ff5fda1f 100644 --- a/document_page_approval/i18n/pt.po +++ b/document_page_approval/i18n/pt.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -268,11 +262,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -280,6 +269,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "Uma nova versão do ocumento %s foi aprovada." +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/pt_BR.po b/document_page_approval/i18n/pt_BR.po index 995e39b5..49cd804f 100644 --- a/document_page_approval/i18n/pt_BR.po +++ b/document_page_approval/i18n/pt_BR.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/pt_PT.po b/document_page_approval/i18n/pt_PT.po index 42f9fccf..f67d2276 100644 --- a/document_page_approval/i18n/pt_PT.po +++ b/document_page_approval/i18n/pt_PT.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -268,11 +262,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -280,6 +269,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "Foi aprovada a nova versão do documento %s." +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/ro.po b/document_page_approval/i18n/ro.po index 8f51b5ab..6bdab1a1 100644 --- a/document_page_approval/i18n/ro.po +++ b/document_page_approval/i18n/ro.po @@ -19,41 +19,6 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/ru.po b/document_page_approval/i18n/ru.po index 4b14c35d..379870c8 100644 --- a/document_page_approval/i18n/ru.po +++ b/document_page_approval/i18n/ru.po @@ -20,41 +20,6 @@ msgstr "" "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" "%100>=11 && n%100<=14)? 2 : 3);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -63,6 +28,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -268,11 +262,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -280,6 +269,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/sk.po b/document_page_approval/i18n/sk.po index 3361923a..37d84c33 100644 --- a/document_page_approval/i18n/sk.po +++ b/document_page_approval/i18n/sk.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/sl.po b/document_page_approval/i18n/sl.po index cacfbe19..6bd26e1c 100644 --- a/document_page_approval/i18n/sl.po +++ b/document_page_approval/i18n/sl.po @@ -20,71 +20,6 @@ msgstr "" "%100==4 ? 2 : 3;\n" "X-Generator: Weblate 3.10\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" -"\n" -" \n" -"

Pozdravljeni.

\n" -"\n" -"

${object.create_uid.name} je vložil novo zahtevo po spremembi za " -"${object.page_id.name} , ki jo morate odobriti.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Spremenil: ${object.create_uid.name}
\n" -"Datum: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Povzetek

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Razlika

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Lep pozdrav.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -96,6 +31,35 @@ msgstr "" " Zelo priporočljivo je, da urejate tisti osnutek, namesto " "da ustvarjate novega." +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -301,11 +265,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "Nova verzija ${object.display_name} potrebuje vašo odobritev" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -313,6 +272,11 @@ msgstr "Nova verzija ${object.display_name} potrebuje vašo odobritev" msgid "New version of the document %s approved." msgstr "Nova verzija dokumenta %s odobrena." +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" @@ -442,6 +406,72 @@ msgstr "" msgid "You need to cancel it before reopening." msgstr "Pred ponovnim odprtjem jo morate preklicati." +#~ msgid "" +#~ "\n" +#~ " \n" +#~ "

Hello,

\n" +#~ "\n" +#~ "

${object.create_uid.name} submited a new Change Request for " +#~ "${object.page_id.name} and it needs your approval.

\n" +#~ "\n" +#~ "

${object.display_name}

\n" +#~ "

\n" +#~ "Modified by: ${object.create_uid.name}
\n" +#~ "Date: ${object.create_date}
\n" +#~ "

\n" +#~ "\n" +#~ "% if object.summary:\n" +#~ "

Summary

\n" +#~ "

${object.summary}

\n" +#~ "% endif\n" +#~ "\n" +#~ "

Diff

\n" +#~ "
\n" +#~ "${object.diff|safe}\n" +#~ "
\n" +#~ "\n" +#~ "

Have a great day.

\n" +#~ "\n" +#~ "--
\n" +#~ "\n" +#~ "

Odoo

\n" +#~ " \n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " \n" +#~ "

Pozdravljeni.

\n" +#~ "\n" +#~ "

${object.create_uid.name} je vložil novo zahtevo po spremembi za " +#~ "${object.page_id.name} , ki jo morate odobriti.

\n" +#~ "\n" +#~ "

${object.display_name}

\n" +#~ "

\n" +#~ "Spremenil: ${object.create_uid.name}
\n" +#~ "Datum: ${object.create_date}
\n" +#~ "

\n" +#~ "\n" +#~ "% if object.summary:\n" +#~ "

Povzetek

\n" +#~ "

${object.summary}

\n" +#~ "% endif\n" +#~ "\n" +#~ "

Razlika

\n" +#~ "
\n" +#~ "${object.diff|safe}\n" +#~ "
\n" +#~ "\n" +#~ "

Lep pozdrav.

\n" +#~ "\n" +#~ "--
\n" +#~ "\n" +#~ "

Odoo

\n" +#~ " \n" +#~ " " + +#~ msgid "New version of ${object.display_name} needs your approval" +#~ msgstr "Nova verzija ${object.display_name} potrebuje vašo odobritev" + #, python-format #~ msgid "Change request %s has been cancelled by %s." #~ msgstr "Zahtevo po spremembi %s je preklical %s." diff --git a/document_page_approval/i18n/sr.po b/document_page_approval/i18n/sr.po index 68cc8167..4d7d9243 100644 --- a/document_page_approval/i18n/sr.po +++ b/document_page_approval/i18n/sr.po @@ -19,41 +19,6 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/sr@latin.po b/document_page_approval/i18n/sr@latin.po index c6da0395..7d51e4cf 100644 --- a/document_page_approval/i18n/sr@latin.po +++ b/document_page_approval/i18n/sr@latin.po @@ -20,41 +20,6 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -63,6 +28,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -268,11 +262,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -280,6 +269,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/sv.po b/document_page_approval/i18n/sv.po index e4d37ada..e9cb7853 100644 --- a/document_page_approval/i18n/sv.po +++ b/document_page_approval/i18n/sv.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/th.po b/document_page_approval/i18n/th.po index 2c5cbe60..40629728 100644 --- a/document_page_approval/i18n/th.po +++ b/document_page_approval/i18n/th.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/tr.po b/document_page_approval/i18n/tr.po index b6adf351..42e24aa8 100644 --- a/document_page_approval/i18n/tr.po +++ b/document_page_approval/i18n/tr.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/uk.po b/document_page_approval/i18n/uk.po index 858dd505..cb848299 100644 --- a/document_page_approval/i18n/uk.po +++ b/document_page_approval/i18n/uk.po @@ -19,41 +19,6 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/vi.po b/document_page_approval/i18n/vi.po index 1ef64209..d0430148 100644 --- a/document_page_approval/i18n/vi.po +++ b/document_page_approval/i18n/vi.po @@ -18,41 +18,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -61,6 +26,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -266,11 +260,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -278,6 +267,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/zh_CN.po b/document_page_approval/i18n/zh_CN.po index 503333fd..6f972a27 100644 --- a/document_page_approval/i18n/zh_CN.po +++ b/document_page_approval/i18n/zh_CN.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" diff --git a/document_page_approval/i18n/zh_TW.po b/document_page_approval/i18n/zh_TW.po index 0b75a1db..70c1cf78 100644 --- a/document_page_approval/i18n/zh_TW.po +++ b/document_page_approval/i18n/zh_TW.po @@ -19,41 +19,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: document_page_approval -#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval -msgid "" -"\n" -" \n" -"

Hello,

\n" -"\n" -"

${object.create_uid.name} submited a new Change Request for ${object." -"page_id.name} and it needs your approval.

\n" -"\n" -"

${object.display_name}

\n" -"

\n" -"Modified by: ${object.create_uid.name}
\n" -"Date: ${object.create_date}
\n" -"

\n" -"\n" -"% if object.summary:\n" -"

Summary

\n" -"

${object.summary}

\n" -"% endif\n" -"\n" -"

Diff

\n" -"
\n" -"${object.diff|safe}\n" -"
\n" -"\n" -"

Have a great day.

\n" -"\n" -"--
\n" -"\n" -"

Odoo

\n" -" \n" -" " -msgstr "" - #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "" @@ -62,6 +27,35 @@ msgid "" "of creating a new one." msgstr "" +#. module: document_page_approval +#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval +msgid "" +"

Hello,

\n" +"

submited a new Change " +"Request for and it needs your approval.\n" +"

\n" +" \n" +"

\n" +"

Modified by: \n" +"

Date:

\n" +" \n" +"

Summary

\n" +"

\n" +" \n" +"

Diff

\n" +"
\n" +" \n" +"
\n" +"

Have a great day.

\n" +"
\n" +"

Odoo

\n" +" " +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" @@ -267,11 +261,6 @@ msgstr "" msgid "Messages" msgstr "" -#. module: document_page_approval -#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval -msgid "New version of ${object.display_name} needs your approval" -msgstr "" - #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 @@ -279,6 +268,11 @@ msgstr "" msgid "New version of the document %s approved." msgstr "" +#. module: document_page_approval +#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval +msgid "New version of {{object.display_name}} needs your approval" +msgstr "" + #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions"