[IMP] base_comment_template: Adapt to 14.0

[UPD] Update base_comment_template.pot

[UPD] README.rst

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: reporting-engine-14.0/reporting-engine-14.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-14-0/reporting-engine-14-0-base_comment_template/
pull/646/head
Víctor Martínez 2021-04-13 13:46:31 +02:00
parent 8fdbcaf404
commit 9a366d77d1
80 changed files with 8443 additions and 1619 deletions

View File

@ -14,13 +14,13 @@ Base Comments Templates
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3 :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github
:target: https://github.com/OCA/reporting-engine/tree/13.0/base_comment_template :target: https://github.com/OCA/reporting-engine/tree/14.0/base_comment_template
:alt: OCA/reporting-engine :alt: OCA/reporting-engine
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-base_comment_template :target: https://translation.odoo-community.org/projects/reporting-engine-14-0/reporting-engine-14-0-base_comment_template
:alt: Translate me on Weblate :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/143/13.0 :target: https://runbot.odoo-community.org/runbot/143/14.0
:alt: Try me on Runbot :alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5| |badge1| |badge2| |badge3| |badge4| |badge5|
@ -107,7 +107,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/reporting-engine/issues>`_. Bugs are tracked on `GitHub Issues <https://github.com/OCA/reporting-engine/issues>`_.
In case of trouble, please check there if your issue has already been reported. 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 If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/reporting-engine/issues/new?body=module:%20base_comment_template%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. `feedback <https://github.com/OCA/reporting-engine/issues/new?body=module:%20base_comment_template%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues. Do not contact contributors directly about support or help with technical issues.
@ -134,6 +134,7 @@ Contributors
* `Druidoo <https://www.druidoo.io>`_: * `Druidoo <https://www.druidoo.io>`_:
* Iván Todorovich <ivan.todorovich@druidoo.io> * Iván Todorovich <ivan.todorovich@druidoo.io>
* Pierre Verkest <pierreverkest84@gmail.com>
* `NextERP Romania <https://www.nexterp.ro>`_: * `NextERP Romania <https://www.nexterp.ro>`_:
@ -142,6 +143,7 @@ Contributors
* `Tecnativa <https://www.tecnativa.com>`_: * `Tecnativa <https://www.tecnativa.com>`_:
* Carlos Roca * Carlos Roca
* Víctor Martínez
Maintainers Maintainers
~~~~~~~~~~~ ~~~~~~~~~~~
@ -156,6 +158,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and mission is to support the collaborative development of Odoo features and
promote its widespread use. promote its widespread use.
This module is part of the `OCA/reporting-engine <https://github.com/OCA/reporting-engine/tree/13.0/base_comment_template>`_ project on GitHub. This module is part of the `OCA/reporting-engine <https://github.com/OCA/reporting-engine/tree/14.0/base_comment_template>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@ -5,7 +5,7 @@
"name": "Base Comments Templates", "name": "Base Comments Templates",
"summary": "Add conditional mako template to any report" "summary": "Add conditional mako template to any report"
"on models that inherits comment.template.", "on models that inherits comment.template.",
"version": "14.0.1.0.0", "version": "14.0.2.0.0",
"category": "Reporting", "category": "Reporting",
"website": "https://github.com/OCA/reporting-engine", "website": "https://github.com/OCA/reporting-engine",
"author": "Camptocamp, Odoo Community Association (OCA)", "author": "Camptocamp, Odoo Community Association (OCA)",

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "أنشئ في"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "اسم العرض" msgstr "اسم العرض"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "المعرف" msgstr "المعرف"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "آخر تعديل في" msgstr "آخر تعديل في"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "آخر تحديث في" msgstr "آخر تحديث في"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -4,10 +4,8 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 13.0\n" "Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-09 09:55+0000\n"
"PO-Revision-Date: 2021-02-09 09:55+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -20,19 +18,14 @@ msgstr ""
msgid "Active" msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "After lines"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Archived" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Before lines" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -41,6 +34,7 @@ msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template #: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template" msgid "Comment Template"
msgstr "" msgstr ""
@ -85,6 +79,8 @@ msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@ -96,6 +92,8 @@ msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
@ -121,6 +119,8 @@ msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@ -142,6 +142,7 @@ msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -161,8 +162,8 @@ msgid "Position on document"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__priority #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Priority" msgid "Sequence"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -177,10 +178,8 @@ msgid "Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: code:addons/base_comment_template/models/base_comment_template.py:0 #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
#, python-format msgid "The smaller number = The higher priority"
msgid ""
"There are other records with same models, priority, domain and position."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -207,6 +206,11 @@ msgstr ""
msgid "This is the text template that will be inserted into reports." msgid "This is the text template that will be inserted into reports."
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template #: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates." msgid "Whether this model supports in reports to add comment templates."
@ -218,8 +222,3 @@ msgid ""
"base.comment.template to put header and footer in reports based on created " "base.comment.template to put header and footer in reports based on created "
"comment templates" "comment templates"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__priority
msgid "the highest priority = the smallest number"
msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Създадено на"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Име за Показване" msgstr "Име за Показване"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Последно обновено на" msgstr "Последно обновено на"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Последно обновено на" msgstr "Последно обновено на"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Kreirano"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Prikaži naziv" msgstr "Prikaži naziv"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zadnje mijenjano" msgstr "Zadnje mijenjano"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Zadnje ažurirano" msgstr "Zadnje ažurirano"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "Comentari " msgstr "Comentari "
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Creat el"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Veure el nom" msgstr "Veure el nom"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Darrera modificació el" msgstr "Darrera modificació el"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Darrera Actualització el" msgstr "Darrera Actualització el"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Vytvořeno"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Zobrazovaný název" msgstr "Zobrazovaný název"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Naposled upraveno" msgstr "Naposled upraveno"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Naposled upraveno" msgstr "Naposled upraveno"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Oprettet den"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Vist navn" msgstr "Vist navn"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "Id" msgstr "Id"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Sidst ændret den" msgstr "Sidst ændret den"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Sidst opdateret den" msgstr "Sidst opdateret den"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -26,49 +26,48 @@ msgid "Active"
msgstr "Aktiv" msgstr "Aktiv"
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "Suffix" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "Textbausteinvorlage" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr "Präfix"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "Textbaustein" msgstr "Textbaustein"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "Textbausteinvorlagen" msgstr "Textbausteinvorlagen"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "Textbaustein-Zusammenfassung" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id
msgid "Company" msgid "Company"
msgstr "Unternehmen" msgstr "Unternehmen"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr "Textbausteinvorlage"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -86,23 +85,47 @@ msgstr "Erstellt am"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Anzeigename" msgstr "Anzeigename"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "If set, it'll only be available for this company" msgid "IR Model"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
"Wenn der Haken gesetzt ist, ist die Vorlage nur das gesetzte Unternehmen "
"verfügbar."
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zuletzt geändert am" msgstr "Zuletzt geändert am"
@ -117,16 +140,113 @@ msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am" msgstr "Zuletzt aktualisiert am"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "Bezeichnung" msgstr "Bezeichnung"
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr "Position" msgstr "Position im Dokument"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr "Position im Dokument" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr ""
#~ msgid "After lines"
#~ msgstr "Suffix"
#~ msgid "Base comment template"
#~ msgstr "Textbausteinvorlage"
#~ msgid "Before lines"
#~ msgstr "Präfix"
#~ msgid "Comment summary"
#~ msgstr "Textbaustein-Zusammenfassung"
#~ msgid "Conditions template"
#~ msgstr "Textbausteinvorlage"
#~ msgid "If set, it'll only be available for this company"
#~ msgstr ""
#~ "Wenn der Haken gesetzt ist, ist die Vorlage nur das gesetzte Unternehmen "
#~ "verfügbar."
#~ msgid "Position"
#~ msgstr "Position"

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Δημιουργήθηκε στις"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "Κωδικός" msgstr "Κωδικός"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Τελευταία ενημέρωση στις" msgstr "Τελευταία ενημέρωση στις"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Created on"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Display Name" msgstr "Display Name"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Last Modified on" msgstr "Last Modified on"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Last Updated on" msgstr "Last Updated on"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,20 +24,15 @@ msgstr ""
msgid "Active" msgid "Active"
msgstr "Activo" msgstr "Activo"
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "After lines"
msgstr "Después de las líneas"
#. module: base_comment_template #. module: base_comment_template
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Archived" msgid "Archived"
msgstr "Archivado" msgstr "Archivado"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Before lines" msgid "Bottom"
msgstr "Antes de las líneas" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
@ -45,6 +40,7 @@ msgid "Comment"
msgstr "Comentario" msgstr "Comentario"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template #: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template" msgid "Comment Template"
msgstr "Plantilla de comentario" msgstr "Plantilla de comentario"
@ -89,6 +85,8 @@ msgstr "Creado el"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
@ -100,6 +98,8 @@ msgstr "Filtro de dominio"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@ -127,6 +127,8 @@ msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación el" msgstr "Última modificación el"
@ -148,6 +150,7 @@ msgstr "Modelos"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "Nombre" msgstr "Nombre"
@ -167,9 +170,9 @@ msgid "Position on document"
msgstr "Posición en el documento" msgstr "Posición en el documento"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__priority #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Priority" msgid "Sequence"
msgstr "Prioridad" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids #: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
@ -183,13 +186,9 @@ msgid "Template"
msgstr "Plantilla de comentario" msgstr "Plantilla de comentario"
#. module: base_comment_template #. module: base_comment_template
#: code:addons/base_comment_template/models/base_comment_template.py:0 #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
#, python-format msgid "The smaller number = The higher priority"
msgid ""
"There are other records with same models, priority, domain and position."
msgstr "" msgstr ""
"Hay otros registros con los mismos datos en modelo, prioridad, dominio y "
"posición."
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
@ -220,6 +219,11 @@ msgstr ""
msgid "This is the text template that will be inserted into reports." msgid "This is the text template that will be inserted into reports."
msgstr "Esta es la plantilla de texto que se insertará en los informes." msgstr "Esta es la plantilla de texto que se insertará en los informes."
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template #: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates." msgid "Whether this model supports in reports to add comment templates."
@ -235,10 +239,23 @@ msgstr ""
"base.comment.template para poner cabecera y pie de página en los informes " "base.comment.template para poner cabecera y pie de página en los informes "
"basados en las plantillas de comentarios creadas" "basados en las plantillas de comentarios creadas"
#. module: base_comment_template #~ msgid "After lines"
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__priority #~ msgstr "Después de las líneas"
msgid "the highest priority = the smallest number"
msgstr "Mayor prioridad = número menor" #~ msgid "Before lines"
#~ msgstr "Antes de las líneas"
#~ msgid "Priority"
#~ msgstr "Prioridad"
#~ msgid ""
#~ "There are other records with same models, priority, domain and position."
#~ msgstr ""
#~ "Hay otros registros con los mismos datos en modelo, prioridad, dominio y "
#~ "posición."
#~ msgid "the highest priority = the smallest number"
#~ msgstr "Mayor prioridad = número menor"
#~ msgid "Comment summary" #~ msgid "Comment summary"
#~ msgstr "Índice de comentarios" #~ msgstr "Índice de comentarios"

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Mostrar Nombre" msgstr "Mostrar Nombre"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Última actualización el" msgstr "Última actualización el"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID (identificación)" msgstr "ID (identificación)"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Creado"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre Público" msgstr "Nombre Público"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última Modificación el" msgstr "Última Modificación el"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Actualizado" msgstr "Actualizado"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Ultima actualización en" msgstr "Ultima actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID (identificación)" msgstr "ID (identificación)"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre para mostrar" msgstr "Nombre para mostrar"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre desplegado" msgstr "Nombre desplegado"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Ultima modificacion realizada" msgstr "Ultima modificacion realizada"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Ultima actualización realizada" msgstr "Ultima actualización realizada"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre a Mostrar" msgstr "Nombre a Mostrar"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Ultima Modificación en" msgstr "Ultima Modificación en"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Ultima Actualización" msgstr "Ultima Actualización"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Ultima actualización en" msgstr "Ultima actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Mostrar nombre" msgstr "Mostrar nombre"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Modificada por última vez" msgstr "Modificada por última vez"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Ultima actualizacion en" msgstr "Ultima actualizacion en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Loodud"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Näidatav nimi" msgstr "Näidatav nimi"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Viimati muudetud" msgstr "Viimati muudetud"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Viimati uuendatud" msgstr "Viimati uuendatud"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Created on"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Izena erakutsi" msgstr "Izena erakutsi"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Last Updated on" msgstr "Last Updated on"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "ایجاد شده در"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "نام نمایشی" msgstr "نام نمایشی"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "شناسه" msgstr "شناسه"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "تاریخ آخرین به‌روزرسانی" msgstr "تاریخ آخرین به‌روزرسانی"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "آخرین به روز رسانی در" msgstr "آخرین به روز رسانی در"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Luotu"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nimi" msgstr "Nimi"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Viimeksi muokattu" msgstr "Viimeksi muokattu"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Viimeksi päivitetty" msgstr "Viimeksi päivitetty"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,50 +24,48 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "Après les lignes" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "Modèle de textes de commentaires" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr "Avant les lignes"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "Commentaire" msgstr "Commentaire"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "Modèles de commentaires" msgstr "Modèles de commentaires"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "Nom" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
#, fuzzy
msgid "Conditions template"
msgstr "Modèles de commentaires"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +83,47 @@ msgstr "Créé le"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nom affiché" msgstr "Nom affiché"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Dernière mise-à-jour le" msgstr "Dernière mise-à-jour le"
@ -114,16 +138,109 @@ msgid "Last Updated on"
msgstr "Dernière mise-à-jour le" msgstr "Dernière mise-à-jour le"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr "Position" msgstr "Position sur le document"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr "Position sur le document" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr ""
#~ msgid "After lines"
#~ msgstr "Après les lignes"
#~ msgid "Base comment template"
#~ msgstr "Modèle de textes de commentaires"
#~ msgid "Before lines"
#~ msgstr "Avant les lignes"
#~ msgid "Comment summary"
#~ msgstr "Nom"
#, fuzzy
#~ msgid "Conditions template"
#~ msgstr "Modèles de commentaires"
#~ msgid "Position"
#~ msgstr "Position"

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Créé le"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Afficher le nom" msgstr "Afficher le nom"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "Identifiant" msgstr "Identifiant"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Dernière mise à jour le" msgstr "Dernière mise à jour le"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Créé le"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nom affiché" msgstr "Nom affiché"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Dernière modification le" msgstr "Dernière modification le"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Modifié le" msgstr "Modifié le"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,50 +25,48 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "Despois das liñas" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "Modelo do comentario base" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr "Antes das liñas"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "Comentario" msgstr "Comentario"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "Modelos de comentarios" msgstr "Modelos de comentarios"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "Índice de comentarios" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
#, fuzzy
msgid "Conditions template"
msgstr "Modelos de comentarios"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -86,21 +84,47 @@ msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nome mostrado" msgstr "Nome mostrado"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación" msgstr "Última modificación"
@ -115,16 +139,109 @@ msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr "Posición" msgstr "Posición no documento"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr "Posición no documento" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr ""
#~ msgid "After lines"
#~ msgstr "Despois das liñas"
#~ msgid "Base comment template"
#~ msgstr "Modelo do comentario base"
#~ msgid "Before lines"
#~ msgstr "Antes das liñas"
#~ msgid "Comment summary"
#~ msgstr "Índice de comentarios"
#, fuzzy
#~ msgid "Conditions template"
#~ msgstr "Modelos de comentarios"
#~ msgid "Position"
#~ msgstr "Posición"

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "נוצר ב-"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "השם המוצג" msgstr "השם המוצג"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "מזהה" msgstr "מזהה"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "תאריך שינוי אחרון" msgstr "תאריך שינוי אחרון"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "עודכן לאחרונה על" msgstr "עודכן לאחרונה על"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -17,8 +17,8 @@ msgstr ""
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.10\n" "X-Generator: Weblate 3.10\n"
#. module: base_comment_template #. module: base_comment_template
@ -27,49 +27,48 @@ msgid "Active"
msgstr "Aktivan" msgstr "Aktivan"
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "Iza linija" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "Osnovni Predložak komentara" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr "Ispred linija"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "Komentar" msgstr "Komentar"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "Predlošci komentara" msgstr "Predlošci komentara"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "Sažetak komentara" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id
msgid "Company" msgid "Company"
msgstr "Tvrtka" msgstr "Tvrtka"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr "Predložak uvjeta"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -87,21 +86,47 @@ msgstr "Stvoreno dana"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Prikaži naziv" msgstr "Prikaži naziv"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zadnja izmjena" msgstr "Zadnja izmjena"
@ -116,16 +141,108 @@ msgid "Last Updated on"
msgstr "Zadnja izmjena" msgstr "Zadnja izmjena"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "Naziv" msgstr "Naziv"
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr "Pozicija" msgstr "Pozicija na dokumentu"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr "Pozicija na dokumentu" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr ""
#~ msgid "After lines"
#~ msgstr "Iza linija"
#~ msgid "Base comment template"
#~ msgstr "Osnovni Predložak komentara"
#~ msgid "Before lines"
#~ msgstr "Ispred linija"
#~ msgid "Comment summary"
#~ msgstr "Sažetak komentara"
#~ msgid "Conditions template"
#~ msgstr "Predložak uvjeta"
#~ msgid "Position"
#~ msgstr "Pozicija"

View File

@ -26,36 +26,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -63,12 +68,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -86,21 +85,47 @@ msgstr "Kreirano"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Naziv" msgstr "Naziv"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zadnje modificirano" msgstr "Zadnje modificirano"
@ -115,16 +140,90 @@ msgid "Last Updated on"
msgstr "Zadnje ažurirano" msgstr "Zadnje ažurirano"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Létrehozás dátuma"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Név megjelenítése" msgstr "Név megjelenítése"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Utolsó frissítés dátuma" msgstr "Utolsó frissítés dátuma"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Utoljára frissítve " msgstr "Utoljára frissítve "
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Dibuat pada"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nama Tampilan" msgstr "Nama Tampilan"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Terakhir Dimodifikasi pada" msgstr "Terakhir Dimodifikasi pada"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Diperbaharui pada" msgstr "Diperbaharui pada"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "Coomento" msgstr "Coomento"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Creato il"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nome da visualizzare" msgstr "Nome da visualizzare"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Ultima Modifica il" msgstr "Ultima Modifica il"
@ -114,16 +139,93 @@ msgid "Last Updated on"
msgstr "Ultimo aggiornamento il" msgstr "Ultimo aggiornamento il"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr "Posizione" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr ""
#~ msgid "Position"
#~ msgstr "Posizione"

View File

@ -25,50 +25,48 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "明細行後" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "Base comment template" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr "明細行前"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "コメント" msgstr "コメント"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "コメントテンプレート" msgstr "コメントテンプレート"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "コメントサマリ" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
#, fuzzy
msgid "Conditions template"
msgstr "コメントテンプレート"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -86,21 +84,47 @@ msgstr "作成日"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "表示名" msgstr "表示名"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "最終更新日" msgstr "最終更新日"
@ -115,16 +139,109 @@ msgid "Last Updated on"
msgstr "最終更新日" msgstr "最終更新日"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr "位置" msgstr "ドキュメント上の位置"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr "ドキュメント上の位置" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr ""
#~ msgid "After lines"
#~ msgstr "明細行後"
#~ msgid "Base comment template"
#~ msgstr "Base comment template"
#~ msgid "Before lines"
#~ msgstr "明細行前"
#~ msgid "Comment summary"
#~ msgstr "コメントサマリ"
#, fuzzy
#~ msgid "Conditions template"
#~ msgstr "コメントテンプレート"
#~ msgid "Position"
#~ msgstr "位置"

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "작성일"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "표시 이름" msgstr "표시 이름"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "최근 수정" msgstr "최근 수정"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "최근 갱신 날짜" msgstr "최근 갱신 날짜"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Sukurta"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Vaizduojamas pavadinimas" msgstr "Vaizduojamas pavadinimas"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Paskutinį kartą keista" msgstr "Paskutinį kartą keista"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta" msgstr "Paskutinį kartą atnaujinta"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -26,36 +26,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -63,12 +68,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -86,21 +85,47 @@ msgstr "Sukurta"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@ -115,16 +140,90 @@ msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta" msgstr "Paskutinį kartą atnaujinta"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Izveidots"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Pēdējās izmaiņas" msgstr "Pēdējās izmaiņas"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Креирано на"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Прикажи име" msgstr "Прикажи име"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Последна промена на" msgstr "Последна промена на"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Последно ажурирање на" msgstr "Последно ажурирање на"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Үүсгэсэн"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Дэлгэцийн Нэр" msgstr "Дэлгэцийн Нэр"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Сүүлийн засвар хийсэн огноо" msgstr "Сүүлийн засвар хийсэн огноо"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Сүүлийн засвар хийсэн огноо" msgstr "Сүүлийн засвар хийсэн огноо"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Opprettet den"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Visnings navn" msgstr "Visnings navn"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Sist oppdatert " msgstr "Sist oppdatert "
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Sist oppdatert" msgstr "Sist oppdatert"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Laget den"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Vis navn" msgstr "Vis navn"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Sist endret den" msgstr "Sist endret den"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Sist oppdatert den" msgstr "Sist oppdatert den"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "Opmerking" msgstr "Opmerking"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Aangemaakt op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Te tonen naam" msgstr "Te tonen naam"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Laatst bijgewerkt op" msgstr "Laatst bijgewerkt op"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Laatst bijgewerkt op" msgstr "Laatst bijgewerkt op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Gemaakt op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Schermnaam" msgstr "Schermnaam"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Laatst Aangepast op" msgstr "Laatst Aangepast op"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Laatst bijgewerkt op" msgstr "Laatst bijgewerkt op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -26,36 +26,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -63,12 +68,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -86,21 +85,47 @@ msgstr "Aangemaakt op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Weergavenaam" msgstr "Weergavenaam"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Laatst gewijzigd op" msgstr "Laatst gewijzigd op"
@ -115,16 +140,90 @@ msgid "Last Updated on"
msgstr "Laatst bijgewerkt op" msgstr "Laatst bijgewerkt op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -26,36 +26,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -63,12 +68,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -86,21 +85,47 @@ msgstr "Utworzono"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Wyświetlana nazwa " msgstr "Wyświetlana nazwa "
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Ostatnio modyfikowano" msgstr "Ostatnio modyfikowano"
@ -115,16 +140,90 @@ msgid "Last Updated on"
msgstr "Ostatnia zmiana" msgstr "Ostatnia zmiana"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,49 +25,48 @@ msgid "Active"
msgstr "Ativo" msgstr "Ativo"
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "Após as linhas" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "Modelo de Comentários Base" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr "Antes das Linhas"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "Comentário" msgstr "Comentário"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "Modelos de Comentários" msgstr "Modelos de Comentários"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "Resumo de comentário" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id
msgid "Company" msgid "Company"
msgstr "Empresa" msgstr "Empresa"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr "Modelos de condições"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Criado em"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nome" msgstr "Nome"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
msgstr "Se assinalado, só estará disponível para esta empresa" "If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Modificado a última vez por" msgstr "Modificado a última vez por"
@ -114,16 +139,111 @@ msgid "Last Updated on"
msgstr "Atualizado pela última vez em" msgstr "Atualizado pela última vez em"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr "Posição" msgstr "Posição no documento"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr "Posição no documento" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr ""
#~ msgid "After lines"
#~ msgstr "Após as linhas"
#~ msgid "Base comment template"
#~ msgstr "Modelo de Comentários Base"
#~ msgid "Before lines"
#~ msgstr "Antes das Linhas"
#~ msgid "Comment summary"
#~ msgstr "Resumo de comentário"
#~ msgid "Conditions template"
#~ msgstr "Modelos de condições"
#~ msgid "If set, it'll only be available for this company"
#~ msgstr "Se assinalado, só estará disponível para esta empresa"
#~ msgid "Position"
#~ msgstr "Posição"

View File

@ -11,8 +11,8 @@ msgstr ""
"POT-Creation-Date: 2017-05-16 11:59+0000\n" "POT-Creation-Date: 2017-05-16 11:59+0000\n"
"PO-Revision-Date: 2019-11-24 19:57+0000\n" "PO-Revision-Date: 2019-11-24 19:57+0000\n"
"Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n" "Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
"23907/pt_BR/)\n" "teams/23907/pt_BR/)\n"
"Language: pt_BR\n" "Language: pt_BR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -26,49 +26,48 @@ msgid "Active"
msgstr "Ativo" msgstr "Ativo"
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "Depois das linhas" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "Modelo de comentário Base" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr "Antes das linhas"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "Comentário" msgstr "Comentário"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "Modelos de comentários" msgstr "Modelos de comentários"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "Índice de comentários" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id
msgid "Company" msgid "Company"
msgstr "Empresa" msgstr "Empresa"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr "Modelos de condições"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -86,21 +85,47 @@ msgstr "Criado em"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nome para Mostrar" msgstr "Nome para Mostrar"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
msgstr "Se definido, ele estará disponível apenas para esta empresa" "If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última atualização em" msgstr "Última atualização em"
@ -115,16 +140,111 @@ msgid "Last Updated on"
msgstr "Última atualização em" msgstr "Última atualização em"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr "Posição" msgstr "Posição no documento"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr "Posição no documento" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr ""
#~ msgid "After lines"
#~ msgstr "Depois das linhas"
#~ msgid "Base comment template"
#~ msgstr "Modelo de comentário Base"
#~ msgid "Before lines"
#~ msgstr "Antes das linhas"
#~ msgid "Comment summary"
#~ msgstr "Índice de comentários"
#~ msgid "Conditions template"
#~ msgstr "Modelos de condições"
#~ msgid "If set, it'll only be available for this company"
#~ msgstr "Se definido, ele estará disponível apenas para esta empresa"
#~ msgid "Position"
#~ msgstr "Posição"

View File

@ -11,8 +11,8 @@ msgstr ""
"POT-Creation-Date: 2017-05-16 11:59+0000\n" "POT-Creation-Date: 2017-05-16 11:59+0000\n"
"PO-Revision-Date: 2020-03-23 17:13+0000\n" "PO-Revision-Date: 2020-03-23 17:13+0000\n"
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n" "Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/" "Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
"23907/pt_PT/)\n" "teams/23907/pt_PT/)\n"
"Language: pt_PT\n" "Language: pt_PT\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -26,49 +26,48 @@ msgid "Active"
msgstr "Ativo" msgstr "Ativo"
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "Após as linhas" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "Modelo de comentários base" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr "Antes das linhas"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "Comentário" msgstr "Comentário"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "Modelos de Comentários" msgstr "Modelos de Comentários"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "Resumo de comentários" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id
msgid "Company" msgid "Company"
msgstr "Empresa" msgstr "Empresa"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr "Modelo de condições"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -86,21 +85,47 @@ msgstr "Criado em"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nome a Apresentar" msgstr "Nome a Apresentar"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
msgstr "Se assinalado, será apenas visível para esta empresa" "If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última Modificação Em" msgstr "Última Modificação Em"
@ -115,16 +140,111 @@ msgid "Last Updated on"
msgstr "Atualizado pela última vez em" msgstr "Atualizado pela última vez em"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr "Posição" msgstr "Posição no documento"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr "Posição no documento" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr ""
#~ msgid "After lines"
#~ msgstr "Após as linhas"
#~ msgid "Base comment template"
#~ msgstr "Modelo de comentários base"
#~ msgid "Before lines"
#~ msgstr "Antes das linhas"
#~ msgid "Comment summary"
#~ msgstr "Resumo de comentários"
#~ msgid "Conditions template"
#~ msgstr "Modelo de condições"
#~ msgid "If set, it'll only be available for this company"
#~ msgstr "Se assinalado, será apenas visível para esta empresa"
#~ msgid "Position"
#~ msgstr "Posição"

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Creat la"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nume Afişat" msgstr "Nume Afişat"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Ultima actualizare în" msgstr "Ultima actualizare în"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Ultima actualizare la" msgstr "Ultima actualizare la"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -26,36 +26,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -63,12 +68,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -86,21 +85,47 @@ msgstr "Создан"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@ -115,16 +140,90 @@ msgid "Last Updated on"
msgstr "Последний раз обновлено" msgstr "Последний раз обновлено"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,49 +25,48 @@ msgid "Active"
msgstr "Aktívne" msgstr "Aktívne"
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "Za položkami" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "Základná šablóna komentárov" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr "Pred položkami"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "Komentár" msgstr "Komentár"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "Šablóny komentárov" msgstr "Šablóny komentárov"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "Názov" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id
msgid "Company" msgid "Company"
msgstr "Spoločnosť" msgstr "Spoločnosť"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr "Predvolená šablóna"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Vytvorené"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Zobraziť meno" msgstr "Zobraziť meno"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
msgstr "Ak je nastavená, bude k dispozícii iba pre túto spoločnosť" "If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Posledná modifikácia" msgstr "Posledná modifikácia"
@ -114,16 +139,111 @@ msgid "Last Updated on"
msgstr "Naposledy upravované" msgstr "Naposledy upravované"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "Názov" msgstr "Názov"
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr "Pozícia" msgstr "Pozícia v dokumente"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr "Pozícia v dokumente" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr ""
#~ msgid "After lines"
#~ msgstr "Za položkami"
#~ msgid "Base comment template"
#~ msgstr "Základná šablóna komentárov"
#~ msgid "Before lines"
#~ msgstr "Pred položkami"
#~ msgid "Comment summary"
#~ msgstr "Názov"
#~ msgid "Conditions template"
#~ msgstr "Predvolená šablóna"
#~ msgid "If set, it'll only be available for this company"
#~ msgstr "Ak je nastavená, bude k dispozícii iba pre túto spoločnosť"
#~ msgid "Position"
#~ msgstr "Pozícia"

View File

@ -26,50 +26,48 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "Po postavkah" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "Osnovna predloga za komentarje" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr "Pred postavkami"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "Komentar" msgstr "Komentar"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "Predloge komentarjev" msgstr "Predloge komentarjev"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "Povzetek komentarjev" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__company_id
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
#, fuzzy
msgid "Conditions template"
msgstr "Predloge komentarjev"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -87,21 +85,47 @@ msgstr "Ustvarjeno"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Prikazni naziv" msgstr "Prikazni naziv"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zadnjič spremenjeno" msgstr "Zadnjič spremenjeno"
@ -116,16 +140,109 @@ msgid "Last Updated on"
msgstr "Zadnjič posodobljeno" msgstr "Zadnjič posodobljeno"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr "Položaj" msgstr "Pozicija na dokumentu"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr "Pozicija na dokumentu" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr ""
#~ msgid "After lines"
#~ msgstr "Po postavkah"
#~ msgid "Base comment template"
#~ msgstr "Osnovna predloga za komentarje"
#~ msgid "Before lines"
#~ msgstr "Pred postavkami"
#~ msgid "Comment summary"
#~ msgstr "Povzetek komentarjev"
#, fuzzy
#~ msgid "Conditions template"
#~ msgstr "Predloge komentarjev"
#~ msgid "Position"
#~ msgstr "Položaj"

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Kreiran"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -26,36 +26,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -63,12 +68,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -86,21 +85,47 @@ msgstr "Kreiran"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Ime za prikaz" msgstr "Ime za prikaz"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zadnja izmjena" msgstr "Zadnja izmjena"
@ -115,16 +140,90 @@ msgid "Last Updated on"
msgstr "Zadnja izmjena" msgstr "Zadnja izmjena"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Skapad den"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Visa namn" msgstr "Visa namn"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Senast redigerad" msgstr "Senast redigerad"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Senast uppdaterad" msgstr "Senast uppdaterad"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "สร้างเมื่อ"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "ชื่อที่ใช้แสดง" msgstr "ชื่อที่ใช้แสดง"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "รหัส" msgstr "รหัส"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "แก้ไขครั้งสุดท้ายเมื่อ" msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "อัพเดทครั้งสุดท้ายเมื่อ" msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Oluşturuldu"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Görünen İsim" msgstr "Görünen İsim"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Son değişiklik" msgstr "Son değişiklik"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Son güncelleme" msgstr "Son güncelleme"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Oluşturulma tarihi"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Görünen ad" msgstr "Görünen ad"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "Kimlik" msgstr "Kimlik"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "En son güncelleme tarihi" msgstr "En son güncelleme tarihi"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "En son güncelleme tarihi" msgstr "En son güncelleme tarihi"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Дата створення"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Назва для відображення" msgstr "Назва для відображення"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Остання модифікація" msgstr "Остання модифікація"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Останнє оновлення" msgstr "Останнє оновлення"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -24,36 +24,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -61,12 +66,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -84,21 +83,47 @@ msgstr "Được tạo vào"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Tên hiển thị" msgstr "Tên hiển thị"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Sửa lần cuối vào" msgstr "Sửa lần cuối vào"
@ -113,16 +138,90 @@ msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào" msgstr "Cập nhật lần cuối vào"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "Tạo vào"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào" msgstr "Cập nhật lần cuối vào"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "创建时间"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "显示名称" msgstr "显示名称"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "最后修改时间" msgstr "最后修改时间"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "上次更新日期" msgstr "上次更新日期"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -25,36 +25,41 @@ msgid "Active"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0 #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "After lines" msgid "Archived"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_base_comment_template #: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__after_lines
msgid "Base comment template" msgid "Bottom"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: selection:base.comment.template,position:0
msgid "Before lines"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__is_comment_template
msgid "Comment Template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__base_comment_template_ids
#: model:ir.ui.menu,name:base_comment_template.reports_base_comment_template_menuitem
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name #: model:ir.model,name:base_comment_template.model_base_comment_template
msgid "Comment summary" msgid "Comments Template"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
@ -62,12 +67,6 @@ msgstr ""
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__property_comment_template_id
#: model:ir.model.fields,field_description:base_comment_template.field_res_users__property_comment_template_id
msgid "Conditions template"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_res_partner #: model:ir.model,name:base_comment_template.model_res_partner
msgid "Contact" msgid "Contact"
@ -85,21 +84,47 @@ msgstr "建立於"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__display_name
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__display_name
msgid "Display Name" msgid "Display Name"
msgstr "顯示名稱" msgstr "顯示名稱"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__domain
msgid "Filter Domain"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template__id
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model__id
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner__id
msgid "ID" msgid "ID"
msgstr "編號" msgstr "編號"
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__model_ids
msgid "IR Model"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__company_id
msgid "If set, it'll only be available for this company" msgid ""
"If set, the comment template will be available only for the selected company."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__partner_ids
msgid ""
"If set, the comment template will be available only for the selected partner."
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_comment_template____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_ir_model____last_update
#: model:ir.model.fields,field_description:base_comment_template.field_res_partner____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "最後修改:" msgstr "最後修改:"
@ -114,16 +139,90 @@ msgid "Last Updated on"
msgstr "最後更新於" msgstr "最後更新於"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_ir_model
msgid "Models"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model_terms:ir.ui.view,arch_db:base_comment_template.view_partner_form
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__name
msgid "Name/description of this comment template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__partner_ids
msgid "Partner"
msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position on document"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__sequence
msgid "Sequence"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_res_partner__base_comment_template_ids
#: model:ir.model.fields,help:base_comment_template.field_res_users__base_comment_template_ids
msgid "Specific partner comments that can be included in reports"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Template"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__sequence
msgid "The smaller number = The higher priority"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__model_ids
msgid ""
"This comment template will be available on this models. You can see here "
"only models allowed to set the coment template."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__domain
msgid ""
"This comment template will be available only for objects that satisfy the "
"condition"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "This field allows to select the position of the comment on reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template__text
msgid "This is the text template that will be inserted into reports."
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields.selection,name:base_comment_template.selection__base_comment_template__position__before_lines
msgid "Top"
msgstr ""
#. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_ir_model__is_comment_template
msgid "Whether this model supports in reports to add comment templates."
msgstr ""
#. module: base_comment_template
#: model:ir.model,name:base_comment_template.model_comment_template
msgid ""
"base.comment.template to put header and footer in reports based on created "
"comment templates"
msgstr "" msgstr ""

View File

@ -1,25 +0,0 @@
# Copyright 2020 NextERP Romania SRL
# Copyright 2021 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from openupgradelib import openupgrade
@openupgrade.migrate()
def migrate(env, version):
# Not tested
openupgrade.logged_query(
env.cr,
"""
INSERT INTO base_comment_template_res_partner_rel
(res_partner_id, base_comment_template_id)
SELECT SPLIT_PART(ip.res_id, ',', 2)::int AS res_partner_id,
SPLIT_PART(ip.value_reference, ',', 2)::int AS base_comment_template_id
FROM ir_property ip
JOIN ir_model_fields imf ON ip.fields_id = imf.id
JOIN res_partner rp ON rp.id = SPLIT_PART(ip.res_id, ',', 2)::int
JOIN base_comment_template bct
ON bct.id = SPLIT_PART(ip.value_reference, ',', 2)::int
WHERE imf.name = 'property_comment_template_id'
AND imf.model = 'res.partner'
""",
)

View File

@ -1,12 +0,0 @@
# Copyright 2021 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openupgradelib import openupgrade # pylint: disable=W7936
field_renames = [
("base.comment.template", "base_comment_template", "priority", "sequence"),
]
@openupgrade.migrate()
def migrate(env, version):
openupgrade.rename_fields(env, field_renames)

View File

@ -1,21 +0,0 @@
# Copyright 2021 Tecnativa - Pedro M: Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openupgradelib import openupgrade # pylint: disable=W7936
@openupgrade.migrate()
def migrate(env, version):
if openupgrade.table_exists(env.cr, "base_comment_template_res_partner_rel"):
# Swap column names, as they were incorrect
env.cr.execute(
"ALTER TABLE base_comment_template_res_partner_rel "
"RENAME base_comment_template_id TO temp"
)
env.cr.execute(
"ALTER TABLE base_comment_template_res_partner_rel "
"RENAME res_partner_id TO base_comment_template_id"
)
env.cr.execute(
"ALTER TABLE base_comment_template_res_partner_rel "
"RENAME temp TO res_partner_id"
)

View File

@ -1,26 +0,0 @@
# Copyright 2021 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from openupgradelib import openupgrade
field_renames = [
("base.comment.template", "base_comment_template", "priority", "sequence"),
]
@openupgrade.migrate()
def migrate(env, version):
# Not tested
openupgrade.logged_query(
env.cr,
"""
INSERT INTO base_comment_template_res_partner_rel
(res_partner_id, base_comment_template_id)
SELECT SPLIT_PART(ip.res_id, ',', 2)::int AS res_partner_id,
SPLIT_PART(ip.value_reference, ',', 2)::int AS base_comment_template_id
FROM ir_property ip
JOIN ir_model_fields imf ON ip.fields_id = imf.id
WHERE imf.name = 'property_comment_template_id'
AND imf.model = 'res.partner'
""",
)
openupgrade.rename_fields(env, field_renames)

View File

@ -0,0 +1,29 @@
# Copyright 2021 Tecnativa - Víctor Martínez
# Copyright 2021 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from openupgradelib import openupgrade
from odoo.tools import parse_version
@openupgrade.migrate()
def migrate(env, version):
if parse_version(version) == parse_version("14.0.1.0.0"):
openupgrade.logged_query(
env.cr,
"""
INSERT INTO base_comment_template_res_partner_rel
(res_partner_id, base_comment_template_id)
SELECT SPLIT_PART(ip.res_id, ',', 2)::int AS res_partner_id,
SPLIT_PART(ip.value_reference, ',', 2)::int AS base_comment_template_id
FROM ir_property ip
JOIN ir_model_fields imf ON ip.fields_id = imf.id
JOIN res_partner rp ON rp.id = SPLIT_PART(ip.res_id, ',', 2)::int
JOIN base_comment_template bct
ON bct.id = SPLIT_PART(ip.value_reference, ',', 2)::int
WHERE imf.name = 'property_comment_template_id'
AND imf.model = 'res.partner'
AND ip.res_id IS NOT NULL
ON CONFLICT DO NOTHING
""",
)

View File

@ -0,0 +1,30 @@
# Copyright 2021 Tecnativa - Víctor Martínez
# Copyright 2021 Tecnativa - Pedro M: Baeza
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from openupgradelib import openupgrade
from odoo.tools import parse_version
field_renames = [
("base.comment.template", "base_comment_template", "priority", "sequence"),
]
@openupgrade.migrate()
def migrate(env, version):
if parse_version(version) == parse_version("14.0.1.0.0"):
openupgrade.rename_fields(env, field_renames)
if openupgrade.table_exists(env.cr, "base_comment_template_res_partner_rel"):
# Swap column names, as they were incorrect
env.cr.execute(
"ALTER TABLE base_comment_template_res_partner_rel "
"RENAME base_comment_template_id TO temp"
)
env.cr.execute(
"ALTER TABLE base_comment_template_res_partner_rel "
"RENAME res_partner_id TO base_comment_template_id"
)
env.cr.execute(
"ALTER TABLE base_comment_template_res_partner_rel "
"RENAME temp TO res_partner_id"
)

View File

@ -76,8 +76,7 @@ class BaseCommentTemplate(models.Model):
) )
def name_get(self): def name_get(self):
"""Redefine the name_get method to show the template name with the position. """Redefine the name_get method to show the template name with the position."""
"""
res = [] res = []
for item in self: for item in self:
name = "{} ({})".format( name = "{} ({})".format(

View File

@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils: http://docutils.sourceforge.net/" /> <meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Base Comments Templates</title> <title>Base Comments Templates</title>
<style type="text/css"> <style type="text/css">
@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !! !! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !! !! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/reporting-engine/tree/13.0/base_comment_template"><img alt="OCA/reporting-engine" src="https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-base_comment_template"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/143/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/reporting-engine/tree/14.0/base_comment_template"><img alt="OCA/reporting-engine" src="https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/reporting-engine-14-0/reporting-engine-14-0-base_comment_template"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/143/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>Add a new mixin class to define templates of comments to print on documents. <p>Add a new mixin class to define templates of comments to print on documents.
The comment templates can be defined like make templates, so you can use variables from linked models.</p> The comment templates can be defined like make templates, so you can use variables from linked models.</p>
<p>Two positions are available for the comments:</p> <p>Two positions are available for the comments:</p>
@ -448,7 +448,7 @@ If you create a new template with the same configuration (Model, Domain, Positio
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/reporting-engine/issues">GitHub Issues</a>. <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/reporting-engine/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported. 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 If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/reporting-engine/issues/new?body=module:%20base_comment_template%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <a class="reference external" href="https://github.com/OCA/reporting-engine/issues/new?body=module:%20base_comment_template%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p> <p>Do not contact contributors directly about support or help with technical issues.</p>
</div> </div>
<div class="section" id="credits"> <div class="section" id="credits">
@ -475,12 +475,14 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<li>Iván Todorovich &lt;<a class="reference external" href="mailto:ivan.todorovich&#64;druidoo.io">ivan.todorovich&#64;druidoo.io</a>&gt;</li> <li>Iván Todorovich &lt;<a class="reference external" href="mailto:ivan.todorovich&#64;druidoo.io">ivan.todorovich&#64;druidoo.io</a>&gt;</li>
</ul> </ul>
</li> </li>
<li>Pierre Verkest &lt;<a class="reference external" href="mailto:pierreverkest84&#64;gmail.com">pierreverkest84&#64;gmail.com</a>&gt;</li>
<li><a class="reference external" href="https://www.nexterp.ro">NextERP Romania</a>:<ul> <li><a class="reference external" href="https://www.nexterp.ro">NextERP Romania</a>:<ul>
<li>Fekete Mihai &lt;<a class="reference external" href="mailto:feketemihai&#64;nexterp.ro">feketemihai&#64;nexterp.ro</a>&gt;</li> <li>Fekete Mihai &lt;<a class="reference external" href="mailto:feketemihai&#64;nexterp.ro">feketemihai&#64;nexterp.ro</a>&gt;</li>
</ul> </ul>
</li> </li>
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul> <li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
<li>Carlos Roca</li> <li>Carlos Roca</li>
<li>Víctor Martínez</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -492,7 +494,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and mission is to support the collaborative development of Odoo features and
promote its widespread use.</p> promote its widespread use.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/reporting-engine/tree/13.0/base_comment_template">OCA/reporting-engine</a> project on GitHub.</p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/reporting-engine/tree/14.0/base_comment_template">OCA/reporting-engine</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div> </div>
</div> </div>

View File

@ -7,9 +7,6 @@ from .fake_models import ResUsers, setup_test_model, teardown_test_model
class TestCommentTemplate(common.SavepointCase): class TestCommentTemplate(common.SavepointCase):
at_install = False
post_install = True
@classmethod @classmethod
def setUpClass(cls): def setUpClass(cls):
super().setUpClass() super().setUpClass()
@ -50,10 +47,12 @@ class TestCommentTemplate(common.SavepointCase):
def test_template_name_get(self): def test_template_name_get(self):
self.assertEqual( self.assertEqual(
self.before_template_id.display_name, "Top template (Top)", self.before_template_id.display_name,
"Top template (Top)",
) )
self.assertEqual( self.assertEqual(
self.after_template_id.display_name, "Bottom template (Bottom)", self.after_template_id.display_name,
"Bottom template (Bottom)",
) )
def test_general_template(self): def test_general_template(self):