From e5415c7f513d76ad9fd923c143843073aec2e8f9 Mon Sep 17 00:00:00 2001 From: ernesto Date: Thu, 7 Nov 2019 15:26:37 -0500 Subject: [PATCH] [MIG] document_page: Migration to 13.0 --- document_page/README.rst | 13 +- document_page/__manifest__.py | 2 +- document_page/demo/document_page.xml | 84 ++++---- document_page/i18n/am.po | 53 ++--- document_page/i18n/ar.po | 53 ++--- document_page/i18n/bg.po | 53 ++--- document_page/i18n/bs.po | 53 ++--- document_page/i18n/ca.po | 53 ++--- document_page/i18n/cs.po | 53 ++--- document_page/i18n/da.po | 53 ++--- document_page/i18n/de.po | 55 ++--- document_page/i18n/document_page.pot | 67 +++--- document_page/i18n/el.po | 53 ++--- document_page/i18n/el_GR.po | 53 ++--- document_page/i18n/en.po | 60 +++--- document_page/i18n/en_AU.po | 53 ++--- document_page/i18n/en_GB.po | 53 ++--- document_page/i18n/es.po | 55 ++--- document_page/i18n/es_AR.po | 53 ++--- document_page/i18n/es_CL.po | 53 ++--- document_page/i18n/es_CO.po | 53 ++--- document_page/i18n/es_CR.po | 53 ++--- document_page/i18n/es_DO.po | 53 ++--- document_page/i18n/es_EC.po | 53 ++--- document_page/i18n/es_ES.po | 53 ++--- document_page/i18n/es_MX.po | 53 ++--- document_page/i18n/es_PY.po | 53 ++--- document_page/i18n/es_VE.po | 53 ++--- document_page/i18n/et.po | 53 ++--- document_page/i18n/eu.po | 53 ++--- document_page/i18n/fa.po | 55 ++--- document_page/i18n/fi.po | 53 ++--- document_page/i18n/fr.po | 73 ++++--- document_page/i18n/fr_CA.po | 53 ++--- document_page/i18n/gl.po | 53 ++--- document_page/i18n/gu.po | 53 ++--- document_page/i18n/he.po | 53 ++--- document_page/i18n/hi.po | 53 ++--- document_page/i18n/hr.po | 55 ++--- document_page/i18n/hu.po | 53 ++--- document_page/i18n/hy.po | 53 ++--- document_page/i18n/id.po | 53 ++--- document_page/i18n/is.po | 53 ++--- document_page/i18n/it.po | 55 ++--- document_page/i18n/ja.po | 53 ++--- document_page/i18n/ka.po | 53 ++--- document_page/i18n/kab.po | 53 ++--- document_page/i18n/kk.po | 53 ++--- document_page/i18n/ko.po | 53 ++--- document_page/i18n/ln.po | 53 ++--- document_page/i18n/lo.po | 53 ++--- document_page/i18n/lt.po | 53 ++--- document_page/i18n/lv.po | 53 ++--- document_page/i18n/mk.po | 53 ++--- document_page/i18n/mn.po | 53 ++--- document_page/i18n/nb.po | 53 ++--- document_page/i18n/nl.po | 53 ++--- document_page/i18n/nl_BE.po | 53 ++--- document_page/i18n/nl_NL.po | 55 ++--- document_page/i18n/pl.po | 53 ++--- document_page/i18n/pt.po | 55 ++--- document_page/i18n/pt_BR.po | 53 ++--- document_page/i18n/pt_PT.po | 53 ++--- document_page/i18n/ro.po | 53 ++--- document_page/i18n/ru.po | 53 ++--- document_page/i18n/sk.po | 53 ++--- document_page/i18n/sl.po | 53 ++--- document_page/i18n/sq.po | 53 ++--- document_page/i18n/sr.po | 53 ++--- document_page/i18n/sr@latin.po | 53 ++--- document_page/i18n/sv.po | 53 ++--- document_page/i18n/th.po | 53 ++--- document_page/i18n/tlh.po | 53 ++--- document_page/i18n/tr.po | 53 ++--- document_page/i18n/uk.po | 53 ++--- document_page/i18n/vi.po | 53 ++--- document_page/i18n/zh_CN.po | 53 ++--- document_page/i18n/zh_TW.po | 53 ++--- document_page/models/document_page.py | 48 ++--- document_page/models/document_page_history.py | 16 +- document_page/readme/CONTRIBUTORS.rst | 3 + .../security/document_page_security.xml | 33 ++- document_page/static/description/index.html | 10 +- .../static/src/css/document_page.css | 28 --- document_page/static/src/img/POS.png | Bin 0 -> 211118 bytes .../static/src/img/add_to_dashboard.png | Bin 0 -> 48046 bytes document_page/static/src/img/dashboard.png | Bin 0 -> 35478 bytes .../static/src/scss/document_page.scss | 28 +++ document_page/tests/__init__.py | 1 + .../tests/test_document_page_create_menu.py | 2 +- document_page/views/document_page.xml | 196 ++++++++++-------- document_page/views/document_page_assets.xml | 16 +- .../views/document_page_category.xml | 111 ++++++---- document_page/views/document_page_history.xml | 72 ++++--- document_page/views/report_document_page.xml | 7 +- .../wizard/document_page_create_menu.py | 4 +- .../wizard/document_page_create_menu.xml | 37 ++-- .../wizard/document_page_show_diff.py | 3 +- .../wizard/document_page_show_diff.xml | 32 +-- 99 files changed, 2594 insertions(+), 2182 deletions(-) delete mode 100644 document_page/static/src/css/document_page.css create mode 100644 document_page/static/src/img/POS.png create mode 100644 document_page/static/src/img/add_to_dashboard.png create mode 100644 document_page/static/src/img/dashboard.png create mode 100644 document_page/static/src/scss/document_page.scss mode change 100755 => 100644 document_page/views/document_page_category.xml mode change 100755 => 100644 document_page/views/document_page_history.xml mode change 100755 => 100644 document_page/views/report_document_page.xml diff --git a/document_page/README.rst b/document_page/README.rst index bbf73730..997c90dc 100644 --- a/document_page/README.rst +++ b/document_page/README.rst @@ -14,13 +14,13 @@ Document Page :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github - :target: https://github.com/OCA/knowledge/tree/12.0/document_page + :target: https://github.com/OCA/knowledge/tree/13.0/document_page :alt: OCA/knowledge .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/knowledge-12-0/knowledge-12-0-document_page + :target: https://translation.odoo-community.org/projects/knowledge-13-0/knowledge-13-0-document_page :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/118/12.0 + :target: https://runbot.odoo-community.org/runbot/118/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -57,7 +57,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -78,6 +78,9 @@ Contributors * Jose Maria Alzaga * Lois Rilo * Simone Orsi +* `Tecnativa `_: + + * Ernesto Tejeda Other credits ~~~~~~~~~~~~~ @@ -100,6 +103,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/knowledge `_ project on GitHub. +This module is part of the `OCA/knowledge `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/document_page/__manifest__.py b/document_page/__manifest__.py index eca674e3..1a6e8698 100644 --- a/document_page/__manifest__.py +++ b/document_page/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Document Page", - "version": "12.0.1.1.0", + "version": "13.0.1.0.0", "category": "Knowledge Management", "author": "OpenERP SA, Odoo Community Association (OCA)", "images": [ diff --git a/document_page/demo/document_page.xml b/document_page/demo/document_page.xml index 799dfbee..446da983 100644 --- a/document_page/demo/document_page.xml +++ b/document_page/demo/document_page.xml @@ -1,15 +1,12 @@ - + - - - - - - - OpenERP Features - category - + + + + + Odoo Features + category + Summary of the feature Long explanation @@ -19,46 +16,43 @@ Conclusion Additional ressources - - - - OpenERP 6.1. Functional Demo - - + + + Odoo 13.0 Functional Demo + +
-The news is out, OpenERP's latest version 6.1. is here. It's more
+The news is out, Odoo's latest version 13.0 is here. It's more
user-friendly, even more business oriented and efficient to manage your company

