mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 07:24:48 -06:00
[MIG] document_page_approval: Migration to 11.0
This commit is contained in:
parent
afc1bf0423
commit
ffb2adb712
@ -34,7 +34,7 @@ To use this module, you need to:
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/118/10.0
|
||||
:target: https://runbot.odoo-community.org/runbot/118/11.0
|
||||
|
||||
Known issues / Roadmap
|
||||
======================
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2013 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2013 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'Document Page Approval',
|
||||
'version': '10.0.2.0.0',
|
||||
'version': '11.0.1.0.0',
|
||||
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
|
||||
"website": "http://www.savoirfairelinux.com",
|
||||
"license": "AGPL-3",
|
||||
@ -15,7 +14,6 @@
|
||||
],
|
||||
'data': [
|
||||
'data/email_template.xml',
|
||||
'workflows/document_page_approval.xml',
|
||||
'views/document_page_approval.xml',
|
||||
'security/document_page_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
@ -27,4 +25,5 @@
|
||||
],
|
||||
'post_init_hook': 'post_init_hook',
|
||||
'uninstall_hook': 'uninstall_hook',
|
||||
'installable': True,
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2018 Ivan Todorovich (<ivan.todorovich@gmail.com>)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
|
||||
"Language: am\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: am\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,11 +12,12 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ar\n"
|
||||
"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"
|
||||
"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
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
|
||||
"Language: bg\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,11 +12,12 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: bs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"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
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
|
||||
"Language: ca\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ca\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
|
||||
"Language: da\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,13 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "Am I Approver"
|
||||
msgstr "Freigeben"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Neue Fassung des Dokuments %s freigegeben."
|
||||
@ -240,3 +254,9 @@ msgstr "URL"
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
251
document_page_approval/i18n/document_page_approval.pot
Normal file
251
document_page_approval/i18n/document_page_approval.pot
Normal file
@ -0,0 +1,251 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "\n"
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
"<b>Modified by:</b> ${object.create_uid.name}<br/>\n"
|
||||
"<b>Date:</b> ${object.create_date}<br>\n"
|
||||
"</p>\n"
|
||||
"\n"
|
||||
"% if object.summary:\n"
|
||||
"<h3>Summary</h3>\n"
|
||||
"<p>${object.summary}</p>\n"
|
||||
"% endif\n"
|
||||
"\n"
|
||||
"<h3>Diff</h3>\n"
|
||||
"<div style=\"overflow-x:scroll; font-size:0.85em; margin-bottom:2em;\">\n"
|
||||
"${object.diff|safe}\n"
|
||||
"</div>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.</p>\n"
|
||||
"\n"
|
||||
"--<br/>\n"
|
||||
"\n"
|
||||
"<p>Odoo</p>\n"
|
||||
" \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_approval_required
|
||||
msgid "Approval required"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.view_wiki_history_filter
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.view_wiki_history_filter
|
||||
#: model:res.groups,name:document_page_approval.group_document_approver_user
|
||||
msgid "Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_group_ids
|
||||
msgid "Approver groups"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Back to draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.view_wiki_history_filter
|
||||
msgid "Cancelled"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.actions.act_window,name:document_page_approval.action_change_requests
|
||||
#: model:ir.ui.menu,name:document_page_approval.menu_page_change_requests
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.view_wiki_history_filter
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_group_ids
|
||||
msgid "Groups that can approve changes to this document"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_has_changes_pending_approval
|
||||
msgid "Has changes pending approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_history_is_approval_required
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_is_approval_required
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.view_wiki_history_filter
|
||||
msgid "Pending Approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval for changes on this page or its child pages."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Send to Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.view_wiki_history_filter
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid "This document has <b>Changes Pending Approval</b>. You are viewing the last approved content."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||
msgid "This document requires approval. If edited, you will create a new <b>Change Request</b>."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Greek (https://www.transifex.com/oca/teams/23907/el/)\n"
|
||||
"Language: el\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: el\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: English (Australia) (https://www.transifex.com/oca/teams/23907/en_AU/)\n"
|
||||
"Language-Team: English (Australia) (https://www.transifex.com/oca/"
|
||||
"teams/23907/en_AU/)\n"
|
||||
"Language: en_AU\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: en_AU\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/"
|
||||
"teams/23907/en_GB/)\n"
|
||||
"Language: en_GB\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: en_GB\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,13 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "Am I Approver"
|
||||
msgstr "Aprobar"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Nueva versión del documento %s aprobada."
|
||||
@ -240,3 +254,9 @@ msgstr "URL"
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n"
|
||||
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/"
|
||||
"teams/23907/es_AR/)\n"
|
||||
"Language: es_AR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_AR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n"
|
||||
"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_CL/)\n"
|
||||
"Language: es_CL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CL\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n"
|
||||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_CO/)\n"
|
||||
"Language: es_CO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/"
|
||||
"teams/23907/es_CR/)\n"
|
||||
"Language: es_CR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,13 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "Am I Approver"
|
||||
msgstr "Aprobar"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +135,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +178,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Nueva versión del documento %s aprobada."
|
||||
@ -240,3 +255,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/"
|
||||
"teams/23907/es_DO/)\n"
|
||||
"Language: es_DO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_DO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_EC/)\n"
|
||||
"Language: es_EC\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_EC\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n"
|
||||
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_ES/)\n"
|
||||
"Language: es_ES\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_ES\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n"
|
||||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_MX/)\n"
|
||||
"Language: es_MX\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_MX\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n"
|
||||
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_PY/)\n"
|
||||
"Language: es_PY\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_PY\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n"
|
||||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/"
|
||||
"teams/23907/es_VE/)\n"
|
||||
"Language: es_VE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_VE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
|
||||
"Language: et\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: et\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
|
||||
"Language: eu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: eu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
|
||||
"Language: fa\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
|
||||
"Language: fi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,13 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "Am I Approver"
|
||||
msgstr "Approuver"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr "URL"
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n"
|
||||
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/"
|
||||
"fr_CA/)\n"
|
||||
"Language: fr_CA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr_CA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
|
||||
"Language: gl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Gujarati (https://www.transifex.com/oca/teams/23907/gu/)\n"
|
||||
"Language: gu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n"
|
||||
"Language: he\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: he\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n"
|
||||
"Language: hi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
# Bole <bole@dajmi5.com>, 2018
|
||||
@ -13,11 +13,12 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
|
||||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hr\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"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
|
||||
@ -26,7 +27,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -56,12 +58,13 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "Am I Approver"
|
||||
msgstr "Odobri"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -133,13 +136,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -176,13 +179,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Nova verzija dokumenta %s odobrena"
|
||||
@ -241,3 +256,9 @@ msgstr "URL"
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Armenian (https://www.transifex.com/oca/teams/23907/hy/)\n"
|
||||
"Language: hy\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hy\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n"
|
||||
"Language: id\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
# Marco Calcagni <mcalcagni@dinamicheaziendali.it>, 2018
|
||||
@ -13,10 +13,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: Marco Calcagni <mcalcagni@dinamicheaziendali.it>, 2018\n"
|
||||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -26,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -56,12 +57,13 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "Am I Approver"
|
||||
msgstr "Approvare"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -133,13 +135,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -176,13 +178,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "La nuova versione del documento %s è approvata."
|
||||
@ -241,3 +255,9 @@ msgstr "URL"
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ja\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Georgian (https://www.transifex.com/oca/teams/23907/ka/)\n"
|
||||
"Language: ka\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ka\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Kabyle (https://www.transifex.com/oca/teams/23907/kab/)\n"
|
||||
"Language: kab\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: kab\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Kazakh (https://www.transifex.com/oca/teams/23907/kk/)\n"
|
||||
"Language: kk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: kk\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n"
|
||||
"Language: ko\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ko\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Lingala (https://www.transifex.com/oca/teams/23907/ln/)\n"
|
||||
"Language: ln\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ln\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n"
|
||||
"Language: lo\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lo\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,11 +12,12 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
|
||||
"Language: lt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lt\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"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
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,11 +12,12 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n"
|
||||
"Language: lv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
"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
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
|
||||
"Language: mk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mk\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
|
||||
"Language: mn\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n"
|
||||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/"
|
||||
"nb/)\n"
|
||||
"Language: nb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
# Michel V. <m.vorenhout@mvhconsult.nl>, 2018
|
||||
@ -13,10 +13,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: Michel V. <m.vorenhout@mvhconsult.nl>, 2018\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -26,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -56,12 +57,13 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "Am I Approver"
|
||||
msgstr "Accordeer"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -133,13 +135,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -176,13 +178,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -241,3 +255,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n"
|
||||
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/"
|
||||
"nl_BE/)\n"
|
||||
"Language: nl_BE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl_BE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Peter Hageman <hageman.p@gmail.com>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2018\n"
|
||||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n"
|
||||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
|
||||
"teams/23907/nl_NL/)\n"
|
||||
"Language: nl_NL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl_NL\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,13 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "Am I Approver"
|
||||
msgstr "Goedkeuren"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +135,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +178,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +255,9 @@ msgstr "URL"
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,11 +12,13 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
|
||||
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
|
||||
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
@ -25,7 +27,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +58,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +135,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +178,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +255,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Pedro Castro Silva <inactive+pcs.sossia@transifex.com>, 2018
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
@ -13,10 +13,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
|
||||
"Language: pt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -26,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -56,12 +57,13 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "Am I Approver"
|
||||
msgstr "Aprovar"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -133,13 +135,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -176,13 +178,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Uma nova versão do ocumento %s foi aprovada."
|
||||
@ -241,3 +255,9 @@ msgstr "URL"
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
|
||||
"teams/23907/pt_BR/)\n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n"
|
||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
|
||||
"teams/23907/pt_PT/)\n"
|
||||
"Language: pt_PT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_PT\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,13 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "Am I Approver"
|
||||
msgstr "Aprovar"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +135,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +178,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Foi aprovada a nova versão do documento %s."
|
||||
@ -240,3 +255,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,11 +12,12 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ro\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
"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
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,11 +12,13 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
@ -25,7 +27,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +58,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +135,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +178,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +255,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n"
|
||||
"Language: sk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sk\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,11 +12,12 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
|
||||
"Language: sl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||
"%100==4 ? 2 : 3);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,13 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "Am I Approver"
|
||||
msgstr "Odobri"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +135,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +178,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Nova verzija dokumenta %s odobrena."
|
||||
@ -240,3 +255,9 @@ msgstr "URL"
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,11 +12,12 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n"
|
||||
"Language: sr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"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
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,12 +11,14 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr%40latin/)\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr"
|
||||
"%40latin/)\n"
|
||||
"Language: sr@latin\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr@latin\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"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
|
||||
@ -25,7 +27,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +58,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +135,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +178,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +255,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sv\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
|
||||
"Language: th\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: th\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: tr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,11 +12,12 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: uk\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"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
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n"
|
||||
"Language: vi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: vi\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +25,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +56,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +133,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +176,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +253,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
|
||||
"zh_CN/)\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-04-24 22:33+0000\n"
|
||||
"PO-Revision-Date: 2018-04-24 22:33+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/"
|
||||
"zh_TW/)\n"
|
||||
"Language: zh_TW\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_TW\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -25,7 +26,8 @@ msgid ""
|
||||
" \n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object.page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"<p>${object.create_uid.name} submited a new Change Request for <b>${object."
|
||||
"page_id.name}</b> and it needs your approval.</p>\n"
|
||||
"\n"
|
||||
"<h1><a href=\"${object.page_url}\">${object.display_name}</a></h1>\n"
|
||||
"<p>\n"
|
||||
@ -55,12 +57,12 @@ msgstr ""
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||
msgid "Am i approver"
|
||||
msgid "Am I Approver"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_owner
|
||||
msgid "Am i owner"
|
||||
msgid "Am I Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
@ -132,13 +134,13 @@ msgid "Change Requests"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:129
|
||||
#, python-format
|
||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:110
|
||||
#, python-format
|
||||
msgid "Change request has been approved by %s."
|
||||
msgstr ""
|
||||
@ -175,13 +177,25 @@ msgstr ""
|
||||
msgid "If true, changes of this page require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:59
|
||||
#, python-format
|
||||
msgid "It's not cancelled or approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:71
|
||||
#, python-format
|
||||
msgid "It's not in draft state"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of ${object.display_name} needs your approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:117
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
@ -240,3 +254,9 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Users must also belong to the Approvers group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:62
|
||||
#, python-format
|
||||
msgid "You are not an appover to reset to draft"
|
||||
msgstr ""
|
||||
|
@ -1,14 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2018 Ivan Todorovich <ivan.todorovich@gmail.com>
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
|
||||
def migrate(cr, version): # pragma: no cover
|
||||
# Set all pre-existing pages history to approved
|
||||
cr.execute("""
|
||||
UPDATE document_page_history
|
||||
SET state='approved',
|
||||
approved_uid=create_uid,
|
||||
approved_date=create_date
|
||||
WHERE state IS NULL
|
||||
""")
|
@ -1,2 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from . import document_page_approval, document_page_history_workflow
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2013 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
@ -123,7 +122,7 @@ class DocumentPageApproval(models.Model):
|
||||
@api.multi
|
||||
def _create_history(self, vals):
|
||||
res = super(DocumentPageApproval, self)._create_history(vals)
|
||||
res.signal_workflow('document_page_auto_confirm')
|
||||
res.document_page_auto_confirm()
|
||||
|
||||
@api.multi
|
||||
def action_changes_pending_approval(self):
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2013 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
@ -6,6 +5,7 @@ from datetime import datetime
|
||||
from odoo.tools.translate import _
|
||||
from odoo.tools import DEFAULT_SERVER_DATETIME_FORMAT
|
||||
from odoo import api, fields, models
|
||||
from odoo.exceptions import UserError
|
||||
|
||||
|
||||
class DocumentPageHistoryWorkflow(models.Model):
|
||||
@ -21,6 +21,7 @@ class DocumentPageHistoryWorkflow(models.Model):
|
||||
('cancelled', 'Cancelled')],
|
||||
'Status',
|
||||
readonly=True,
|
||||
default='draft'
|
||||
)
|
||||
|
||||
approved_date = fields.Datetime(
|
||||
@ -42,7 +43,7 @@ class DocumentPageHistoryWorkflow(models.Model):
|
||||
)
|
||||
|
||||
am_i_approver = fields.Boolean(
|
||||
related='page_id.am_i_approver'
|
||||
compute='_compute_am_i_approver'
|
||||
)
|
||||
|
||||
page_url = fields.Text(
|
||||
@ -53,8 +54,27 @@ class DocumentPageHistoryWorkflow(models.Model):
|
||||
@api.multi
|
||||
def page_approval_draft(self):
|
||||
"""Set a change request as draft"""
|
||||
if self.filtered(lambda r: r.state not in [
|
||||
'cancelled', 'approved']):
|
||||
raise UserError(_("It's not cancelled or approved"))
|
||||
if self.filtered(lambda r:
|
||||
r.state == 'approved' and not self.am_i_approver):
|
||||
raise UserError(_("You are not an appover to reset to draft"))
|
||||
self.write({'state': 'draft'})
|
||||
|
||||
@api.multi
|
||||
def document_page_auto_confirm(self):
|
||||
"""Automatic Transitions for change requests created directly from
|
||||
documents
|
||||
"""
|
||||
if self.filtered(lambda r: r.state != 'draft'):
|
||||
raise UserError(_("It's not in draft state"))
|
||||
to_approve = self.filtered(lambda r: r.is_approval_required)
|
||||
to_approve.write({'state': 'to approve'})
|
||||
approved = (self - to_approve)
|
||||
approved.write({'state': 'approved'})
|
||||
approved.mapped('page_id')._compute_history_head()
|
||||
|
||||
@api.multi
|
||||
def page_approval_to_approve(self):
|
||||
"""Set a change request as to approve"""
|
||||
@ -117,11 +137,18 @@ class DocumentPageHistoryWorkflow(models.Model):
|
||||
for rec in self:
|
||||
rec.am_i_owner = (rec.create_uid == self.env.user)
|
||||
|
||||
@api.multi
|
||||
def _compute_am_i_approver(self):
|
||||
"""check if current user is a approver"""
|
||||
for rec in self:
|
||||
rec.am_i_approver = rec.page_id.can_user_approve_this_page(
|
||||
self.env.user)
|
||||
|
||||
@api.multi
|
||||
def _compute_page_url(self):
|
||||
"""Compute the page url."""
|
||||
for page in self:
|
||||
base_url = self.env['ir.config_parameter'].get_param(
|
||||
base_url = self.env['ir.config_parameter'].sudo().get_param(
|
||||
'web.base.url',
|
||||
default='http://localhost:8069'
|
||||
)
|
||||
|
@ -1,2 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from . import test_document_page_approval
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from odoo.tests import common
|
||||
|
||||
|
||||
@ -23,7 +22,7 @@ class TestDocumentPageApproval(common.TransactionCase):
|
||||
self.page2 = self.page_obj.create({
|
||||
'name': 'This page requires approval',
|
||||
'parent_id': self.category2.id,
|
||||
'content': 'This content will require approval'
|
||||
'content': 'This content will require approval',
|
||||
})
|
||||
|
||||
def test_approval_required(self):
|
||||
@ -48,7 +47,7 @@ class TestDocumentPageApproval(common.TransactionCase):
|
||||
self.assertTrue(chreq.am_i_approver)
|
||||
|
||||
# approve
|
||||
chreq.signal_workflow('page_approval_approve')
|
||||
chreq.page_approval_approved()
|
||||
self.assertEqual(chreq.state, 'approved')
|
||||
self.assertEqual(chreq.content, page.content)
|
||||
|
||||
@ -59,7 +58,7 @@ class TestDocumentPageApproval(common.TransactionCase):
|
||||
('page_id', '=', page.id),
|
||||
('state', '!=', 'approved')
|
||||
])[0]
|
||||
chreq.signal_workflow('page_approval_approve')
|
||||
chreq.page_approval_approved()
|
||||
self.assertEqual(page.content, 'New content')
|
||||
|
||||
def test_change_request_auto_approve(self):
|
||||
@ -75,7 +74,7 @@ class TestDocumentPageApproval(common.TransactionCase):
|
||||
self.history_obj.search([
|
||||
('page_id', '=', page.id),
|
||||
('state', '!=', 'approved')
|
||||
]).signal_workflow('page_approval_approve')
|
||||
]).page_approval_approved()
|
||||
|
||||
# new change request from scrath
|
||||
chreq = self.history_obj.create({
|
||||
@ -89,25 +88,25 @@ class TestDocumentPageApproval(common.TransactionCase):
|
||||
self.assertNotEqual(page.approved_date, chreq.approved_date)
|
||||
self.assertNotEqual(page.approved_uid, chreq.approved_uid)
|
||||
|
||||
chreq.signal_workflow('page_approval_to_approve')
|
||||
chreq.page_approval_to_approve()
|
||||
self.assertEqual(chreq.state, 'to approve')
|
||||
self.assertNotEqual(page.content, chreq.content)
|
||||
self.assertNotEqual(page.approved_date, chreq.approved_date)
|
||||
self.assertNotEqual(page.approved_uid, chreq.approved_uid)
|
||||
|
||||
chreq.signal_workflow('page_approval_cancel')
|
||||
chreq.page_approval_cancelled()
|
||||
self.assertEqual(chreq.state, 'cancelled')
|
||||
self.assertNotEqual(page.content, chreq.content)
|
||||
self.assertNotEqual(page.approved_date, chreq.approved_date)
|
||||
self.assertNotEqual(page.approved_uid, chreq.approved_uid)
|
||||
|
||||
chreq.signal_workflow('page_approval_reopen')
|
||||
chreq.page_approval_draft()
|
||||
self.assertEqual(chreq.state, 'draft')
|
||||
self.assertNotEqual(page.content, chreq.content)
|
||||
self.assertNotEqual(page.approved_date, chreq.approved_date)
|
||||
self.assertNotEqual(page.approved_uid, chreq.approved_uid)
|
||||
|
||||
chreq.signal_workflow('page_approval_approve')
|
||||
chreq.page_approval_approved()
|
||||
self.assertEqual(chreq.state, 'approved')
|
||||
self.assertEqual(page.content, chreq.content)
|
||||
self.assertEqual(page.approved_date, chreq.approved_date)
|
||||
|
@ -10,19 +10,19 @@
|
||||
<sheet position="before">
|
||||
<header>
|
||||
<!-- draft -> to approve -->
|
||||
<button name="page_approval_to_approve" string="Send to Review" class="oe_highlight"
|
||||
<button name="page_approval_to_approve" type="object" string="Send to Review" state="draft" class="oe_highlight"
|
||||
attrs="{'invisible':['|','|',('is_approval_required','=',False),('am_i_owner','=',False),('state', 'not in', ['draft'])]}"/>
|
||||
<!-- approve if i am approver -->
|
||||
<button name="page_approval_approve" string="Approve" class="oe_highlight"
|
||||
<button name="page_approval_approved" type="object" string="Approve" state="to aprrove" class="oe_highlight"
|
||||
attrs="{'invisible':['|','|',('is_approval_required','=',False),('am_i_approver','=',False),('state','not in',['draft','to approve'])]}"/>
|
||||
<!-- approve if it's not required and i am owner -->
|
||||
<button name="page_approval_approve" string="Approve" class="oe_highlight"
|
||||
<button name="page_approval_approved" type="object" string="Approve" class="oe_highlight"
|
||||
attrs="{'invisible':['|','|',('is_approval_required','=',True),('am_i_owner','=',False),('state','not in',['draft', 'to approve'])]}"/>
|
||||
<!-- cancel if i am owner or approver -->
|
||||
<button name="page_approval_cancel" string="Cancel"
|
||||
<button name="page_approval_cancelled" type="object" string="Cancel"
|
||||
attrs="{'invisible':['|','&',('am_i_owner','=',False),('am_i_approver','=',False),('state','not in',['draft','to approve'])]}"/>
|
||||
<!-- reopen if i am owner or approver -->
|
||||
<button name="page_approval_reopen" string="Back to draft"
|
||||
<button name="page_approval_draft" type="object" string="Back to draft" state="cancelled"
|
||||
attrs="{'invisible':['|','&',('am_i_owner','=',False),('am_i_approver','=',False),('state','not in',['cancelled'])]}"/>
|
||||
<field name="am_i_owner" invisible="1"/>
|
||||
<field name="am_i_approver" invisible="1"/>
|
||||
|
@ -1,104 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<odoo>
|
||||
|
||||
<record model="workflow" id="wkf_document_page_history_aproval">
|
||||
<field name="name">document.page.history.aproval.wkf</field>
|
||||
<field name="osv">document.page.history</field>
|
||||
<field name="on_create">True</field>
|
||||
</record>
|
||||
|
||||
<record model="workflow.activity" id="act_draft">
|
||||
<field name="wkf_id" ref="wkf_document_page_history_aproval" />
|
||||
<field name="flow_start">True</field>
|
||||
<field name="name">draft</field>
|
||||
<field name="kind">function</field>
|
||||
<field name="action">page_approval_draft()</field>
|
||||
</record>
|
||||
|
||||
<record model="workflow.activity" id="act_to_approve">
|
||||
<field name="wkf_id" ref="wkf_document_page_history_aproval" />
|
||||
<field name="name">to approve</field>
|
||||
<field name="kind">function</field>
|
||||
<field name="action">page_approval_to_approve()</field>
|
||||
</record>
|
||||
|
||||
<record model="workflow.activity" id="act_approved">
|
||||
<field name="wkf_id" ref="wkf_document_page_history_aproval" />
|
||||
<field name="name">approved</field>
|
||||
<field name="kind">function</field>
|
||||
<field name="action">page_approval_approved()</field>
|
||||
<field name="flow_stop">True</field>
|
||||
</record>
|
||||
|
||||
<record model="workflow.activity" id="act_cancelled">
|
||||
<field name="wkf_id" ref="wkf_document_page_history_aproval" />
|
||||
<field name="name">cancelled</field>
|
||||
<field name="kind">function</field>
|
||||
<field name="action">page_approval_cancelled()</field>
|
||||
</record>
|
||||
|
||||
<!-- Transitions -->
|
||||
<record model="workflow.transition" id="tdr">
|
||||
<field name="act_from" ref="act_draft"/>
|
||||
<field name="act_to" ref="act_to_approve"/>
|
||||
<field name="condition">am_i_owner</field>
|
||||
<field name="signal">page_approval_to_approve</field>
|
||||
</record>
|
||||
|
||||
<record model="workflow.transition" id="tda">
|
||||
<field name="act_from" ref="act_draft"/>
|
||||
<field name="act_to" ref="act_approved"/>
|
||||
<field name="condition">am_i_approver</field>
|
||||
<field name="signal">page_approval_approve</field>
|
||||
</record>
|
||||
|
||||
<record model="workflow.transition" id="tra">
|
||||
<field name="act_from" ref="act_to_approve"/>
|
||||
<field name="act_to" ref="act_approved"/>
|
||||
<field name="condition">am_i_approver</field>
|
||||
<field name="signal">page_approval_approve</field>
|
||||
</record>
|
||||
|
||||
<record model="workflow.transition" id="tad">
|
||||
<field name="act_from" ref="act_approved"/>
|
||||
<field name="act_to" ref="act_draft"/>
|
||||
<field name="condition">am_i_approver</field>
|
||||
<field name="signal">edit</field>
|
||||
</record>
|
||||
|
||||
<record model="workflow.transition" id="tdc">
|
||||
<field name="act_from" ref="act_draft"/>
|
||||
<field name="act_to" ref="act_cancelled"/>
|
||||
<field name="condition">am_i_owner</field>
|
||||
<field name="signal">page_approval_cancel</field>
|
||||
</record>
|
||||
|
||||
<record model="workflow.transition" id="trc">
|
||||
<field name="act_from" ref="act_to_approve"/>
|
||||
<field name="act_to" ref="act_cancelled"/>
|
||||
<field name="condition">am_i_owner or am_i_approver</field>
|
||||
<field name="signal">page_approval_cancel</field>
|
||||
</record>
|
||||
|
||||
<record model="workflow.transition" id="tcd">
|
||||
<field name="act_from" ref="act_cancelled"/>
|
||||
<field name="act_to" ref="act_draft"/>
|
||||
<field name="condition">am_i_owner or am_i_approver</field>
|
||||
<field name="signal">page_approval_reopen</field>
|
||||
</record>
|
||||
|
||||
<!-- Automatic Transitions for change requests created directly from documents -->
|
||||
<record model="workflow.transition" id="tda_auto">
|
||||
<field name="act_from" ref="act_draft"/>
|
||||
<field name="act_to" ref="act_approved"/>
|
||||
<field name="condition">not is_approval_required</field>
|
||||
<field name="signal">document_page_auto_confirm</field>
|
||||
</record>
|
||||
|
||||
<record model="workflow.transition" id="tdr_auto">
|
||||
<field name="act_from" ref="act_draft"/>
|
||||
<field name="act_to" ref="act_to_approve"/>
|
||||
<field name="condition">is_approval_required</field>
|
||||
<field name="signal">document_page_auto_confirm</field>
|
||||
</record>
|
||||
</odoo>
|
Loading…
Reference in New Issue
Block a user