Skip to content

Commit

Permalink
[FIX] helpdesk_mgmt_rating: Fix kanban ticket view.
Browse files Browse the repository at this point in the history
TT37283

[UPD] Update helpdesk_mgmt_rating.pot

helpdesk_mgmt_rating 14.0.1.3.0

Update translation files

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

Translation: helpdesk-14.0/helpdesk-14.0-helpdesk_mgmt_rating
Translate-URL: https://translation.odoo-community.org/projects/helpdesk-14-0/helpdesk-14-0-helpdesk_mgmt_rating/
  • Loading branch information
victoralmau committed Nov 30, 2022
1 parent 19bbae3 commit f120c15
Show file tree
Hide file tree
Showing 7 changed files with 549 additions and 234 deletions.
2 changes: 1 addition & 1 deletion helpdesk_mgmt_rating/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This module allows customer to rate the assistance received
on a ticket.
""",
"version": "14.0.1.2.0",
"version": "14.0.1.3.0",
"license": "AGPL-3",
"author": "Domatix, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/helpdesk",
Expand Down
120 changes: 98 additions & 22 deletions helpdesk_mgmt_rating/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -19,51 +19,68 @@ msgstr ""
msgid ""
"\n"
" % set access_token = object.rating_get_access_token()\n"
" <div style=\"background:#F0F0F0;color:#515166;padding:10px 0px;font-family:Arial,Helvetica,sans-serif;font-size:14px;\">\n"
" <div style=\"background:#F0F0F0;color:#515166;padding:10px 0px;font-"
"family:Arial,Helvetica,sans-serif;font-size:14px;\">\n"
" <table style=\"width:600px;margin:5px auto;\">\n"
" <tbody>\n"
" <tr><td>\n"
" <a href=\"/\"><img src=\"/web/binary/company_logo\" style=\"vertical-align:baseline;max-width:100px;\" /></a>\n"
" <a href=\"/\"><img src=\"/web/binary/company_logo\" "
"style=\"vertical-align:baseline;max-width:100px;\" /></a>\n"
" </td><td style=\"text-align:right;vertical-align:middle;\">\n"
" Satisfaction Survey\n"
" </td></tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px auto;background:white;border:1px solid #e1e1e1;\">\n"
" <table style=\"width:600px;margin:0px auto;background:white;"
"border:1px solid #e1e1e1;\">\n"
" <tbody>\n"
" <tr><td style=\"padding:15px 20px 10px 20px;\">\n"
" <p>Hello,</p>\n"
" <p>Please take a moment to rate our services related to the ticket \"<strong>${object.number} - ${object.name}</strong>\"\n"
" assigned to <strong>${object.rating_get_rated_partner_id().name}</strong>.</p>\n"
" <p>We appreciate your feedback. It helps us to improve continuously.</p>\n"
" <p>Please take a moment to rate our services related to "
"the ticket \"<strong>${object.number} - ${object.name}</strong>\"\n"
" assigned to <strong>${object."
"rating_get_rated_partner_id().name}</strong>.</p>\n"
" <p>We appreciate your feedback. It helps us to improve "
"continuously.</p>\n"
" </td></tr>\n"
" <tr><td style=\"padding:10px 20px\">\n"
" <table summary=\"o_mail_notification\" style=\"width:100%;border-top:1px solid #e1e1e1;\">\n"
" <table summary=\"o_mail_notification\" style=\"width:100%;"
"border-top:1px solid #e1e1e1;\">\n"
" <tr>\n"
" <td style=\"text-align:center;\">\n"
" <h2 style=\"font-weight:300;font-size:18px;\">\n"
" <h2 style=\"font-weight:300;font-size:18px;"
"\">\n"
" Tell us how you feel about our service:\n"
" </h2>\n"
" <div style=\"text-color: #888888\">(click on one of these smileys)</div>\n"
" <div style=\"text-color: #888888\">(click on "
"one of these smileys)</div>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td style=\"padding:10px 10px;\">\n"
" <table style=\"width:100%;text-align:center;\">\n"
" <table style=\"width:100%;text-align:center;"
"\">\n"
" <tr>\n"
" <td>\n"
" <a href=\"/rate/{access_token}/5\">\n"
" <img alt=\"Satisfied\" src=\"/rating/static/src/img/rating_5.png\" title=\"Satisfied\"/>\n"
" <a href=\"/rate/"
"${access_token}/5\">\n"
" <img alt=\"Satisfied\" src=\"/"
"rating/static/src/img/rating_5.png\" title=\"Satisfied\"/>\n"
" </a>\n"
" </td>\n"
" <td>\n"
" <a href=\"/rate/{access_token}/3\">\n"
" <img alt=\"Not satisfied\" src=\"/rating/static/src/img/rating_3.png\" title=\"Not satisfied\"/>\n"
" <a href=\"/rate/"
"${access_token}/3\">\n"
" <img alt=\"Not satisfied\" src="
"\"/rating/static/src/img/rating_3.png\" title=\"Not satisfied\"/>\n"
" </a>\n"
" </td>\n"
" <td>\n"
" <a href=\"/rate/{access_token}/1\">\n"
" <img alt=\"Highly Dissatisfied\" src=\"/rating/static/src/img/rating_1.png\" title=\"Highly Dissatisfied\"/>\n"
" <a href=\"/rate/"
"${access_token}/1\">\n"
" <img alt=\"Highly Dissatisfied"
"\" src=\"/rating/static/src/img/rating_1.png\" title=\"Highly Dissatisfied\"/"
">\n"
" </a>\n"
" </td>\n"
" </tr>\n"
Expand All @@ -72,14 +89,17 @@ msgid ""
" </tr>\n"
" </table>\n"
" </td></tr>\n"
" <tr><td style=\"padding:15px 20px 10px 20px;\">${(object.user_id.signature or '')| safe}</td></tr>\n"
" <tr><td style=\"padding:15px 20px 10px 20px;\">${(object."
"user_id.signature or '')| safe}</td></tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:auto;text-align:center;font-size:12px;\">\n"
" <table style=\"width:600px;margin:auto;text-align:center;font-"
"size:12px;\">\n"
" <tbody>\n"
" <tr><td style=\"padding-top:10px;color:#afafaf;\">\n"
" % if object.rating_status == 'stage_change':\n"
" <p>This customer survey has been sent because your ticket has been moved to the stage <b>${object.stage_id.name}</b></p>\n"
" <p>This customer survey has been sent because your ticket "
"has been moved to the stage <b>${object.stage_id.name}</b></p>\n"
" % endif\n"
" </td></tr>\n"
" </tbody>\n"
Expand All @@ -88,6 +108,13 @@ msgid ""
" "
msgstr ""

#. module: helpdesk_mgmt_rating
#: model_terms:ir.ui.view,arch_db:helpdesk_mgmt_rating.view_helpdesk_ticket_kanban_inherit
msgid ""
"<i class=\"fa fa-smile-o\" role=\"img\" aria-label=\"Percentage of "
"satisfaction\" title=\"Percentage of satisfaction\"/>"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.actions.act_window,name:helpdesk_mgmt_rating.all_helpdesk_ticket_rating_action
#: model:ir.model.fields,field_description:helpdesk_mgmt_rating.field_helpdesk_ticket__rating_status
Expand All @@ -96,6 +123,12 @@ msgstr ""
msgid "Customer Rating"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.model.fields,field_description:helpdesk_mgmt_rating.field_helpdesk_ticket__display_name
#: model:ir.model.fields,field_description:helpdesk_mgmt_rating.field_helpdesk_ticket_stage__display_name
msgid "Display Name"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.model,name:helpdesk_mgmt_rating.model_helpdesk_ticket
msgid "Helpdesk Ticket"
Expand All @@ -106,11 +139,23 @@ msgstr ""
msgid "Helpdesk Ticket Stage"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.model.fields,field_description:helpdesk_mgmt_rating.field_helpdesk_ticket__id
#: model:ir.model.fields,field_description:helpdesk_mgmt_rating.field_helpdesk_ticket_stage__id
msgid "ID"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.model.fields,help:helpdesk_mgmt_rating.field_helpdesk_ticket_stage__rating_mail_template_id
msgid ""
"If set, an email will be sent to the customer with a rating survey when the"
" ticket reaches this stage."
"If set, an email will be sent to the customer with a rating survey when the "
"ticket reaches this stage."
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.model.fields,field_description:helpdesk_mgmt_rating.field_helpdesk_ticket____last_update
#: model:ir.model.fields,field_description:helpdesk_mgmt_rating.field_helpdesk_ticket_stage____last_update
msgid "Last Modified on"
msgstr ""

#. module: helpdesk_mgmt_rating
Expand All @@ -125,25 +170,56 @@ msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.actions.act_window,name:helpdesk_mgmt_rating.helpdesk_ticket_rating_action
#: model:ir.model.fields,field_description:helpdesk_mgmt_rating.field_helpdesk_ticket__rating_ids
msgid "Rating"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.model.fields,field_description:helpdesk_mgmt_rating.field_helpdesk_ticket__rating_avg
msgid "Rating Average"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.model.fields,field_description:helpdesk_mgmt_rating.field_helpdesk_ticket_stage__rating_mail_template_id
msgid "Rating Email Template"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.model.fields,field_description:helpdesk_mgmt_rating.field_helpdesk_ticket__rating_last_feedback
msgid "Rating Last Feedback"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.model.fields,field_description:helpdesk_mgmt_rating.field_helpdesk_ticket__rating_last_image
msgid "Rating Last Image"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.model.fields,field_description:helpdesk_mgmt_rating.field_helpdesk_ticket__rating_last_value
msgid "Rating Last Value"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.model.fields,field_description:helpdesk_mgmt_rating.field_helpdesk_ticket__rating_count
msgid "Rating count"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.model.fields.selection,name:helpdesk_mgmt_rating.selection__helpdesk_ticket__rating_status__stage_change
msgid "Rating when changing stage"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model_terms:ir.ui.view,arch_db:helpdesk_mgmt_rating.ticket_view_form_inherit
#: model:mail.message.subtype,description:helpdesk_mgmt_rating.mt_ticket_rating
#: model_terms:ir.ui.view,arch_db:helpdesk_mgmt_rating.ticket_view_form_inherit
msgid "Ratings"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:ir.model.fields,help:helpdesk_mgmt_rating.field_helpdesk_ticket__rating_last_feedback
msgid "Reason of the rating"
msgstr ""

#. module: helpdesk_mgmt_rating
#: model:mail.template,subject:helpdesk_mgmt_rating.rating_ticket_email_template
msgid "Satisfaction Survey of the ticket ${object.number} - ${object.name}"
Expand Down
Loading

0 comments on commit f120c15

Please sign in to comment.