-How to discover the latest version 6.1.?
+How to discover the latest version 13.0?

-Demo :
-Online:
-Download:
+Demo :
+Online:
+Download:

-We have also put together a functional demo that presents 6.1. Watch this video
-to learn directly from us what OpenERP 6.1. can do for you. Share it in your
+We have also put together a functional demo that presents 13.0. Watch this video
+to learn directly from us what Odoo 13.0 can do for you. Share it in your
company, with your clients and implement it now for your business.

Watch on Youtube!



-
+


]]>
-
- - - Personalise Dashboards - - + + + Personalise Dashboards + + -You like OpenERP, but feel like you want to personalise it more? Now, OpenERP
-goes a step further and lets you customize your dashboard. Thanks to a new
-feature that allows you to customize your dashboard by adding new boards of any
+You like Odoo, but feel like you want to personalise it more? You can customize your +dashboard by adding new boards of any
search view.

How is it done?


@@ -77,11 +71,11 @@ application's dashboard "Purchases to Approve". After I access the search view Purchase dashboard.

-
+Add to dashboard

In less than a minute, the search view is visible on the dashboard

-
+Dashboard

Of course, you are free to delete what you don't need or like, but just in case
you change your mind there is a reset button to return to the default view.
@@ -89,21 +83,20 @@ you change your mind there is a reset button to return to the default view.

]]>
-
- - - Touchscreen Point of Sale - - + + + Touchscreen Point of Sale + + -The brand new OpenERP touchscreen point of sale available with 6.1 allows you
+The Odoo touchscreen point of sale available with 13.0 allows you
to manage your shop sales very easily. It's fully web based so that you don't
have to install or deploy any software and all the sales shops can be easily
consolidated. It works in connected and disconnected modes so that you can
continue to sell if you lose your internet connection.

-
+Point of Sale

Here's a summary of its main features and benefits:



@@ -126,6 +119,5 @@ Think of it as an out-of-the-box solution to boost your business' productivity.<
]]>
-
- +
diff --git a/document_page/i18n/am.po b/document_page/i18n/am.po index 09889142..a068796f 100644 --- a/document_page/i18n/am.po +++ b/document_page/i18n/am.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/ar.po b/document_page/i18n/ar.po index 090b1476..44a47ca4 100644 --- a/document_page/i18n/ar.po +++ b/document_page/i18n/ar.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "المعرف" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -387,7 +397,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -405,11 +415,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -447,11 +452,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -469,7 +469,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -503,7 +508,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -514,13 +519,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -544,7 +549,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/bg.po b/document_page/i18n/bg.po index 0954e669..8187d6ff 100644 --- a/document_page/i18n/bg.po +++ b/document_page/i18n/bg.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/bs.po b/document_page/i18n/bs.po index 428030f9..e5a1de7f 100644 --- a/document_page/i18n/bs.po +++ b/document_page/i18n/bs.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -248,17 +251,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -385,7 +395,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -403,11 +413,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -445,11 +450,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -467,7 +467,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -501,7 +506,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -512,13 +517,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -542,7 +547,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/ca.po b/document_page/i18n/ca.po index 4c50ecb8..11113a32 100644 --- a/document_page/i18n/ca.po +++ b/document_page/i18n/ca.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/cs.po b/document_page/i18n/cs.po index d03e99fe..40ab05c1 100644 --- a/document_page/i18n/cs.po +++ b/document_page/i18n/cs.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/da.po b/document_page/i18n/da.po index 4408a9de..190f870c 100644 --- a/document_page/i18n/da.po +++ b/document_page/i18n/da.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "Id" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/de.po b/document_page/i18n/de.po index d454770d..9cf88877 100644 --- a/document_page/i18n/de.po +++ b/document_page/i18n/de.po @@ -35,6 +35,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -69,9 +74,9 @@ msgid "Categories" msgstr "Kategorien" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -106,9 +111,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -117,7 +122,6 @@ msgstr "Inhalt" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "Erzeuge Menü" @@ -150,7 +154,6 @@ msgid "Diff" msgstr "Unterschied" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -252,17 +255,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -392,7 +402,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -410,11 +420,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -452,11 +457,6 @@ msgstr "Verlauf der Seiten" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -474,7 +474,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "Wähle eine oder maximal zwei Verlaufrevisionen!" @@ -508,7 +513,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -518,16 +523,16 @@ msgstr "" msgid "Title" msgstr "Überschrift" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__type msgid "Type" msgstr "Typ" +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_unread msgid "Unread Messages" @@ -549,7 +554,7 @@ msgid "Wizard Create Menu" msgstr "Assistent Menü erstellen" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/document_page.pot b/document_page/i18n/document_page.pot index 8d566223..83751010 100644 --- a/document_page/i18n/document_page.pot +++ b/document_page/i18n/document_page.pot @@ -1,12 +1,12 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * document_page +# * document_page # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" +"Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" +"Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,6 +28,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -62,9 +67,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -99,9 +104,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -110,7 +115,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -143,7 +147,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -242,17 +245,24 @@ msgid "ID" msgstr "" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -379,7 +389,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -397,11 +407,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -439,11 +444,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -461,14 +461,20 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__activity_state -msgid "Status based on activities\n" +msgid "" +"Status based on activities\n" "Overdue: Due date is already passed\n" "Today: Activity date is today\n" "Planned: Future activities." @@ -488,11 +494,13 @@ msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__template -msgid "Template that will be used as a content template for all new page of this category." +msgid "" +"Template that will be used as a content template for all new page of this " +"category." msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -503,13 +511,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -533,7 +541,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" @@ -555,4 +563,3 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "or" msgstr "" - diff --git a/document_page/i18n/el.po b/document_page/i18n/el.po index 312cc05c..8dcdda9f 100644 --- a/document_page/i18n/el.po +++ b/document_page/i18n/el.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "Κωδικός" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/el_GR.po b/document_page/i18n/el_GR.po index a0473880..cd6b384f 100644 --- a/document_page/i18n/el_GR.po +++ b/document_page/i18n/el_GR.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -248,17 +251,24 @@ msgid "ID" msgstr "Κωδικός" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -385,7 +395,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -403,11 +413,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -445,11 +450,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -467,7 +467,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -501,7 +506,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -512,13 +517,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -542,7 +547,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/en.po b/document_page/i18n/en.po index aab65bf2..659bedb3 100644 --- a/document_page/i18n/en.po +++ b/document_page/i18n/en.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "Categories" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "Content" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "Create Menu" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "Diff" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." -msgstr "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "If checked, new messages require your attention." #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error #, fuzzy #| msgid "If checked, new messages require your attention." msgid "If checked, some messages have a delivery error." @@ -393,7 +403,7 @@ msgstr "Number of Actions" #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter #, fuzzy #| msgid "Number of Actions" -msgid "Number of error" +msgid "Number of errors" msgstr "Number of Actions" #. module: document_page @@ -413,11 +423,6 @@ msgstr "Number of messages which requires an action" msgid "Number of unread messages" msgstr "Number of unread messages" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -455,11 +460,6 @@ msgstr "Pages history" msgid "Parent Menu" msgstr "Parent Menu" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -477,7 +477,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "Select one or maximum two history revisions!" @@ -513,7 +518,7 @@ msgstr "" "category." #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "There are no changes in revisions." @@ -523,16 +528,16 @@ msgstr "There are no changes in revisions." msgid "Title" msgstr "Title" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__type msgid "Type" msgstr "Type" +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_unread msgid "Unread Messages" @@ -554,7 +559,7 @@ msgid "Wizard Create Menu" msgstr "Wizard Create Menu" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" @@ -577,6 +582,9 @@ msgstr "" msgid "or" msgstr "or" +#~ msgid "If checked new messages require your attention." +#~ msgstr "If checked new messages require your attention." + #~ msgid "wizard.document.page.history.show_diff" #~ msgstr "wizard.document.page.history.show_diff" diff --git a/document_page/i18n/en_AU.po b/document_page/i18n/en_AU.po index 3857cd63..52687723 100644 --- a/document_page/i18n/en_AU.po +++ b/document_page/i18n/en_AU.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/en_GB.po b/document_page/i18n/en_GB.po index 74d6e43b..1909bdb6 100644 --- a/document_page/i18n/en_GB.po +++ b/document_page/i18n/en_GB.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -387,7 +397,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -405,11 +415,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -447,11 +452,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -469,7 +469,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -503,7 +508,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -514,13 +519,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -544,7 +549,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/es.po b/document_page/i18n/es.po index 1b62b91a..0e31b11f 100644 --- a/document_page/i18n/es.po +++ b/document_page/i18n/es.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "Categorías" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "Contenido" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "Crear menú" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "Diff" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -251,17 +254,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -391,7 +401,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -409,11 +419,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -451,11 +456,6 @@ msgstr "Historial de las páginas" msgid "Parent Menu" msgstr "Menú superior" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -473,7 +473,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -507,7 +512,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -517,16 +522,16 @@ msgstr "" msgid "Title" msgstr "Título" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__type msgid "Type" msgstr "Tipo" +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_unread msgid "Unread Messages" @@ -548,7 +553,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/es_AR.po b/document_page/i18n/es_AR.po index aac3e283..5b9af791 100644 --- a/document_page/i18n/es_AR.po +++ b/document_page/i18n/es_AR.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -251,17 +254,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -388,7 +398,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -406,11 +416,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -448,11 +453,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -470,7 +470,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -504,7 +509,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -515,13 +520,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -545,7 +550,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/es_CL.po b/document_page/i18n/es_CL.po index b7bef805..ea1f7451 100644 --- a/document_page/i18n/es_CL.po +++ b/document_page/i18n/es_CL.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/es_CO.po b/document_page/i18n/es_CO.po index 7887ca38..492cf919 100644 --- a/document_page/i18n/es_CO.po +++ b/document_page/i18n/es_CO.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/es_CR.po b/document_page/i18n/es_CR.po index 4986b7d3..3d30785c 100644 --- a/document_page/i18n/es_CR.po +++ b/document_page/i18n/es_CR.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -251,17 +254,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -388,7 +398,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -406,11 +416,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -448,11 +453,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -470,7 +470,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -504,7 +509,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -515,13 +520,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -545,7 +550,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/es_DO.po b/document_page/i18n/es_DO.po index 11a6eed1..241fae7b 100644 --- a/document_page/i18n/es_DO.po +++ b/document_page/i18n/es_DO.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "ID (identificación)" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/es_EC.po b/document_page/i18n/es_EC.po index a7c830d8..75f51ea7 100644 --- a/document_page/i18n/es_EC.po +++ b/document_page/i18n/es_EC.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/es_ES.po b/document_page/i18n/es_ES.po index b0668de3..635a483b 100644 --- a/document_page/i18n/es_ES.po +++ b/document_page/i18n/es_ES.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -248,17 +251,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -385,7 +395,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -403,11 +413,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -445,11 +450,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -467,7 +467,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -501,7 +506,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -512,13 +517,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -542,7 +547,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/es_MX.po b/document_page/i18n/es_MX.po index cede807c..a4b75d1b 100644 --- a/document_page/i18n/es_MX.po +++ b/document_page/i18n/es_MX.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -251,17 +254,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -388,7 +398,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -406,11 +416,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -448,11 +453,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -470,7 +470,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -504,7 +509,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -515,13 +520,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -545,7 +550,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/es_PY.po b/document_page/i18n/es_PY.po index c3a30b11..0f97ad51 100644 --- a/document_page/i18n/es_PY.po +++ b/document_page/i18n/es_PY.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/es_VE.po b/document_page/i18n/es_VE.po index 820c310a..6f5852d9 100644 --- a/document_page/i18n/es_VE.po +++ b/document_page/i18n/es_VE.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -251,17 +254,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -388,7 +398,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -406,11 +416,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -448,11 +453,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -470,7 +470,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -504,7 +509,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -515,13 +520,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -545,7 +550,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/et.po b/document_page/i18n/et.po index fa0d41df..5c354442 100644 --- a/document_page/i18n/et.po +++ b/document_page/i18n/et.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/eu.po b/document_page/i18n/eu.po index 8d2c3f27..0adc079c 100644 --- a/document_page/i18n/eu.po +++ b/document_page/i18n/eu.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/fa.po b/document_page/i18n/fa.po index 6c5575fc..5e18c7dd 100644 --- a/document_page/i18n/fa.po +++ b/document_page/i18n/fa.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "طبقه بندی ها" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "محتویات" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "ایجاد منو" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "شناسه" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -388,7 +398,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -406,11 +416,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -448,11 +453,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -470,7 +470,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -504,7 +509,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -514,16 +519,16 @@ msgstr "" msgid "Title" msgstr "عنوان" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__type msgid "Type" msgstr "نوع" +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_unread msgid "Unread Messages" @@ -545,7 +550,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/fi.po b/document_page/i18n/fi.po index 337c2632..31cbcdee 100644 --- a/document_page/i18n/fi.po +++ b/document_page/i18n/fi.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -387,7 +397,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -405,11 +415,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -447,11 +452,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -469,7 +469,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -503,7 +508,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -514,13 +519,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -544,7 +549,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/fr.po b/document_page/i18n/fr.po index 44c58a84..4b581de5 100644 --- a/document_page/i18n/fr.po +++ b/document_page/i18n/fr.po @@ -35,6 +35,11 @@ msgstr "Actif" msgid "Activities" msgstr "Activités" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -69,9 +74,9 @@ msgid "Categories" msgstr "Catégories" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -106,9 +111,9 @@ msgid "Company" msgstr "Société" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -117,7 +122,6 @@ msgstr "Contenu" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "Créer un menu" @@ -150,7 +154,6 @@ msgid "Diff" msgstr "Diff" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." -msgstr "Si coché, de nouveaux messages requièrent votre attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "Si coché, de nouveaux messages requièrent votre attention." #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "Si coché, certains messages n'ont pas été envoyés." @@ -386,7 +396,9 @@ msgstr "Nombre d'actions" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +#, fuzzy +#| msgid "Number of error" +msgid "Number of errors" msgstr "Nombre d'erreurs" #. module: document_page @@ -404,11 +416,6 @@ msgstr "Nombre de message avec une erreur d'envoi" msgid "Number of unread messages" msgstr "Nombre de messages non lus" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "Arrivé à échéance" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +453,6 @@ msgstr "Historique des pages" msgid "Parent Menu" msgstr "Menu parent" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "Planifié" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +470,14 @@ msgid "Revision" msgstr "Révision" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +#, fuzzy +#| msgid "Message Delivery error" +msgid "SMS Delivery error" +msgstr "Erreur d'envoi du message" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "Sélectionnez une révision ou deux maximum !" @@ -508,7 +517,7 @@ msgstr "" "cette catégorie." #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "Il n'y a pas de différence entre ces révisions." @@ -518,16 +527,16 @@ msgstr "Il n'y a pas de différence entre ces révisions." msgid "Title" msgstr "Titre" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" -msgstr "Aujourd'hui" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__type msgid "Type" msgstr "Type" +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_unread msgid "Unread Messages" @@ -549,7 +558,7 @@ msgid "Wizard Create Menu" msgstr "Assistant de création de menu" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "Vous ne pouvez pas créer des catégories récursives." @@ -572,6 +581,18 @@ msgstr "Modifié... pour..." msgid "or" msgstr "ou" +#~ msgid "If checked new messages require your attention." +#~ msgstr "Si coché, de nouveaux messages requièrent votre attention." + +#~ msgid "Overdue" +#~ msgstr "Arrivé à échéance" + +#~ msgid "Planned" +#~ msgstr "Planifié" + +#~ msgid "Today" +#~ msgstr "Aujourd'hui" + #~ msgid "wizard.document.page.history.show_diff" #~ msgstr "wizard.document.page.history.show_diff" diff --git a/document_page/i18n/fr_CA.po b/document_page/i18n/fr_CA.po index db0a5790..088c6439 100644 --- a/document_page/i18n/fr_CA.po +++ b/document_page/i18n/fr_CA.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -248,17 +251,24 @@ msgid "ID" msgstr "Identifiant" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -385,7 +395,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -403,11 +413,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -445,11 +450,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -467,7 +467,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -501,7 +506,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -512,13 +517,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -542,7 +547,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/gl.po b/document_page/i18n/gl.po index 4dcdf3c1..2a9b2a8f 100644 --- a/document_page/i18n/gl.po +++ b/document_page/i18n/gl.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/gu.po b/document_page/i18n/gu.po index 1a1de6b7..37953ff4 100644 --- a/document_page/i18n/gu.po +++ b/document_page/i18n/gu.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "ઓળખ" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/he.po b/document_page/i18n/he.po index f81b4fb4..68a406dd 100644 --- a/document_page/i18n/he.po +++ b/document_page/i18n/he.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "מזהה" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/hi.po b/document_page/i18n/hi.po index 8618d6c1..34cedcff 100644 --- a/document_page/i18n/hi.po +++ b/document_page/i18n/hi.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/hr.po b/document_page/i18n/hr.po index f1d1a514..33d64c49 100644 --- a/document_page/i18n/hr.po +++ b/document_page/i18n/hr.po @@ -35,6 +35,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -69,9 +74,9 @@ msgid "Categories" msgstr "Kategorije" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -106,9 +111,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -117,7 +122,6 @@ msgstr "Sadržaj" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "Kreiraj izbornik" @@ -150,7 +154,6 @@ msgid "Diff" msgstr "Razlika" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -252,17 +255,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -392,7 +402,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -410,11 +420,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -452,11 +457,6 @@ msgstr "Povijest stranica" msgid "Parent Menu" msgstr "Nadređeni izbornik" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -474,7 +474,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "Odaberite jednu do max. dvije revizije!" @@ -510,7 +515,7 @@ msgstr "" "nove stranice u ovoj kategoriji." #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "Nema izmjena u ovoj reviziji" @@ -520,16 +525,16 @@ msgstr "Nema izmjena u ovoj reviziji" msgid "Title" msgstr "Naslov" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__type msgid "Type" msgstr "Tip" +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_unread msgid "Unread Messages" @@ -551,7 +556,7 @@ msgid "Wizard Create Menu" msgstr "Čarobnjak za kreiranje izbornika" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/hu.po b/document_page/i18n/hu.po index 9a75ef2c..ca234ff1 100644 --- a/document_page/i18n/hu.po +++ b/document_page/i18n/hu.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "Azonosító ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -387,7 +397,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -405,11 +415,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -447,11 +452,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -469,7 +469,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -503,7 +508,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -514,13 +519,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -544,7 +549,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/hy.po b/document_page/i18n/hy.po index ae617a72..b69d49a3 100644 --- a/document_page/i18n/hy.po +++ b/document_page/i18n/hy.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/id.po b/document_page/i18n/id.po index 27b459ee..09593d6b 100644 --- a/document_page/i18n/id.po +++ b/document_page/i18n/id.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/is.po b/document_page/i18n/is.po index a91ac8e4..0fa589bd 100644 --- a/document_page/i18n/is.po +++ b/document_page/i18n/is.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "Auðkenni" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/it.po b/document_page/i18n/it.po index 7c0a3b2e..799196cf 100644 --- a/document_page/i18n/it.po +++ b/document_page/i18n/it.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "Categorie" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "Contenuto" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "Creare Menu" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "Differenza" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -251,17 +254,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -391,7 +401,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -409,11 +419,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -451,11 +456,6 @@ msgstr "Cronologia delle pagine" msgid "Parent Menu" msgstr "Menu genitore" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -473,7 +473,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -511,7 +516,7 @@ msgstr "" "di questa categoria." #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "Non ci sono cambiamenti nelle revisioni" @@ -521,16 +526,16 @@ msgstr "Non ci sono cambiamenti nelle revisioni" msgid "Title" msgstr "Titolo" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__type msgid "Type" msgstr "Type" +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_unread msgid "Unread Messages" @@ -552,7 +557,7 @@ msgid "Wizard Create Menu" msgstr "Wizard Crea Menu" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/ja.po b/document_page/i18n/ja.po index 87312054..4b2667b2 100644 --- a/document_page/i18n/ja.po +++ b/document_page/i18n/ja.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/ka.po b/document_page/i18n/ka.po index af441b6b..847e25fb 100644 --- a/document_page/i18n/ka.po +++ b/document_page/i18n/ka.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "იდენტიფიკატორი" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/kab.po b/document_page/i18n/kab.po index 53734da0..b37144fa 100644 --- a/document_page/i18n/kab.po +++ b/document_page/i18n/kab.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "Asulay" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/kk.po b/document_page/i18n/kk.po index 79c1cb3f..a9293944 100644 --- a/document_page/i18n/kk.po +++ b/document_page/i18n/kk.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/ko.po b/document_page/i18n/ko.po index 4af51f82..ae00672f 100644 --- a/document_page/i18n/ko.po +++ b/document_page/i18n/ko.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/ln.po b/document_page/i18n/ln.po index 5bc1d7ca..6df95637 100644 --- a/document_page/i18n/ln.po +++ b/document_page/i18n/ln.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/lo.po b/document_page/i18n/lo.po index b0192198..9bb9631a 100644 --- a/document_page/i18n/lo.po +++ b/document_page/i18n/lo.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/lt.po b/document_page/i18n/lt.po index 84d284f9..f6e1cb0b 100644 --- a/document_page/i18n/lt.po +++ b/document_page/i18n/lt.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -248,17 +251,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -385,7 +395,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -403,11 +413,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -445,11 +450,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -467,7 +467,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -501,7 +506,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -512,13 +517,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -542,7 +547,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/lv.po b/document_page/i18n/lv.po index 4c6b640b..07a68eb2 100644 --- a/document_page/i18n/lv.po +++ b/document_page/i18n/lv.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -387,7 +397,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -405,11 +415,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -447,11 +452,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -469,7 +469,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -503,7 +508,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -514,13 +519,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -544,7 +549,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/mk.po b/document_page/i18n/mk.po index 6bb04508..e510339f 100644 --- a/document_page/i18n/mk.po +++ b/document_page/i18n/mk.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -387,7 +397,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -405,11 +415,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -447,11 +452,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -469,7 +469,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -503,7 +508,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -514,13 +519,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -544,7 +549,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/mn.po b/document_page/i18n/mn.po index 0104c586..10e2e5e4 100644 --- a/document_page/i18n/mn.po +++ b/document_page/i18n/mn.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -387,7 +397,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -405,11 +415,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -447,11 +452,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -469,7 +469,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -503,7 +508,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -514,13 +519,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -544,7 +549,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/nb.po b/document_page/i18n/nb.po index b5baa43e..b2e2c225 100644 --- a/document_page/i18n/nb.po +++ b/document_page/i18n/nb.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -387,7 +397,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -405,11 +415,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -447,11 +452,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -469,7 +469,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -503,7 +508,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -514,13 +519,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -544,7 +549,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/nl.po b/document_page/i18n/nl.po index bc31b894..02feb875 100644 --- a/document_page/i18n/nl.po +++ b/document_page/i18n/nl.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -251,17 +254,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -388,7 +398,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -406,11 +416,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -448,11 +453,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -470,7 +470,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -504,7 +509,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -515,13 +520,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -545,7 +550,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/nl_BE.po b/document_page/i18n/nl_BE.po index 4499c729..bf7648aa 100644 --- a/document_page/i18n/nl_BE.po +++ b/document_page/i18n/nl_BE.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -248,17 +251,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -385,7 +395,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -403,11 +413,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -445,11 +450,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -467,7 +467,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -501,7 +506,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -512,13 +517,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -542,7 +547,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/nl_NL.po b/document_page/i18n/nl_NL.po index 0b387bba..ff2f0a47 100644 --- a/document_page/i18n/nl_NL.po +++ b/document_page/i18n/nl_NL.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "Categorieën " #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "Inhoud" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "Maak menu aan" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "Verschil" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -251,17 +254,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -391,7 +401,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -409,11 +419,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -451,11 +456,6 @@ msgstr "Paginahistorie" msgid "Parent Menu" msgstr "Oudermenu" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -473,7 +473,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "Selecteer een of maximaal twee historie-revisies!" @@ -507,7 +512,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "Er zijn geen wijzigingen in revisies." @@ -517,16 +522,16 @@ msgstr "Er zijn geen wijzigingen in revisies." msgid "Title" msgstr "Titel" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__type msgid "Type" msgstr "Type" +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_unread msgid "Unread Messages" @@ -548,7 +553,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/pl.po b/document_page/i18n/pl.po index 3b78238b..f77bbb1b 100644 --- a/document_page/i18n/pl.po +++ b/document_page/i18n/pl.po @@ -35,6 +35,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -69,9 +74,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -106,9 +111,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -117,7 +122,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -150,7 +154,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -252,17 +255,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -389,7 +399,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -407,11 +417,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -449,11 +454,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -471,7 +471,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -505,7 +510,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -516,13 +521,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -546,7 +551,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/pt.po b/document_page/i18n/pt.po index 1da33097..e4d32784 100644 --- a/document_page/i18n/pt.po +++ b/document_page/i18n/pt.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "Categorias" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "Conteúdo" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "Criar Menu" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "Diff" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -251,17 +254,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -391,7 +401,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -409,11 +419,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -451,11 +456,6 @@ msgstr "Histórico das páginas" msgid "Parent Menu" msgstr "Menu Ascendente" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -473,7 +473,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "Selecione uma ou, no máximo, duas revisões do histórico!" @@ -509,7 +514,7 @@ msgstr "" "desta categoria." #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "Não há alterações nas revisões." @@ -519,16 +524,16 @@ msgstr "Não há alterações nas revisões." msgid "Title" msgstr "Título" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__type msgid "Type" msgstr "Tipo" +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_unread msgid "Unread Messages" @@ -550,7 +555,7 @@ msgid "Wizard Create Menu" msgstr "Assistente de Criação de Menus" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/pt_BR.po b/document_page/i18n/pt_BR.po index aff99657..967875d6 100644 --- a/document_page/i18n/pt_BR.po +++ b/document_page/i18n/pt_BR.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -251,17 +254,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -388,7 +398,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -406,11 +416,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -448,11 +453,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -470,7 +470,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -504,7 +509,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -515,13 +520,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -545,7 +550,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/pt_PT.po b/document_page/i18n/pt_PT.po index da351c31..b78ace63 100644 --- a/document_page/i18n/pt_PT.po +++ b/document_page/i18n/pt_PT.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -251,17 +254,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -388,7 +398,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -406,11 +416,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -448,11 +453,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -470,7 +470,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -504,7 +509,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -515,13 +520,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -545,7 +550,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/ro.po b/document_page/i18n/ro.po index 1bc1f1f7..a2b82239 100644 --- a/document_page/i18n/ro.po +++ b/document_page/i18n/ro.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -251,17 +254,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -388,7 +398,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -406,11 +416,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -448,11 +453,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -470,7 +470,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -504,7 +509,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -515,13 +520,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -545,7 +550,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/ru.po b/document_page/i18n/ru.po index f211e9ff..6c14c1c3 100644 --- a/document_page/i18n/ru.po +++ b/document_page/i18n/ru.po @@ -35,6 +35,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -69,9 +74,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -106,9 +111,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -117,7 +122,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -150,7 +154,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -252,17 +255,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -389,7 +399,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -407,11 +417,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -449,11 +454,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -471,7 +471,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -505,7 +510,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -516,13 +521,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -546,7 +551,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/sk.po b/document_page/i18n/sk.po index 09134b33..860a3a71 100644 --- a/document_page/i18n/sk.po +++ b/document_page/i18n/sk.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/sl.po b/document_page/i18n/sl.po index f798aa40..24c4801f 100644 --- a/document_page/i18n/sl.po +++ b/document_page/i18n/sl.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -251,17 +254,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -388,7 +398,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -406,11 +416,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -448,11 +453,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -470,7 +470,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -504,7 +509,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -515,13 +520,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -545,7 +550,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/sq.po b/document_page/i18n/sq.po index d2f9e001..086ccea5 100644 --- a/document_page/i18n/sq.po +++ b/document_page/i18n/sq.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/sr.po b/document_page/i18n/sr.po index ed1edc8d..3a1ce376 100644 --- a/document_page/i18n/sr.po +++ b/document_page/i18n/sr.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -387,7 +397,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -405,11 +415,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -447,11 +452,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -469,7 +469,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -503,7 +508,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -514,13 +519,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -544,7 +549,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/sr@latin.po b/document_page/i18n/sr@latin.po index df26c7f8..86a6f5b2 100644 --- a/document_page/i18n/sr@latin.po +++ b/document_page/i18n/sr@latin.po @@ -35,6 +35,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -69,9 +74,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -106,9 +111,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -117,7 +122,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -150,7 +154,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -251,17 +254,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -388,7 +398,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -406,11 +416,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -448,11 +453,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -470,7 +470,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -504,7 +509,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -515,13 +520,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -545,7 +550,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/sv.po b/document_page/i18n/sv.po index f8f474ae..f7f5095a 100644 --- a/document_page/i18n/sv.po +++ b/document_page/i18n/sv.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -387,7 +397,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -405,11 +415,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -447,11 +452,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -469,7 +469,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -503,7 +508,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -514,13 +519,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -544,7 +549,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/th.po b/document_page/i18n/th.po index f450922f..f324d2ee 100644 --- a/document_page/i18n/th.po +++ b/document_page/i18n/th.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -249,17 +252,24 @@ msgid "ID" msgstr "รหัส" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -386,7 +396,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -404,11 +414,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -446,11 +451,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -468,7 +468,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -502,7 +507,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -513,13 +518,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -543,7 +548,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/tlh.po b/document_page/i18n/tlh.po index 9b168e04..de195b7f 100644 --- a/document_page/i18n/tlh.po +++ b/document_page/i18n/tlh.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/tr.po b/document_page/i18n/tr.po index c2c1616c..c795d9d4 100644 --- a/document_page/i18n/tr.po +++ b/document_page/i18n/tr.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -387,7 +397,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -405,11 +415,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -447,11 +452,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -469,7 +469,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -503,7 +508,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -514,13 +519,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -544,7 +549,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/uk.po b/document_page/i18n/uk.po index 5f39f0fc..8e371d3f 100644 --- a/document_page/i18n/uk.po +++ b/document_page/i18n/uk.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -248,17 +251,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -385,7 +395,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -403,11 +413,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -445,11 +450,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -467,7 +467,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -501,7 +506,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -512,13 +517,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -542,7 +547,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/vi.po b/document_page/i18n/vi.po index ff8ca089..ea66aec1 100644 --- a/document_page/i18n/vi.po +++ b/document_page/i18n/vi.po @@ -33,6 +33,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -67,9 +72,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -104,9 +109,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -115,7 +120,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -148,7 +152,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -247,17 +250,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -384,7 +394,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -402,11 +412,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -444,11 +449,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -466,7 +466,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -500,7 +505,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -511,13 +516,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -541,7 +546,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/zh_CN.po b/document_page/i18n/zh_CN.po index 53273f4b..d966cefe 100644 --- a/document_page/i18n/zh_CN.po +++ b/document_page/i18n/zh_CN.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -387,7 +397,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -405,11 +415,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -447,11 +452,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -469,7 +469,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -503,7 +508,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -514,13 +519,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -544,7 +549,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/i18n/zh_TW.po b/document_page/i18n/zh_TW.po index 6d6db8c5..0a3c49d8 100644 --- a/document_page/i18n/zh_TW.po +++ b/document_page/i18n/zh_TW.po @@ -34,6 +34,11 @@ msgstr "" msgid "Activities" msgstr "" +#. module: document_page +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" @@ -68,9 +73,9 @@ msgid "Categories" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.actions.act_window,name:document_page.action_category #: model:ir.model.fields,field_description:document_page.field_document_page__parent_id +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__category #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter @@ -105,9 +110,9 @@ msgid "Company" msgstr "" #. module: document_page -#: selection:document.page,type:0 #: model:ir.model.fields,field_description:document_page.field_document_page__content #: model:ir.model.fields,field_description:document_page.field_document_page_history__content +#: model:ir.model.fields.selection,name:document_page.selection__document_page__type__content #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form @@ -116,7 +121,6 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu -#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" msgstr "" @@ -149,7 +153,6 @@ msgid "Diff" msgstr "" #. module: document_page -#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" @@ -250,17 +253,24 @@ msgid "ID" msgstr "ID" #. module: document_page -#: model:ir.model.fields,help:document_page.field_document_page__message_unread -msgid "If checked new messages require your attention." +#: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: document_page +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon +msgid "Icon to indicate an exception activity." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction +#: model:ir.model.fields,help:document_page.field_document_page__message_unread msgid "If checked, new messages require your attention." msgstr "" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error +#: model:ir.model.fields,help:document_page.field_document_page__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -387,7 +397,7 @@ msgstr "" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter -msgid "Number of error" +msgid "Number of errors" msgstr "" #. module: document_page @@ -405,11 +415,6 @@ msgstr "" msgid "Number of unread messages" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Overdue" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" @@ -447,11 +452,6 @@ msgstr "" msgid "Parent Menu" msgstr "" -#. module: document_page -#: selection:document.page,activity_state:0 -msgid "Planned" -msgstr "" - #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" @@ -469,7 +469,12 @@ msgid "Revision" msgstr "" #. module: document_page -#: code:addons/document_page/wizard/document_page_show_diff.py:29 +#: model:ir.model.fields,field_description:document_page.field_document_page__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" msgstr "" @@ -503,7 +508,7 @@ msgid "" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page_history.py:59 +#: code:addons/document_page/models/document_page_history.py:0 #, python-format msgid "There are no changes in revisions." msgstr "" @@ -514,13 +519,13 @@ msgid "Title" msgstr "" #. module: document_page -#: selection:document.page,activity_state:0 -msgid "Today" +#: model:ir.model.fields,field_description:document_page.field_document_page__type +msgid "Type" msgstr "" #. module: document_page -#: model:ir.model.fields,field_description:document_page.field_document_page__type -msgid "Type" +#: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration +msgid "Type of the exception activity on record." msgstr "" #. module: document_page @@ -544,7 +549,7 @@ msgid "Wizard Create Menu" msgstr "" #. module: document_page -#: code:addons/document_page/models/document_page.py:128 +#: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." msgstr "" diff --git a/document_page/models/document_page.py b/document_page/models/document_page.py index 25feeaec..5e714ba8 100644 --- a/document_page/models/document_page.py +++ b/document_page/models/document_page.py @@ -13,6 +13,8 @@ class DocumentPage(models.Model): _description = "Document Page" _order = "name" + _HTML_WIDGET_DEFAULT_VALUE = "


" + name = fields.Char("Title", required=True) type = fields.Selection( [("content", "Content"), ("category", "Category")], @@ -33,20 +35,18 @@ class DocumentPage(models.Model): required=True, ) - # no-op computed field draft_name = fields.Char( string="Name", help="Name for the changes made", - compute=lambda x: x, - inverse=lambda x: x, + related="history_head.name", + readonly=False, ) - # no-op computed field draft_summary = fields.Char( string="Summary", help="Describe the changes made", - compute=lambda x: x, - inverse=lambda x: x, + related="history_head.summary", + readonly=False, ) template = fields.Html( @@ -117,13 +117,12 @@ class DocumentPage(models.Model): if not self._check_recursion(): raise ValidationError(_("You cannot create recursive categories.")) - @api.multi def _get_page_index(self, link=True): """Return the index of a document.""" self.ensure_one() - index = [] - for subpage in self.child_ids: - index += ["
  • " + subpage._get_page_index() + "
  • "] + index = [ + "
  • " + subpage._get_page_index() + "
  • " for subpage in self.child_ids + ] r = "" if link: r = '{}'.format(self.backend_url, self.name) @@ -131,7 +130,6 @@ class DocumentPage(models.Model): r += "
      " + "".join(index) + "
    " return r - @api.multi @api.depends("history_head") def _compute_content(self): for rec in self: @@ -142,46 +140,42 @@ class DocumentPage(models.Model): rec.content = rec.history_head.content else: # html widget's default, so it doesn't trigger ghost save - rec.content = "


    " + rec.content = self._HTML_WIDGET_DEFAULT_VALUE - @api.multi def _inverse_content(self): + vals = [] for rec in self: if rec.type == "content" and rec.content != rec.history_head.content: - rec._create_history( + vals.append( { + "page_id": rec.id, "name": rec.draft_name, "summary": rec.draft_summary, "content": rec.content, } ) + self.env["document.page.history"].create(vals) - @api.multi def _search_content(self, operator, value): return [("history_head.content", operator, value)] - @api.multi @api.depends("history_ids") def _compute_history_head(self): for rec in self: if rec.history_ids: rec.history_head = rec.history_ids[0] - - @api.multi - def _create_history(self, vals): - self.ensure_one() - history = self.env["document.page.history"] - vals["page_id"] = self.id - return history.create(vals) + else: + rec.history_head = False @api.onchange("parent_id") def _onchange_parent_id(self): """We Set it the right content to the new parent.""" - if not self.content or self.content == "


    ": - if self.parent_id and self.parent_id.type == "category": - self.content = self.parent_id.template + if ( + self.content in (False, self._HTML_WIDGET_DEFAULT_VALUE) + and self.parent_id.type == "category" + ): + self.content = self.parent_id.template - @api.multi def unlink(self): menus = self.mapped("menu_id") res = super().unlink() diff --git a/document_page/models/document_page_history.py b/document_page/models/document_page_history.py index bb27a204..d580186a 100644 --- a/document_page/models/document_page_history.py +++ b/document_page/models/document_page_history.py @@ -3,8 +3,7 @@ import difflib -from odoo import api, fields, models -from odoo.tools.translate import _ +from odoo import _, api, fields, models class DocumentPageHistory(models.Model): @@ -30,7 +29,6 @@ class DocumentPageHistory(models.Model): readonly=True, ) - @api.multi def _compute_diff(self): """Shows a diff between this version and the previous version""" history = self.env["document.page.history"] @@ -43,10 +41,7 @@ class DocumentPageHistory(models.Model): limit=1, order="create_date DESC", ) - if prev: - rec.diff = self._get_diff(prev.id, rec.id) - else: - rec.diff = self._get_diff(False, rec.id) + rec.diff = self._get_diff(prev.id, rec.id) @api.model def _get_diff(self, v1, v2): @@ -71,10 +66,5 @@ class DocumentPageHistory(models.Model): context=True, ) - @api.multi def name_get(self): - result = [] - for rec in self: - name = "%s #%i" % (rec.page_id.name, rec.id) - result.append((rec.id, name)) - return result + return [(rec.id, "%s #%i" % (rec.page_id.name, rec.id)) for rec in self] diff --git a/document_page/readme/CONTRIBUTORS.rst b/document_page/readme/CONTRIBUTORS.rst index 2061bdb5..f9997fbb 100644 --- a/document_page/readme/CONTRIBUTORS.rst +++ b/document_page/readme/CONTRIBUTORS.rst @@ -4,3 +4,6 @@ * Jose Maria Alzaga * Lois Rilo * Simone Orsi +* `Tecnativa `_: + + * Ernesto Tejeda diff --git a/document_page/security/document_page_security.xml b/document_page/security/document_page_security.xml index e05a2811..24e810f9 100644 --- a/document_page/security/document_page_security.xml +++ b/document_page/security/document_page_security.xml @@ -1,31 +1,30 @@ - + - Editor - - + + - Manager - - - + + + - document_page multi-company - - - ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + + + ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] - document_page_history multi-company - - - ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + + + ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] - diff --git a/document_page/static/description/index.html b/document_page/static/description/index.html index e432c655..9d1c16fa 100644 --- a/document_page/static/description/index.html +++ b/document_page/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Beta License: AGPL-3 OCA/knowledge Translate me on Weblate Try me on Runbot

    +

    Beta License: AGPL-3 OCA/knowledge Translate me on Weblate Try me on Runbot

    This module allows you to write web pages for internal documentation.

    Table of contents

    @@ -407,7 +407,7 @@ ul.auto-toc {

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

    @@ -427,6 +427,10 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Jose Maria Alzaga <jose.alzaga@aselcis.com>
  • Lois Rilo <lois.rilo@eficent.com>
  • Simone Orsi <simone.orsi@camptocamp.com>
  • +
  • Tecnativa:
      +
    • Ernesto Tejeda
    • +
    +
  • @@ -444,7 +448,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    -

    This module is part of the OCA/knowledge project on GitHub.

    +

    This module is part of the OCA/knowledge project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    diff --git a/document_page/static/src/css/document_page.css b/document_page/static/src/css/document_page.css deleted file mode 100644 index 071c5446..00000000 --- a/document_page/static/src/css/document_page.css +++ /dev/null @@ -1,28 +0,0 @@ -table.diff { - font-family: Courier; - border: medium; -} - -table.diff .diff_header { - background-color: #e0e0e0 -} - -table.diff td.diff_header { - text-align: right -} - -table.diff .diff_next { - background-color:#c0c0c0 -} - -table.diff .diff_add { - background-color:#aaffaa -} - -table.diff .diff_chg { - background-color:#ffff77 -} - -table.diff .diff_sub { - background-color:#ffaaaa -} diff --git a/document_page/static/src/img/POS.png b/document_page/static/src/img/POS.png new file mode 100644 index 0000000000000000000000000000000000000000..4d84a21de951955b91200c0ba25eb0bf8a7293d1 GIT binary patch literal 211118 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
    -
    - -
    - + + +

    - +

    - +
    - - - - - + + + + + - - - + + + - - - - - + + + + +
    - - - + + +
    - document.page.menu.form document.page
    - +

    - +

    - +
    - document.page.search document.page - - - - + + + + - - - + + + - - Pages document.page [('type','=','content')] {'default_type': 'content'} - form tree,form - - + +

    Click to create a new web page.

    - - + tree - - + + - - + form - - + + - - - - - - - - - - + + diff --git a/document_page/views/document_page_assets.xml b/document_page/views/document_page_assets.xml index b85b0e06..4e9aec4b 100644 --- a/document_page/views/document_page_assets.xml +++ b/document_page/views/document_page_assets.xml @@ -1,10 +1,16 @@ - + - -

    v|ZUDsB2U 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 z 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�{-rzJh z+65+7qtkWb(HsRX(}Eh8#23dS6*z*AS#(`1Wi8w2fbw9&iw0EEds07&Uwn&KWe~uL zzs3`2*Zj{(`Pc6a1nEvI?fL6o%HYI)AS}`{ z-i)7CQu!Z-taoi2@X}>U~ z^J^oY!bc&O$hW}*5tTrqPF{Lk+S z&ezc`o|cij4j)D2FVq=2ZHYNXCxfrX;r7C>_M!DEV{x(O)kV4+5kjMJjrJ`k-O7px zeLMzDZR&Bn2KzJ@|C5aP=-`b)^{**Ht>`F9;QpYM6UiZVb54Q;WUXpjY$fgMIAT4+IVtF5PdIZss@I2$JR z;^SX2LFCoIHDSjXhOIuHurxkCK1L=c+Vs{;wFTq7fEHa@X2QlIn7stYW}T)q^`0Paf8steI1n@)bK z`)8^jxaNF`tcvayKVMnC+4@T)U$r0~baGetVX3fr3u{a5%PHnn7=FmvwNFr@j7s{< zO7h>PZ5}L(U`=XInxhYDXegDZf%wF=EoO_=5_5usEezl4BQxN59rLTwKC9Ye_8N$2B+l8Vd&DSH}Vk0b$uCq0HzIWH=E#KnhTK}zI>(b8j z&tAm%C_RBOr5!5P;`@@0(R?d-8r56wa8@$1v%P49tar2Fizr=NJ=?e(C#ee>*NaC9 z>w+i~7>2w9W)s>g3v7H16t)*HtapoSdX(!-Ha*3_KR(*S4RhXV%0Dv)0?Zr88Ix{A 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 literal 0 HcmV?d00001 diff --git a/document_page/static/src/img/add_to_dashboard.png b/document_page/static/src/img/add_to_dashboard.png new file mode 100644 index 0000000000000000000000000000000000000000..c099664d0f6fcbbc2ac508c167966937975696c2 GIT binary patch literal 48046 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 D%324r literal 0 HcmV?d00001 diff --git a/document_page/static/src/img/dashboard.png b/document_page/static/src/img/dashboard.png new file mode 100644 index 0000000000000000000000000000000000000000..88519fadf516f48e7099657c396f49fd4d81a4aa GIT binary patch literal 35478 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 + - document.page.tree @@ -9,29 +8,27 @@ 100 - - - + + + - document.page.list document.page - - - - - - + + + + + + - document.page.form @@ -39,145 +36,170 @@