From 9d8b13bc00f099b205f0411bd385ab8a229aeea9 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Wed, 18 Dec 2019 14:10:30 -0600 Subject: [PATCH 01/28] [ADD] helpdesk_motive --- helpdesk_motive/README.rst | 21 +++++ helpdesk_motive/__init__.py | 4 + helpdesk_motive/__manifest__.py | 28 ++++++ helpdesk_motive/i18n/es.po | 82 ++++++++++++++++++ helpdesk_motive/models/__init__.py | 5 ++ helpdesk_motive/models/helpdesk_ticket.py | 11 +++ .../models/helpdesk_ticket_motive.py | 12 +++ helpdesk_motive/readme/CONFIGURE.rst | 2 + helpdesk_motive/readme/CONTRIBUTORS.rst | 7 ++ helpdesk_motive/readme/DESCRIPTION.rst | 2 + helpdesk_motive/readme/USAGE.rst | 2 + helpdesk_motive/security/ir.model.access.csv | 3 + helpdesk_motive/static/description/icon.png | Bin 0 -> 6995 bytes helpdesk_motive/views/helpdesk_ticket.xml | 17 ++++ .../views/helpdesk_ticket_motive.xml | 42 +++++++++ 15 files changed, 238 insertions(+) create mode 100644 helpdesk_motive/README.rst create mode 100644 helpdesk_motive/__init__.py create mode 100644 helpdesk_motive/__manifest__.py create mode 100644 helpdesk_motive/i18n/es.po create mode 100644 helpdesk_motive/models/__init__.py create mode 100644 helpdesk_motive/models/helpdesk_ticket.py create mode 100644 helpdesk_motive/models/helpdesk_ticket_motive.py create mode 100644 helpdesk_motive/readme/CONFIGURE.rst create mode 100644 helpdesk_motive/readme/CONTRIBUTORS.rst create mode 100644 helpdesk_motive/readme/DESCRIPTION.rst create mode 100644 helpdesk_motive/readme/USAGE.rst create mode 100644 helpdesk_motive/security/ir.model.access.csv create mode 100644 helpdesk_motive/static/description/icon.png create mode 100644 helpdesk_motive/views/helpdesk_ticket.xml create mode 100644 helpdesk_motive/views/helpdesk_ticket_motive.xml diff --git a/helpdesk_motive/README.rst b/helpdesk_motive/README.rst new file mode 100644 index 0000000000..21cd7854d5 --- /dev/null +++ b/helpdesk_motive/README.rst @@ -0,0 +1,21 @@ +**This file is going to be generated by oca-gen-addon-readme.** + +*Manual changes will be overwritten.* + +Please provide content in the ``readme`` directory: + +* **DESCRIPTION.rst** (required) +* INSTALL.rst (optional) +* CONFIGURE.rst (optional) +* **USAGE.rst** (optional, highly recommended) +* DEVELOP.rst (optional) +* ROADMAP.rst (optional) +* HISTORY.rst (optional, recommended) +* **CONTRIBUTORS.rst** (optional, highly recommended) +* CREDITS.rst (optional) + +Content of this README will also be drawn from the addon manifest, +from keys such as name, authors, maintainers, development_status, +and license. + +A good, one sentence summary in the manifest is also highly recommended. diff --git a/helpdesk_motive/__init__.py b/helpdesk_motive/__init__.py new file mode 100644 index 0000000000..28d65ea3c5 --- /dev/null +++ b/helpdesk_motive/__init__.py @@ -0,0 +1,4 @@ +# Copyright (C) 2019 Open Source Integrators +# Copyright (C) 2019 Konos +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from . import models diff --git a/helpdesk_motive/__manifest__.py b/helpdesk_motive/__manifest__.py new file mode 100644 index 0000000000..8db0312480 --- /dev/null +++ b/helpdesk_motive/__manifest__.py @@ -0,0 +1,28 @@ +# Copyright (C) 2019 Open Source Integrators +# Copyright (C) 2019 Konos +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Helpdesk Motive", + "version": "12.0.1.0.0", + "license": "AGPL-3", + "summary": "Keep the motive ", + "author": "Konos, " + "Open Source Integrators, " + "Odoo Community Association (OCA)", + "website": "https://githut.com/OCA/helpdesk", + "depends": [ + "helpdesk_mgmt", + ], + "data": [ + 'security/ir.model.access.csv', + 'views/helpdesk_ticket_motive.xml', + 'views/helpdesk_ticket.xml', + ], + "application": False, + "development_status": "Stable", + "maintainers": [ + "nelsonramirezs", + "max3903", + ], +} diff --git a/helpdesk_motive/i18n/es.po b/helpdesk_motive/i18n/es.po new file mode 100644 index 0000000000..815d0b16c8 --- /dev/null +++ b/helpdesk_motive/i18n/es.po @@ -0,0 +1,82 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * helpdesk_motive +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0+e-20191022\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-12-16 01:41+0000\n" +"PO-Revision-Date: 2019-12-15 22:41-0300\n" +"Last-Translator: Nelson Ram??rez \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: \n" +"Language: es\n" +"X-Generator: Poedit 2.2.3\n" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__display_name +msgid "Display Name" +msgstr "Nombre a mostrar" + +#. module: helpdesk_motive +#: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_motive_tree +#: model:ir.model,name:helpdesk_motive.model_helpdesk_motive +#: model:ir.ui.menu,name:helpdesk_motive.helpdesk_motive +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_motive_form +msgid "Helpdesk Motive" +msgstr "Motivo" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__team_id +msgid "Helpdesk Team" +msgstr "Equipo de Helpdesk" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket +msgid "Helpdesk Ticket" +msgstr "Ticket de Helpdesk" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__id +msgid "ID" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive____last_update +msgid "Last Modified on" +msgstr "??ltima modificaci??n en" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__write_uid +msgid "Last Updated by" +msgstr "??ltima actualizaci??n por" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__write_date +msgid "Last Updated on" +msgstr "??ltima actualizaci??n el" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive +#: model:ir.model.fields,help:helpdesk_motive.field_helpdesk_ticket__motive +msgid "Motive" +msgstr "Motivo" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__name +msgid "Name" +msgstr "Nombre" diff --git a/helpdesk_motive/models/__init__.py b/helpdesk_motive/models/__init__.py new file mode 100644 index 0000000000..e96e17d70e --- /dev/null +++ b/helpdesk_motive/models/__init__.py @@ -0,0 +1,5 @@ +# Copyright (C) 2019 Open Source Integrators +# Copyright (C) 2019 Konos +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from . import helpdesk_ticket +from . import helpdesk_ticket_motive diff --git a/helpdesk_motive/models/helpdesk_ticket.py b/helpdesk_motive/models/helpdesk_ticket.py new file mode 100644 index 0000000000..4b0ee18f1e --- /dev/null +++ b/helpdesk_motive/models/helpdesk_ticket.py @@ -0,0 +1,11 @@ +# Copyright (c) 2019 Open Source Integrators +# Copyright (C) 2019 Konos +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from odoo import fields, models + + +class HelpdeskTicket(models.Model): + _inherit = 'helpdesk.ticket' + + motive_id = fields.Many2one( + "helpdesk.ticket.motive", string="Motive", help="Motive") diff --git a/helpdesk_motive/models/helpdesk_ticket_motive.py b/helpdesk_motive/models/helpdesk_ticket_motive.py new file mode 100644 index 0000000000..7e30362c8b --- /dev/null +++ b/helpdesk_motive/models/helpdesk_ticket_motive.py @@ -0,0 +1,12 @@ +# Copyright (C) 2019 Konos +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). +from odoo import fields, models + + +class HelpdeskMotive(models.Model): + _name = "helpdesk.ticket.motive" + _description = 'Helpdesk Motive' + _order = "name asc" + + name = fields.Char('Name', required=True) + team_id = fields.Many2one('helpdesk.ticket.team', string='Helpdesk Team') diff --git a/helpdesk_motive/readme/CONFIGURE.rst b/helpdesk_motive/readme/CONFIGURE.rst new file mode 100644 index 0000000000..6e4066bba7 --- /dev/null +++ b/helpdesk_motive/readme/CONFIGURE.rst @@ -0,0 +1,2 @@ +* Go to Helpdesk > Configuration > Motives +* Create your list of different motives with their name and teams diff --git a/helpdesk_motive/readme/CONTRIBUTORS.rst b/helpdesk_motive/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000000..a6f2b28949 --- /dev/null +++ b/helpdesk_motive/readme/CONTRIBUTORS.rst @@ -0,0 +1,7 @@ +* `Open Source Integrators `_: + + * Maxime Chambreuil + +* `Konos `_: + + * Nelson Sanchez diff --git a/helpdesk_motive/readme/DESCRIPTION.rst b/helpdesk_motive/readme/DESCRIPTION.rst new file mode 100644 index 0000000000..de489962c4 --- /dev/null +++ b/helpdesk_motive/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module adds a motive field on the helpdesk ticket. +The list is filtered based on the helpdesk team. diff --git a/helpdesk_motive/readme/USAGE.rst b/helpdesk_motive/readme/USAGE.rst new file mode 100644 index 0000000000..4af9fd4283 --- /dev/null +++ b/helpdesk_motive/readme/USAGE.rst @@ -0,0 +1,2 @@ +* Go to Helpdesk +* Create a ticket and set its motive. The list of motives is limited by the team. diff --git a/helpdesk_motive/security/ir.model.access.csv b/helpdesk_motive/security/ir.model.access.csv new file mode 100644 index 0000000000..c8b2a7b6ed --- /dev/null +++ b/helpdesk_motive/security/ir.model.access.csv @@ -0,0 +1,3 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +ir_model_access_helpdesk_motive_user,helpdesk_motive_group_manager,model_helpdesk_ticket_motive,helpdesk_mgmt.group_helpdesk_user,1,0,0,0 +ir_model_access_helpdesk_motive_manager,helpdesk_motive_group_user,model_helpdesk_ticket_motive,helpdesk_mgmt.group_helpdesk_manager,1,1,1,1 diff --git a/helpdesk_motive/static/description/icon.png b/helpdesk_motive/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b67e6fefd7f617d167604644fab36d65cad64756 GIT binary patch literal 6995 zcmc&&cTiN_lAj?fL4tq`NgY5X3^_+dK(dly2uczdKn9R7B*{pWoI!HVabOSu$vF=} za+V}H&*Jyq+pl(O-~PFKZdF&;?Q_qs>vq?#`!oiPSpbkK$jZwCfIt8Mc>4e_GXOup z9Xxz;QZh<%3Nq6BWTd2|)Z`SDq?BZ&;o#upxLuH2d8_}?{*wP)aQ*cH z^Bq7&0LTQAV*|+mSY$wKG9cy$fcDlwEbKq7{^!EM!^XwO`eRfj1pu+Ju(9r96X6mN z{@L(nGY%Q~BW_$ge2T}<-@Jo+M`rNYSKOxp^YXn=Gxmw9tkQ7E9NuT*SNCmcZ5yFv zmVT*e;uoEjy?A>d%`MP>1^aUz5ck%^M+U$KVEuu^!^Oe=%O4;XHW|(>*7G+MJiPZG zgKxoJs6}Q}sJ9I7<1#H$Vx|E^w>z=Ou*m?DfZeB9fKLwz{$B-=gTjN6byCof;^!{B z(C(*km*B9C&s9z+N}>8h?0qPuH&xS4*}Hvp)JH}hu%O^#^w^z9fq>!Q)QkfZcQ%^B z{bxz#HtQS84{AZ<&!E<)avI$UOkpj3PT?R1vz~ZPWqM_`X;c5UY`v|sueQ$&Cj?F! z!%7kO3Nh`_u}ppitr_m^of2G`vjV+KD`20KPovA0gsHtPtnJBDipSbJ1Ya#2%U~d7 zZ?W|Z1>=&fH=rCgn?%b(TCg;FVXfXE+v3IY9~4!X#VNb@*ZO2UANdVzo_c~tQ7h@! zcYE9Cow5|PfYw7zmM|IKe>~mXqhzc z;b@f2+cJ-Yp13#nNH5FPpH9kLNQ=>5MsJ^c#kgCX@($Z2-2ck2JSXzvhFwE0_+&EL zGgQyD$P-WbLw4Cx$8nW)A-e>H^#v(utMyH~;&a5D(1OIbjK?;<<-YB|m`3fRhre)InqkrTI zJb?DDrd7BDwlG!K5fWs9`JX%LRG*YCe}I5gd#K{XK4*R96ho`Iyg5to(%EaRv-31J zT|JW}xhIhEj?dm_5&_4Kdx=kV8vc6EV9i9CJ<1^r;X#Dlk^CHgtma8xA=lTeuIXN! zx3Bx#;o|otUF{*NJNffse3W%LXuzW(CbYCLzaTbayD5PIA}kjjKMs@HGYoKZ$u!mt zxvL8)$b$UB0GOuLM|>^j?K|eqKQa9D%#a{V!~iIWre=*C*rG1VX-Q046$y*L7C6z^ z0Bjx=!IdTzhB$$Fq;K@xh)fpTsU_bRd$6^|yx}75YSNW#w$i@B(Qq=rq9wY}@%kR> zk-Ps5$}0%6f0MuB9$?dPjw2rB2^(`Y(oAhR8ahpuzQ(_imqd6JaUS0DjzH(y26P1= zkXexl2_4M@KNexH0DTPpRgqCyAj?F%ALG@-Zc~>?MU~%7Z{E4!V27=POJ5dKr!$wR z^A9|YuMVOetbS%3$1P?rJU|!KtA{RmuOI$V6$3~^O1hTe^Oz-A^6ADa22WrB6AAgV zz>3&@b3OFh;vA6vmnu1>DfH;+infwC2$4DyYF)la>++kzjI)k2ae(^RmSe0`KiKtX z{sXQm`I+dXg9nm7*Gi~c(1Dw~Gi^uMvp>#L!*K-xX)$}5M6+FW}vEc@-jWg5w3kdO}{#`b3 zAdQF-(o3y=nhizeu788_?Bvkj<5B;y-%E0$1?P)uOsOJ7z(u1yf6XJ!mj|_8hE!=Q z3A~&IL0H4GLsuQr+(?uU0H*~9zlzwdf_|^R4wE?ZV!5SS8hjne?PSptdfQcJ+P$TG z*1=PIW$N}%XosH%H;%a&K;G3lr(D<(+bITs$3Cy6>h>|vd{Us`({J7=W{XXUguSCc z9kzs;WNPVy0M*v+F%<8I=1Tn6!ry)9HiEz}2)%LDe;5TvegJP)sw`dkF#eL{-x4b; z?0$P;F<-peDK^U(uYsuav@nd|+>{TAIHnnzOtBGOza#lH?^t!2aCp%@#(3qbYXdeQ z5Tkr1u~C$pLtXLk+q~|?0Ze`mde-bfuNxsbhm6`i^R~34iy{Cg6PK9zdgeAc4a+Z_ zNZ+ryA1++6+P0l?Px3aLkb;z;-j3uGV@26QpUb^iJU3p62}z=uz1~`SfrbX%oT{AwFb&_^+Qnw2$5v!!{k;dPgaYReSZw?P8(MKbL@a^BQl>flL}T%v(4 z|F&Y7NZ4gk$&fR3^;Xu9Xn6T{4AnV#>56j;dl}(`o=l(zn^2Ol@}bLji3zzAxC{HN z#a2&9)ua+ndU=6Uv0dHl4%RbalOvJ3k`b8Abwk68F{#mm>OwV&QMenl2?Sarg z**K@=Jdwf3PuIy**@IoluF*jCft?6d!uLmJUDLIb$V@f6Ncpb`+na??S3hRN2_~dC zA}w3pI^;?+Y_qGBR$_nBFki9ST~WBOpCPYZuESriyGFUI5}mf1J!cQVTiaxAw{7tw zIoM-nxW75h-Q%Y421MXAW&;C(Kpg?qhD1rYKFRJ{GhVwg?3|SL16b%!-|B|XBy-oi7I^}Vfs7s*ic@>h{U{cy6mu*9RlY!u3ePsa z4!&ctCJ=W==K)Eng{KWeS-JmaF>I+gdNBck0T8zxL1sb@2)v4~CW~(qyWd43N${62 zd{7X7b)2C%J&8K2_d?Bh`C8VIf1OsvwNye8Q^8=(Lj|k{6EDsVnu1PCv zX(_Yvc>wS;j))PDBZR%Py6la+P#dpjUi#@THai=y$y96%z(5lND8c}obTNPm48RfQ z1lxLcl44u%z%=~{lsJWsOK`Y%1iJ<5LG68nAWbXiNkycxddbWcoN#i}CQ2`q>4kSm z{(zoi0Bx6vLTPzYhOXrgANT5Xq%cLv*6XY<9+!tUPHNQ3jO@QRxn)-$0vu9X0ufSe zF>-?*iQ{2KfuX!=wFVaWqX8oL+cPx-XG@r_?ef?FXl8G=Gs&uws(Y-Bj5wO6UYM zntg(gKP%s~Lf!GCUqPefaU%WwiXGpF!79&Iel7{Z-SfZ2rA5t*bB2}Na?)mWZk)$P zZ!0^m!lPiJ6*su>AV=5$V203E4i+zDYt~@B$E<0|1l`OaGST5P(HlnN`gF|Am}gg4 zo9m0bsWXhy^T-e-QX??sdFM>E%lX9kJ)1INAmV3Q?tbsQ0}HcyWQh}#U4%SS#Y=G5 z-eWoP2c1IRfoVNrB8hpm&QZyVuPUtrB5|aA2m&5Hr+T4{9-~pkER`hFIm-pB zp;l*U_$4NR13fOkaz`IUA#$>wx1eLcNIWx%O<;6dHc51@G zB|PAf4AvQ0wiD(o-|DUBlnzW~9#!h>YOfoMG?}f}?|GVZf-I#on_i2ncL#^RJ!VJ6 zrOA$ReoyjC5)6(S2}Ek}bn1$x-w%Z)vrr3%!&F^`LBu)-Xre%>4CM%JdgO;%JYQyuRct+f!#7K2{UP+Lia<#q|?;FKMiuXM? zk987GB?N`&h#+>u{lbokXNCnBkVfoDv;Ijp7FUH}dM=wY_?KE?H8qd}-p;qSfOWDLM#Jbix(#e@N{4xU&W zZBe_s-AH@gHqZ(|y{q0s^@I{%7CYq?o;E%}d0UFA*<1m}o>P+I zlDwBWQVII&u1aJt#z##Lx+8W@(hkaw`yMQ{7D!A7q?@{*q-=w|a)`%=?C7^Zimb$1 zF^}R&X{+Op58YNiz-?dl?*u5Hh1cNf16A*r@3TTdc<2-Z51Y(RfrH(Kqb4!3`85y9 z2r|X26~8Y8G@=isi$%iUI#SMu!02I((jE~pd7%|%Z{S^#7G2;JDsT95)SBQ#ov`z@ zWXt$DuT?GmBkQS@g*DXA->907@A_7gI*vYK;}2MqtWc$$)N9581q0!_z?Flu5^<^! z<2^eG1&XLb$mq_zQ8_xUrawTCkcOG8rml;Ij$dGH?3CHeAz1I=_*!S)1aH(ww&f8| zd5raZTLI8Z{bulIy3F&MQ6^>3{Q?GP12EdP?bNIFZTw(UF0oXLukj zw@^j@TX?JTe!XLOY%qAyW0KY|H2C@sT)f3E$ZoycYwO(2qHL$6akn1CyI7*VbST>noG~=4WZCzwsEL_o_Y*prVt+ zuIJubSfSqj%vH~8Xf1;Fg*>zWwzVn=hagEg{aXeHbXHOs3u|IvbDtyw(Tsv1l|VlP z*w4d7OU=`I%{8&SF{M>Bmnjq)IJN2gzqe90~Nk z0~5p<24B9rC@;!Lsy3Nz-FHmH^jAH`>{uY$E7&%`Or|EwB*2Q#qr4T|uG(3hxU3cnp?;fN31RBe;bQ4^jq!COdEDWH!=IFo5X50RjD+ zJKsJ(9@*M8UlW@Ysr2GJrN0hk*hxQ9#{gV|n?sVXId{WtE*~_H@H1x8-qaK_GD==Z z&e~j(<(8II)Cl3{jr11rYnreAs^xAt;WC*fsnvPD^|mhD>RYJ|0(L=n*%!K#3T2*N zm-uOapz2fb``qbR^)h9go9b7O>a%U^+||yrJ$VeEW7UiIxqNx!ywj1QmimhU_3?D9==wnau zLzRBye)q5qRr)KcbkahX>3zehCo8eEZPgD?Sf^nBd~$>jtG$L zP~2N_v2|}G=y>K>;0Ow~62lsO4U&}^UF@ysxKT*z^>#vV=p58k38SH!4JLvZKr-1$ z%%v>;mcxSS3AZB4a8Qcl?nBrRLk)C1gxyxn`9CJSRn*?cXnUro1!zi&8T1 z+h**Zp>mkOgpZQnCx$@#dr7{*hJjAX`Xc`JbPcu7yT|#e>-k!ZfBF?YZkVkIYKy=Kk{2w#S24uD_rlt%N$T~k-zc*xb;qu zSmHhDN}}e^2T&J?rug|0&q3WtwL`)qhgncZyl_X$SN&)-b@nE6ZQnD2qY(3+S(=px zId(xFv?d;nVS&Nj?o;svP`*x3y3>(?6V+~utT1uoK&43gdcGq`dmseSby=k)rcPLa z)QIx~0zrkr&t$U01;YcmL?w=yZQXewny#{$jSl&%_zQLv1FcZo9kJNao?eNZ4>*!9 z@S9whsDhnd4QDZ#W6=(G@TMd6koGrb*LRJmr@pWo_Tjgthro23UHH)&=JXE;R zt`e6~jWM+~UgmNHb7=(qDOaR8LewOFKt~)P35Anqzaw&Ez}a&*Rz;~tlxn$kXS;Gl zjpvbhh+~?=v=(hcU2Xqw3PO4E`||(z_8*M_@SfFcflTUF3_$id?9ewKT>i-|CUaIT zTXt2Wx{J2C(QY_gl~uYp9GkKMUrNh-P?ypE!EYr<$BvrbznTl+;x-8mDS?O&gg{EG zHg~;aL0K#!4?e~hO(t?7HvhiGsAAy`phy zhI(CocJR=1HU0^BMA@bOruqYD2=`Mt2=~k6Ie3Kre;xB5tocUv(aZ6Fq4X%LKN{69 ze_-et4xcXxykxI2Su;%+?>qg=Tgy5Ji;?+|A1C*|Zkz0iN&;$C!Nlj=X2sMJep-7( z6)8Ne-1ii9=1&!>7JH#e1v}z=^5zFWKAQU03p*@IIs`Vm+c_$pN?xRsc(2bhX?Is% z50`PN23)t)Wo8$peyvTd2z1{}w{A$7y|T_n)vx!?Zx}s*G!Yv1PWe!Uq}V$&6WDrb zW=U0;_Us)An6z_QYszH&o$>!p!=u?uxJv5~@-Po{(^iMI35|HZDM@yEI$y$PWcv1s zwY{qc^# + + + + Add Motive on Helpdesk Ticket + helpdesk.ticket + + + + + + + + + diff --git a/helpdesk_motive/views/helpdesk_ticket_motive.xml b/helpdesk_motive/views/helpdesk_ticket_motive.xml new file mode 100644 index 0000000000..3b7155b347 --- /dev/null +++ b/helpdesk_motive/views/helpdesk_ticket_motive.xml @@ -0,0 +1,42 @@ + + + + + helpdesk.ticket.motive.form + helpdesk.ticket.motive + +
+ + + + +
+
+
+ + + helpdesk.ticket.motive.tree + helpdesk.ticket.motive + + + + + + + + + + Helpdesk Ticket Motive + helpdesk.ticket.motive + form + tree,form + + + + +
From 830fdc177de37edea6bb5df1f9cc60d18295f578 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Wed, 18 Dec 2019 17:55:40 -0600 Subject: [PATCH 02/28] [IMP] helpdesk_motive --- helpdesk_motive/models/helpdesk_ticket.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/helpdesk_motive/models/helpdesk_ticket.py b/helpdesk_motive/models/helpdesk_ticket.py index 4b0ee18f1e..b1dd4f1e4f 100644 --- a/helpdesk_motive/models/helpdesk_ticket.py +++ b/helpdesk_motive/models/helpdesk_ticket.py @@ -1,7 +1,7 @@ # Copyright (c) 2019 Open Source Integrators # Copyright (C) 2019 Konos # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from odoo import fields, models +from odoo import api, fields, models class HelpdeskTicket(models.Model): @@ -9,3 +9,9 @@ class HelpdeskTicket(models.Model): motive_id = fields.Many2one( "helpdesk.ticket.motive", string="Motive", help="Motive") + + @api.multi + @api.onchange('team_id', 'user_id') + def _onchange_dominion_user_id(self): + super()._onchange_dominion_user_id() + self.motive_id = False From eec74e3724b50a866f86e20e7fe1f3c679080726 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Mon, 23 Dec 2019 10:53:24 -0600 Subject: [PATCH 03/28] Update helpdesk_motive/views/helpdesk_ticket_motive.xml Co-Authored-By: Bhavesh Odedra --- helpdesk_motive/README.rst | 112 ++++- helpdesk_motive/i18n/es.po | 43 +- helpdesk_motive/i18n/helpdesk_motive.pot | 88 ++++ helpdesk_motive/static/description/index.html | 446 ++++++++++++++++++ .../views/helpdesk_ticket_motive.xml | 2 +- 5 files changed, 658 insertions(+), 33 deletions(-) create mode 100644 helpdesk_motive/i18n/helpdesk_motive.pot create mode 100644 helpdesk_motive/static/description/index.html diff --git a/helpdesk_motive/README.rst b/helpdesk_motive/README.rst index 21cd7854d5..d61bf275d9 100644 --- a/helpdesk_motive/README.rst +++ b/helpdesk_motive/README.rst @@ -1,21 +1,101 @@ -**This file is going to be generated by oca-gen-addon-readme.** +=============== +Helpdesk Motive +=============== -*Manual changes will be overwritten.* +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -Please provide content in the ``readme`` directory: +.. |badge1| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge2| image:: https://img.shields.io/badge/github-OCA%2Fhelpdesk-lightgray.png?logo=github + :target: https://github.com/OCA/helpdesk/tree/12.0/helpdesk_motive + :alt: OCA/helpdesk +.. |badge3| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/helpdesk-12-0/helpdesk-12-0-helpdesk_motive + :alt: Translate me on Weblate +.. |badge4| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/282/12.0 + :alt: Try me on Runbot -* **DESCRIPTION.rst** (required) -* INSTALL.rst (optional) -* CONFIGURE.rst (optional) -* **USAGE.rst** (optional, highly recommended) -* DEVELOP.rst (optional) -* ROADMAP.rst (optional) -* HISTORY.rst (optional, recommended) -* **CONTRIBUTORS.rst** (optional, highly recommended) -* CREDITS.rst (optional) +|badge1| |badge2| |badge3| |badge4| -Content of this README will also be drawn from the addon manifest, -from keys such as name, authors, maintainers, development_status, -and license. +This module adds a motive field on the helpdesk ticket. +The list is filtered based on the helpdesk team. -A good, one sentence summary in the manifest is also highly recommended. +**Table of contents** + +.. contents:: + :local: + +Configuration +============= + +* Go to Helpdesk > Configuration > Motives +* Create your list of different motives with their name and teams + +Usage +===== + +* Go to Helpdesk +* Create a ticket and set its motive. The list of motives is limited by the team. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Konos +* Open Source Integrators + +Contributors +~~~~~~~~~~~~ + +* `Open Source Integrators `_: + + * Maxime Chambreuil + +* `Konos `_: + + * Nelson Sanchez + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +.. |maintainer-nelsonramirezs| image:: https://github.com/nelsonramirezs.png?size=40px + :target: https://github.com/nelsonramirezs + :alt: nelsonramirezs +.. |maintainer-max3903| image:: https://github.com/max3903.png?size=40px + :target: https://github.com/max3903 + :alt: max3903 + +Current `maintainers `__: + +|maintainer-nelsonramirezs| |maintainer-max3903| + +This module is part of the `OCA/helpdesk `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/helpdesk_motive/i18n/es.po b/helpdesk_motive/i18n/es.po index 815d0b16c8..413bf6f565 100644 --- a/helpdesk_motive/i18n/es.po +++ b/helpdesk_motive/i18n/es.po @@ -10,38 +10,35 @@ msgstr "" "PO-Revision-Date: 2019-12-15 22:41-0300\n" "Last-Translator: Nelson Ram??rez \n" "Language-Team: \n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: \n" -"Language: es\n" "X-Generator: Poedit 2.2.3\n" #. module: helpdesk_motive -#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__create_uid +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid msgid "Created by" msgstr "Creado por" #. module: helpdesk_motive -#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__create_date +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_date msgid "Created on" msgstr "Creado el" #. module: helpdesk_motive -#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__display_name +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__display_name msgid "Display Name" msgstr "Nombre a mostrar" #. module: helpdesk_motive -#: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_motive_tree -#: model:ir.model,name:helpdesk_motive.model_helpdesk_motive -#: model:ir.ui.menu,name:helpdesk_motive.helpdesk_motive -#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_motive_form +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_motive msgid "Helpdesk Motive" msgstr "Motivo" #. module: helpdesk_motive -#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__team_id +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__team_id msgid "Helpdesk Team" msgstr "Equipo de Helpdesk" @@ -51,32 +48,46 @@ msgid "Helpdesk Ticket" msgstr "Ticket de Helpdesk" #. module: helpdesk_motive -#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__id +#: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_ticket_motive_tree +#, fuzzy +msgid "Helpdesk Ticket Motive" +msgstr "Ticket de Helpdesk" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id msgid "ID" msgstr "" #. module: helpdesk_motive -#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive____last_update +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update msgid "Last Modified on" msgstr "??ltima modificaci??n en" #. module: helpdesk_motive -#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__write_uid +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n por" #. module: helpdesk_motive -#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__write_date +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n el" #. module: helpdesk_motive -#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive -#: model:ir.model.fields,help:helpdesk_motive.field_helpdesk_ticket__motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive_id +#: model:ir.model.fields,help:helpdesk_motive.field_helpdesk_ticket__motive_id +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_form msgid "Motive" msgstr "Motivo" #. module: helpdesk_motive -#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_motive__name +#: model:ir.ui.menu,name:helpdesk_motive.helpdesk_motive +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_tree +#, fuzzy +msgid "Motives" +msgstr "Motivo" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__name msgid "Name" msgstr "Nombre" diff --git a/helpdesk_motive/i18n/helpdesk_motive.pot b/helpdesk_motive/i18n/helpdesk_motive.pot new file mode 100644 index 0000000000..6c31a02f14 --- /dev/null +++ b/helpdesk_motive/i18n/helpdesk_motive.pot @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * helpdesk_motive +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid +msgid "Created by" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_date +msgid "Created on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__display_name +msgid "Display Name" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_motive +msgid "Helpdesk Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__team_id +msgid "Helpdesk Team" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket +msgid "Helpdesk Ticket" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_ticket_motive_tree +msgid "Helpdesk Ticket Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id +msgid "ID" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update +msgid "Last Modified on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_date +msgid "Last Updated on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive_id +#: model:ir.model.fields,help:helpdesk_motive.field_helpdesk_ticket__motive_id +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_form +msgid "Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.ui.menu,name:helpdesk_motive.helpdesk_motive +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_tree +msgid "Motives" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__name +msgid "Name" +msgstr "" + diff --git a/helpdesk_motive/static/description/index.html b/helpdesk_motive/static/description/index.html new file mode 100644 index 0000000000..3006880a34 --- /dev/null +++ b/helpdesk_motive/static/description/index.html @@ -0,0 +1,446 @@ + + + + + + +Helpdesk Motive + + + +
+

Helpdesk Motive

+ + +

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

+

This module adds a motive field on the helpdesk ticket. +The list is filtered based on the helpdesk team.

+

Table of contents

+ +
+

Configuration

+
    +
  • Go to Helpdesk > Configuration > Motives
  • +
  • Create your list of different motives with their name and teams
  • +
+
+
+

Usage

+
    +
  • Go to Helpdesk
  • +
  • Create a ticket and set its motive. The list of motives is limited by the team.
  • +
+
+
+

Bug Tracker

+

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

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Konos
  • +
  • Open Source Integrators
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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

+

Current maintainers:

+

nelsonramirezs max3903

+

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

+

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

+
+
+
+ + diff --git a/helpdesk_motive/views/helpdesk_ticket_motive.xml b/helpdesk_motive/views/helpdesk_ticket_motive.xml index 3b7155b347..61acd62495 100644 --- a/helpdesk_motive/views/helpdesk_ticket_motive.xml +++ b/helpdesk_motive/views/helpdesk_ticket_motive.xml @@ -37,6 +37,6 @@ name="Motives" parent="helpdesk_mgmt.helpdesk_ticket_config_main_menu" action="action_helpdesk_ticket_motive_tree" - sequence="5"/> + sequence="7"/> From b0083302db73643940b1d604779367be3f14c5be Mon Sep 17 00:00:00 2001 From: Marcel Savegnago Date: Thu, 16 Jan 2020 06:34:46 +0000 Subject: [PATCH 04/28] Added translation using Weblate (Portuguese (Brazil)) --- helpdesk_motive/i18n/pt_BR.po | 88 +++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 helpdesk_motive/i18n/pt_BR.po diff --git a/helpdesk_motive/i18n/pt_BR.po b/helpdesk_motive/i18n/pt_BR.po new file mode 100644 index 0000000000..e04c1f3621 --- /dev/null +++ b/helpdesk_motive/i18n/pt_BR.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * helpdesk_motive +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid +msgid "Created by" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_date +msgid "Created on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__display_name +msgid "Display Name" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_motive +msgid "Helpdesk Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__team_id +msgid "Helpdesk Team" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket +msgid "Helpdesk Ticket" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_ticket_motive_tree +msgid "Helpdesk Ticket Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id +msgid "ID" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update +msgid "Last Modified on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_date +msgid "Last Updated on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive_id +#: model:ir.model.fields,help:helpdesk_motive.field_helpdesk_ticket__motive_id +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_form +msgid "Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.ui.menu,name:helpdesk_motive.helpdesk_motive +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_tree +msgid "Motives" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__name +msgid "Name" +msgstr "" From 7a05b698bc3423ce22e53ae5f85b458096c449e6 Mon Sep 17 00:00:00 2001 From: Marcel Savegnago Date: Thu, 16 Jan 2020 06:40:56 +0000 Subject: [PATCH 05/28] Translated using Weblate (Portuguese (Brazil)) Currently translated at 21.4% (3 of 14 strings) Translation: helpdesk-12.0/helpdesk-12.0-helpdesk_motive Translate-URL: https://translation.odoo-community.org/projects/helpdesk-12-0/helpdesk-12-0-helpdesk_motive/pt_BR/ --- helpdesk_motive/i18n/pt_BR.po | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/helpdesk_motive/i18n/pt_BR.po b/helpdesk_motive/i18n/pt_BR.po index e04c1f3621..726fd30a80 100644 --- a/helpdesk_motive/i18n/pt_BR.po +++ b/helpdesk_motive/i18n/pt_BR.po @@ -6,28 +6,30 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Automatically generated\n" +"PO-Revision-Date: 2020-01-16 09:13+0000\n" +"Last-Translator: Marcel Savegnago \n" "Language-Team: none\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.10\n" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid msgid "Created by" -msgstr "" +msgstr "Criado por" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_date msgid "Created on" -msgstr "" +msgstr "Criado em" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__display_name msgid "Display Name" -msgstr "" +msgstr "Nome Exibido" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_motive From 47725ab515f7f2bc6ee9e03784747f3b718636ef Mon Sep 17 00:00:00 2001 From: Marcel Savegnago Date: Wed, 12 Feb 2020 21:35:09 +0000 Subject: [PATCH 06/28] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (14 of 14 strings) Translation: helpdesk-12.0/helpdesk-12.0-helpdesk_motive Translate-URL: https://translation.odoo-community.org/projects/helpdesk-12-0/helpdesk-12-0-helpdesk_motive/pt_BR/ --- helpdesk_motive/i18n/pt_BR.po | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/helpdesk_motive/i18n/pt_BR.po b/helpdesk_motive/i18n/pt_BR.po index 726fd30a80..2c1933dbcc 100644 --- a/helpdesk_motive/i18n/pt_BR.po +++ b/helpdesk_motive/i18n/pt_BR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2020-01-16 09:13+0000\n" +"PO-Revision-Date: 2020-02-12 21:35+0000\n" "Last-Translator: Marcel Savegnago \n" "Language-Team: none\n" "Language: pt_BR\n" @@ -34,57 +34,57 @@ msgstr "Nome Exibido" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_motive msgid "Helpdesk Motive" -msgstr "" +msgstr "Motivo da Central de Ajuda" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__team_id msgid "Helpdesk Team" -msgstr "" +msgstr "Time da Central de Ajuda" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket msgid "Helpdesk Ticket" -msgstr "" +msgstr "Chamado" #. module: helpdesk_motive #: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_ticket_motive_tree msgid "Helpdesk Ticket Motive" -msgstr "" +msgstr "Motivo do Chamado da Central de Ajuda" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id msgid "ID" -msgstr "" +msgstr "ID" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update msgid "Last Modified on" -msgstr "" +msgstr "??ltima Modifica????o em" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid msgid "Last Updated by" -msgstr "" +msgstr "Atualizado recentemente por" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_date msgid "Last Updated on" -msgstr "" +msgstr "??ltima Atualiza????o em" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive_id #: model:ir.model.fields,help:helpdesk_motive.field_helpdesk_ticket__motive_id #: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_form msgid "Motive" -msgstr "" +msgstr "Motivo" #. module: helpdesk_motive #: model:ir.ui.menu,name:helpdesk_motive.helpdesk_motive #: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_tree msgid "Motives" -msgstr "" +msgstr "Motivos" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__name msgid "Name" -msgstr "" +msgstr "Nome" From 05c5194cdc8c04b92d2835ecf651c4b74f2e7867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelson=20Ram=C3=ADrez=20S=C3=A1nchez?= Date: Wed, 25 Mar 2020 16:24:29 +0000 Subject: [PATCH 07/28] Translated using Weblate (Spanish) Currently translated at 92.9% (13 of 14 strings) Translation: helpdesk-12.0/helpdesk-12.0-helpdesk_motive Translate-URL: https://translation.odoo-community.org/projects/helpdesk-12-0/helpdesk-12-0-helpdesk_motive/es/ --- helpdesk_motive/i18n/es.po | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/helpdesk_motive/i18n/es.po b/helpdesk_motive/i18n/es.po index 413bf6f565..e53cbb69f9 100644 --- a/helpdesk_motive/i18n/es.po +++ b/helpdesk_motive/i18n/es.po @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: Odoo Server 12.0+e-20191022\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-12-16 01:41+0000\n" -"PO-Revision-Date: 2019-12-15 22:41-0300\n" -"Last-Translator: Nelson Ram??rez \n" +"PO-Revision-Date: 2020-03-25 19:13+0000\n" +"Last-Translator: Nelson Ram??rez S??nchez \n" "Language-Team: \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: \n" -"X-Generator: Poedit 2.2.3\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.10\n" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid @@ -49,9 +49,8 @@ msgstr "Ticket de Helpdesk" #. module: helpdesk_motive #: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_ticket_motive_tree -#, fuzzy msgid "Helpdesk Ticket Motive" -msgstr "Ticket de Helpdesk" +msgstr "Motivo del Ticket del Helpdesk" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id @@ -83,9 +82,8 @@ msgstr "Motivo" #. module: helpdesk_motive #: model:ir.ui.menu,name:helpdesk_motive.helpdesk_motive #: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_tree -#, fuzzy msgid "Motives" -msgstr "Motivo" +msgstr "Motivos" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__name From 17e804f8c9440b9464b0f9b7fb2db0da961ac762 Mon Sep 17 00:00:00 2001 From: Josep M Date: Mon, 18 May 2020 10:04:50 +0000 Subject: [PATCH 08/28] Translated using Weblate (Spanish) Currently translated at 100.0% (14 of 14 strings) Translation: helpdesk-12.0/helpdesk-12.0-helpdesk_motive Translate-URL: https://translation.odoo-community.org/projects/helpdesk-12-0/helpdesk-12-0-helpdesk_motive/es/ --- helpdesk_motive/i18n/es.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helpdesk_motive/i18n/es.po b/helpdesk_motive/i18n/es.po index e53cbb69f9..3491d286d6 100644 --- a/helpdesk_motive/i18n/es.po +++ b/helpdesk_motive/i18n/es.po @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: Odoo Server 12.0+e-20191022\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-12-16 01:41+0000\n" -"PO-Revision-Date: 2020-03-25 19:13+0000\n" -"Last-Translator: Nelson Ram??rez S??nchez \n" +"PO-Revision-Date: 2020-05-18 12:19+0000\n" +"Last-Translator: Josep M \n" "Language-Team: \n" "Language: es\n" "MIME-Version: 1.0\n" @@ -30,7 +30,7 @@ msgstr "Creado el" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__display_name msgid "Display Name" -msgstr "Nombre a mostrar" +msgstr "Nombre mostrado" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_motive @@ -45,7 +45,7 @@ msgstr "Equipo de Helpdesk" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket msgid "Helpdesk Ticket" -msgstr "Ticket de Helpdesk" +msgstr "Ticket Helpdesk" #. module: helpdesk_motive #: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_ticket_motive_tree @@ -55,7 +55,7 @@ msgstr "Motivo del Ticket del Helpdesk" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id msgid "ID" -msgstr "" +msgstr "ID" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update From ca18a6f06f47a41be0792de9ebea216f1301167a Mon Sep 17 00:00:00 2001 From: AntoniRomera Date: Fri, 5 Jun 2020 10:16:57 +0200 Subject: [PATCH 09/28] [IMP] : black, isort, prettier --- helpdesk_motive/__manifest__.py | 21 +++++---------- helpdesk_motive/models/helpdesk_ticket.py | 11 ++++---- .../models/helpdesk_ticket_motive.py | 6 ++--- helpdesk_motive/views/helpdesk_ticket.xml | 11 ++++---- .../views/helpdesk_ticket_motive.xml | 26 ++++++++----------- 5 files changed, 33 insertions(+), 42 deletions(-) diff --git a/helpdesk_motive/__manifest__.py b/helpdesk_motive/__manifest__.py index 8db0312480..b76c1a3edd 100644 --- a/helpdesk_motive/__manifest__.py +++ b/helpdesk_motive/__manifest__.py @@ -4,25 +4,18 @@ { "name": "Helpdesk Motive", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "license": "AGPL-3", "summary": "Keep the motive ", - "author": "Konos, " - "Open Source Integrators, " - "Odoo Community Association (OCA)", + "author": "Konos, " "Open Source Integrators, " "Odoo Community Association (OCA)", "website": "https://githut.com/OCA/helpdesk", - "depends": [ - "helpdesk_mgmt", - ], + "depends": ["helpdesk_mgmt",], "data": [ - 'security/ir.model.access.csv', - 'views/helpdesk_ticket_motive.xml', - 'views/helpdesk_ticket.xml', + "security/ir.model.access.csv", + "views/helpdesk_ticket_motive.xml", + "views/helpdesk_ticket.xml", ], "application": False, "development_status": "Stable", - "maintainers": [ - "nelsonramirezs", - "max3903", - ], + "maintainers": ["nelsonramirezs", "max3903",], } diff --git a/helpdesk_motive/models/helpdesk_ticket.py b/helpdesk_motive/models/helpdesk_ticket.py index b1dd4f1e4f..b2fdd18928 100644 --- a/helpdesk_motive/models/helpdesk_ticket.py +++ b/helpdesk_motive/models/helpdesk_ticket.py @@ -5,13 +5,14 @@ class HelpdeskTicket(models.Model): - _inherit = 'helpdesk.ticket' + _inherit = "helpdesk.ticket" motive_id = fields.Many2one( - "helpdesk.ticket.motive", string="Motive", help="Motive") + "helpdesk.ticket.motive", string="Motive", help="Motive" + ) - @api.multi - @api.onchange('team_id', 'user_id') + @api.onchange("team_id", "user_id") def _onchange_dominion_user_id(self): super()._onchange_dominion_user_id() - self.motive_id = False + for record in self: + record.motive_id = False diff --git a/helpdesk_motive/models/helpdesk_ticket_motive.py b/helpdesk_motive/models/helpdesk_ticket_motive.py index 7e30362c8b..ae74c5fda8 100644 --- a/helpdesk_motive/models/helpdesk_ticket_motive.py +++ b/helpdesk_motive/models/helpdesk_ticket_motive.py @@ -5,8 +5,8 @@ class HelpdeskMotive(models.Model): _name = "helpdesk.ticket.motive" - _description = 'Helpdesk Motive' + _description = "Helpdesk Motive" _order = "name asc" - name = fields.Char('Name', required=True) - team_id = fields.Many2one('helpdesk.ticket.team', string='Helpdesk Team') + name = fields.Char("Name", required=True) + team_id = fields.Many2one("helpdesk.ticket.team", string="Helpdesk Team") diff --git a/helpdesk_motive/views/helpdesk_ticket.xml b/helpdesk_motive/views/helpdesk_ticket.xml index 369a99d993..a047c8438b 100644 --- a/helpdesk_motive/views/helpdesk_ticket.xml +++ b/helpdesk_motive/views/helpdesk_ticket.xml @@ -1,17 +1,18 @@ - Add Motive on Helpdesk Ticket helpdesk.ticket - + - + - diff --git a/helpdesk_motive/views/helpdesk_ticket_motive.xml b/helpdesk_motive/views/helpdesk_ticket_motive.xml index 61acd62495..d20b48acb6 100644 --- a/helpdesk_motive/views/helpdesk_ticket_motive.xml +++ b/helpdesk_motive/views/helpdesk_ticket_motive.xml @@ -1,42 +1,38 @@ - helpdesk.ticket.motive.form helpdesk.ticket.motive
- - + +
- helpdesk.ticket.motive.tree helpdesk.ticket.motive - - + + - Helpdesk Ticket Motive helpdesk.ticket.motive - form tree,form - - - +
From 79e011d635025316d0a8f9aad2d93042ae884c86 Mon Sep 17 00:00:00 2001 From: AntoniRomera Date: Fri, 5 Jun 2020 10:59:44 +0200 Subject: [PATCH 10/28] [MIG] helpdesk_motive: Migration to 13.0 --- helpdesk_motive/README.rst | 10 +++++----- helpdesk_motive/__manifest__.py | 4 ++-- helpdesk_motive/i18n/helpdesk_motive.pot | 7 +++---- helpdesk_motive/static/description/index.html | 6 +++--- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/helpdesk_motive/README.rst b/helpdesk_motive/README.rst index d61bf275d9..704d6627ec 100644 --- a/helpdesk_motive/README.rst +++ b/helpdesk_motive/README.rst @@ -11,13 +11,13 @@ Helpdesk Motive :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge2| image:: https://img.shields.io/badge/github-OCA%2Fhelpdesk-lightgray.png?logo=github - :target: https://github.com/OCA/helpdesk/tree/12.0/helpdesk_motive + :target: https://github.com/OCA/helpdesk/tree/13.0/helpdesk_motive :alt: OCA/helpdesk .. |badge3| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/helpdesk-12-0/helpdesk-12-0-helpdesk_motive + :target: https://translation.odoo-community.org/projects/helpdesk-13-0/helpdesk-13-0-helpdesk_motive :alt: Translate me on Weblate .. |badge4| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/282/12.0 + :target: https://runbot.odoo-community.org/runbot/282/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| @@ -48,7 +48,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -96,6 +96,6 @@ Current `maintainers `__: |maintainer-nelsonramirezs| |maintainer-max3903| -This module is part of the `OCA/helpdesk `_ project on GitHub. +This module is part of the `OCA/helpdesk `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/helpdesk_motive/__manifest__.py b/helpdesk_motive/__manifest__.py index b76c1a3edd..5eeb4401b4 100644 --- a/helpdesk_motive/__manifest__.py +++ b/helpdesk_motive/__manifest__.py @@ -9,7 +9,7 @@ "summary": "Keep the motive ", "author": "Konos, " "Open Source Integrators, " "Odoo Community Association (OCA)", "website": "https://githut.com/OCA/helpdesk", - "depends": ["helpdesk_mgmt",], + "depends": ["helpdesk_mgmt"], "data": [ "security/ir.model.access.csv", "views/helpdesk_ticket_motive.xml", @@ -17,5 +17,5 @@ ], "application": False, "development_status": "Stable", - "maintainers": ["nelsonramirezs", "max3903",], + "maintainers": ["nelsonramirezs", "max3903"], } diff --git a/helpdesk_motive/i18n/helpdesk_motive.pot b/helpdesk_motive/i18n/helpdesk_motive.pot index 6c31a02f14..824db847de 100644 --- a/helpdesk_motive/i18n/helpdesk_motive.pot +++ b/helpdesk_motive/i18n/helpdesk_motive.pot @@ -1,12 +1,12 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * helpdesk_motive +# * helpdesk_motive # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" +"Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" +"Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -85,4 +85,3 @@ msgstr "" #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__name msgid "Name" msgstr "" - diff --git a/helpdesk_motive/static/description/index.html b/helpdesk_motive/static/description/index.html index 3006880a34..c076610901 100644 --- a/helpdesk_motive/static/description/index.html +++ b/helpdesk_motive/static/description/index.html @@ -367,7 +367,7 @@

Helpdesk Motive

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module adds a motive field on the helpdesk ticket. The list is filtered based on the helpdesk team.

Table of contents

@@ -403,7 +403,7 @@

Bug Tracker

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

+feedback.

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

@@ -437,7 +437,7 @@

Maintainers

promote its widespread use.

Current maintainers:

nelsonramirezs max3903

-

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

+

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

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

From 5438bbd89b95d0a79b3d6c93dddd7c4f863cece0 Mon Sep 17 00:00:00 2001 From: Ignacio Buioli Date: Mon, 10 Aug 2020 15:03:15 +0000 Subject: [PATCH 11/28] Added translation using Weblate (Spanish (Argentina)) --- helpdesk_motive/i18n/es_AR.po | 88 +++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 helpdesk_motive/i18n/es_AR.po diff --git a/helpdesk_motive/i18n/es_AR.po b/helpdesk_motive/i18n/es_AR.po new file mode 100644 index 0000000000..d8c3a21749 --- /dev/null +++ b/helpdesk_motive/i18n/es_AR.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * helpdesk_motive +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: es_AR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid +msgid "Created by" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_date +msgid "Created on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__display_name +msgid "Display Name" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_motive +msgid "Helpdesk Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__team_id +msgid "Helpdesk Team" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket +msgid "Helpdesk Ticket" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_ticket_motive_tree +msgid "Helpdesk Ticket Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id +msgid "ID" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update +msgid "Last Modified on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_date +msgid "Last Updated on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive_id +#: model:ir.model.fields,help:helpdesk_motive.field_helpdesk_ticket__motive_id +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_form +msgid "Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.ui.menu,name:helpdesk_motive.helpdesk_motive +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_tree +msgid "Motives" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__name +msgid "Name" +msgstr "" From c537dbbe63a2fecf7dd583c49e8ac80f79bbabdb Mon Sep 17 00:00:00 2001 From: Ignacio Buioli Date: Mon, 10 Aug 2020 15:12:50 +0000 Subject: [PATCH 12/28] Translated using Weblate (Spanish (Argentina)) Currently translated at 100.0% (14 of 14 strings) Translation: helpdesk-13.0/helpdesk-13.0-helpdesk_motive Translate-URL: https://translation.odoo-community.org/projects/helpdesk-13-0/helpdesk-13-0-helpdesk_motive/es_AR/ --- helpdesk_motive/i18n/es_AR.po | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/helpdesk_motive/i18n/es_AR.po b/helpdesk_motive/i18n/es_AR.po index d8c3a21749..2b3b0a2ffd 100644 --- a/helpdesk_motive/i18n/es_AR.po +++ b/helpdesk_motive/i18n/es_AR.po @@ -6,83 +6,85 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Automatically generated\n" +"PO-Revision-Date: 2020-08-10 17:59+0000\n" +"Last-Translator: Ignacio Buioli \n" "Language-Team: none\n" "Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.10\n" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid msgid "Created by" -msgstr "" +msgstr "Creado por" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_date msgid "Created on" -msgstr "" +msgstr "Creado el" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__display_name msgid "Display Name" -msgstr "" +msgstr "Mostrar Nombre" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_motive msgid "Helpdesk Motive" -msgstr "" +msgstr "Motivo de la Mesa de Ayuda" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__team_id msgid "Helpdesk Team" -msgstr "" +msgstr "Equipo de la Mesa de Ayuda" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket msgid "Helpdesk Ticket" -msgstr "" +msgstr "Ticket de la Mesa de Ayuda" #. module: helpdesk_motive #: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_ticket_motive_tree msgid "Helpdesk Ticket Motive" -msgstr "" +msgstr "Motivo del Ticket de la Mesa de Ayuda" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id msgid "ID" -msgstr "" +msgstr "ID" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update msgid "Last Modified on" -msgstr "" +msgstr "??ltima Modificaci??n el" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid msgid "Last Updated by" -msgstr "" +msgstr "??ltima Actualizaci??n por" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_date msgid "Last Updated on" -msgstr "" +msgstr "??ltima Actualizaci??n el" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive_id #: model:ir.model.fields,help:helpdesk_motive.field_helpdesk_ticket__motive_id #: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_form msgid "Motive" -msgstr "" +msgstr "Motivo" #. module: helpdesk_motive #: model:ir.ui.menu,name:helpdesk_motive.helpdesk_motive #: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_tree msgid "Motives" -msgstr "" +msgstr "Motivos" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__name msgid "Name" -msgstr "" +msgstr "Nombre" From fc1240c24666157077089c5cce7755ca6258c75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Lodeiros?= Date: Tue, 17 Nov 2020 09:41:00 +0100 Subject: [PATCH 13/28] [FIX] Development Status Maintainer Task --- helpdesk_motive/README.rst | 13 ++++++++----- helpdesk_motive/__manifest__.py | 2 +- helpdesk_motive/static/description/index.html | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/helpdesk_motive/README.rst b/helpdesk_motive/README.rst index 704d6627ec..bcfec8d2f1 100644 --- a/helpdesk_motive/README.rst +++ b/helpdesk_motive/README.rst @@ -7,20 +7,23 @@ Helpdesk Motive !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -.. |badge2| image:: https://img.shields.io/badge/github-OCA%2Fhelpdesk-lightgray.png?logo=github +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fhelpdesk-lightgray.png?logo=github :target: https://github.com/OCA/helpdesk/tree/13.0/helpdesk_motive :alt: OCA/helpdesk -.. |badge3| 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/helpdesk-13-0/helpdesk-13-0-helpdesk_motive :alt: Translate me on Weblate -.. |badge4| 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/282/13.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This module adds a motive field on the helpdesk ticket. The list is filtered based on the helpdesk team. diff --git a/helpdesk_motive/__manifest__.py b/helpdesk_motive/__manifest__.py index 5eeb4401b4..e0a8028111 100644 --- a/helpdesk_motive/__manifest__.py +++ b/helpdesk_motive/__manifest__.py @@ -16,6 +16,6 @@ "views/helpdesk_ticket.xml", ], "application": False, - "development_status": "Stable", + "development_status": "Beta", "maintainers": ["nelsonramirezs", "max3903"], } diff --git a/helpdesk_motive/static/description/index.html b/helpdesk_motive/static/description/index.html index c076610901..e1258b3fb8 100644 --- a/helpdesk_motive/static/description/index.html +++ b/helpdesk_motive/static/description/index.html @@ -367,7 +367,7 @@

Helpdesk Motive

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module adds a motive field on the helpdesk ticket. The list is filtered based on the helpdesk team.

Table of contents

From 3a01f4f37436f61fd479c30ff8994290ffbef42f Mon Sep 17 00:00:00 2001 From: Fernando Date: Sat, 12 Dec 2020 13:28:27 +0000 Subject: [PATCH 14/28] Translated using Weblate (Spanish) Currently translated at 100.0% (14 of 14 strings) Translation: helpdesk-13.0/helpdesk-13.0-helpdesk_motive Translate-URL: https://translation.odoo-community.org/projects/helpdesk-13-0/helpdesk-13-0-helpdesk_motive/es/ --- helpdesk_motive/i18n/es.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpdesk_motive/i18n/es.po b/helpdesk_motive/i18n/es.po index 3491d286d6..cbea4fc6b5 100644 --- a/helpdesk_motive/i18n/es.po +++ b/helpdesk_motive/i18n/es.po @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: Odoo Server 12.0+e-20191022\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-12-16 01:41+0000\n" -"PO-Revision-Date: 2020-05-18 12:19+0000\n" -"Last-Translator: Josep M \n" +"PO-Revision-Date: 2020-12-12 15:36+0000\n" +"Last-Translator: Fernando \n" "Language-Team: \n" "Language: es\n" "MIME-Version: 1.0\n" @@ -40,7 +40,7 @@ msgstr "Motivo" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__team_id msgid "Helpdesk Team" -msgstr "Equipo de Helpdesk" +msgstr "Equipo" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket From eb193f0af8dd3db0fb944362e7ba6bb5b687d9aa Mon Sep 17 00:00:00 2001 From: David Alonso // Solvos Date: Wed, 26 May 2021 09:11:41 +0200 Subject: [PATCH 15/28] [IMP] helpdesk_motive: black, isort, prettier --- helpdesk_motive/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpdesk_motive/__manifest__.py b/helpdesk_motive/__manifest__.py index e0a8028111..6743d4e191 100644 --- a/helpdesk_motive/__manifest__.py +++ b/helpdesk_motive/__manifest__.py @@ -8,7 +8,7 @@ "license": "AGPL-3", "summary": "Keep the motive ", "author": "Konos, " "Open Source Integrators, " "Odoo Community Association (OCA)", - "website": "https://githut.com/OCA/helpdesk", + "website": "https://github.com/OCA/helpdesk", "depends": ["helpdesk_mgmt"], "data": [ "security/ir.model.access.csv", From f7defd8cea893a24a8f9f90288dbe5cf29bc0a5a Mon Sep 17 00:00:00 2001 From: David Alonso // Solvos Date: Wed, 26 May 2021 10:45:08 +0200 Subject: [PATCH 16/28] [MIG] helpdesk_motive: Migration to 14.0 --- helpdesk_motive/README.rst | 14 +++++++----- helpdesk_motive/__manifest__.py | 6 +++-- helpdesk_motive/demo/helpdesk_motive_demo.xml | 17 ++++++++++++++ helpdesk_motive/i18n/helpdesk_motive.pot | 15 ++++++++++++- helpdesk_motive/models/__init__.py | 1 + .../models/helpdesk_ticket_team.py | 11 +++++++++ helpdesk_motive/readme/CONTRIBUTORS.rst | 4 ++++ helpdesk_motive/static/description/icon.png | Bin 6995 -> 9455 bytes helpdesk_motive/static/description/index.html | 10 ++++++--- .../views/helpdesk_ticket_team.xml | 21 ++++++++++++++++++ 10 files changed, 88 insertions(+), 11 deletions(-) create mode 100644 helpdesk_motive/demo/helpdesk_motive_demo.xml create mode 100644 helpdesk_motive/models/helpdesk_ticket_team.py create mode 100644 helpdesk_motive/views/helpdesk_ticket_team.xml diff --git a/helpdesk_motive/README.rst b/helpdesk_motive/README.rst index bcfec8d2f1..57f05ed0b6 100644 --- a/helpdesk_motive/README.rst +++ b/helpdesk_motive/README.rst @@ -14,13 +14,13 @@ Helpdesk Motive :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fhelpdesk-lightgray.png?logo=github - :target: https://github.com/OCA/helpdesk/tree/13.0/helpdesk_motive + :target: https://github.com/OCA/helpdesk/tree/14.0/helpdesk_motive :alt: OCA/helpdesk .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/helpdesk-13-0/helpdesk-13-0-helpdesk_motive + :target: https://translation.odoo-community.org/projects/helpdesk-14-0/helpdesk-14-0-helpdesk_motive :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/282/13.0 + :target: https://runbot.odoo-community.org/runbot/282/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -51,7 +51,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -75,6 +75,10 @@ Contributors * Nelson Sanchez +* `Solvos `_: + + * David Alonso + Maintainers ~~~~~~~~~~~ @@ -99,6 +103,6 @@ Current `maintainers `__: |maintainer-nelsonramirezs| |maintainer-max3903| -This module is part of the `OCA/helpdesk `_ project on GitHub. +This module is part of the `OCA/helpdesk `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/helpdesk_motive/__manifest__.py b/helpdesk_motive/__manifest__.py index 6743d4e191..d6270ec0ad 100644 --- a/helpdesk_motive/__manifest__.py +++ b/helpdesk_motive/__manifest__.py @@ -4,17 +4,19 @@ { "name": "Helpdesk Motive", - "version": "13.0.1.0.0", + "version": "14.0.1.0.1", "license": "AGPL-3", "summary": "Keep the motive ", - "author": "Konos, " "Open Source Integrators, " "Odoo Community Association (OCA)", + "author": "Konos, Open Source Integrators, Odoo Community Association (OCA)", "website": "https://github.com/OCA/helpdesk", "depends": ["helpdesk_mgmt"], "data": [ "security/ir.model.access.csv", "views/helpdesk_ticket_motive.xml", + "views/helpdesk_ticket_team.xml", "views/helpdesk_ticket.xml", ], + "demo": ["demo/helpdesk_motive_demo.xml"], "application": False, "development_status": "Beta", "maintainers": ["nelsonramirezs", "max3903"], diff --git a/helpdesk_motive/demo/helpdesk_motive_demo.xml b/helpdesk_motive/demo/helpdesk_motive_demo.xml new file mode 100644 index 0000000000..033ffaf6de --- /dev/null +++ b/helpdesk_motive/demo/helpdesk_motive_demo.xml @@ -0,0 +1,17 @@ + + + + + Client requirement + + + + Update required + + + + + + + + diff --git a/helpdesk_motive/i18n/helpdesk_motive.pot b/helpdesk_motive/i18n/helpdesk_motive.pot index 824db847de..d7442f6eb6 100644 --- a/helpdesk_motive/i18n/helpdesk_motive.pot +++ b/helpdesk_motive/i18n/helpdesk_motive.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 13.0\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" @@ -24,7 +24,9 @@ msgid "Created on" msgstr "" #. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__display_name #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__display_name +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__display_name msgid "Display Name" msgstr "" @@ -49,12 +51,21 @@ msgid "Helpdesk Ticket Motive" msgstr "" #. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_team +msgid "Helpdesk Ticket Team" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__id #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__id msgid "ID" msgstr "" #. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket____last_update #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team____last_update msgid "Last Modified on" msgstr "" @@ -76,8 +87,10 @@ msgid "Motive" msgstr "" #. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__motive_ids #: model:ir.ui.menu,name:helpdesk_motive.helpdesk_motive #: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_tree +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.view_helpdesk_team_form msgid "Motives" msgstr "" diff --git a/helpdesk_motive/models/__init__.py b/helpdesk_motive/models/__init__.py index e96e17d70e..9dd238d9ef 100644 --- a/helpdesk_motive/models/__init__.py +++ b/helpdesk_motive/models/__init__.py @@ -2,4 +2,5 @@ # Copyright (C) 2019 Konos # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import helpdesk_ticket +from . import helpdesk_ticket_team from . import helpdesk_ticket_motive diff --git a/helpdesk_motive/models/helpdesk_ticket_team.py b/helpdesk_motive/models/helpdesk_ticket_team.py new file mode 100644 index 0000000000..c034da8d61 --- /dev/null +++ b/helpdesk_motive/models/helpdesk_ticket_team.py @@ -0,0 +1,11 @@ +# © 2021 Solvos Consultoría Informática () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from odoo import fields, models + + +class HelpdeskTicketTeam(models.Model): + _inherit = "helpdesk.ticket.team" + + motive_ids = fields.One2many( + comodel_name="helpdesk.ticket.motive", inverse_name="team_id", string="Motives" + ) diff --git a/helpdesk_motive/readme/CONTRIBUTORS.rst b/helpdesk_motive/readme/CONTRIBUTORS.rst index a6f2b28949..6db5c31e33 100644 --- a/helpdesk_motive/readme/CONTRIBUTORS.rst +++ b/helpdesk_motive/readme/CONTRIBUTORS.rst @@ -5,3 +5,7 @@ * `Konos `_: * Nelson Sanchez + +* `Solvos `_: + + * David Alonso diff --git a/helpdesk_motive/static/description/icon.png b/helpdesk_motive/static/description/icon.png index b67e6fefd7f617d167604644fab36d65cad64756..3a0328b516c4980e8e44cdb63fd945757ddd132d 100644 GIT binary patch literal 9455 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 z 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 Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 6995 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 Motive !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module adds a motive field on the helpdesk ticket. The list is filtered based on the helpdesk team.

Table of contents

@@ -403,7 +403,7 @@

Bug Tracker

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

+feedback.

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

@@ -426,6 +426,10 @@

Contributors

  • Nelson Sanchez <nramirez@konos.cl>
  • +
  • Solvos: +
  • @@ -437,7 +441,7 @@

    Maintainers

    promote its widespread use.

    Current maintainers:

    nelsonramirezs max3903

    -

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

    +

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

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

    diff --git a/helpdesk_motive/views/helpdesk_ticket_team.xml b/helpdesk_motive/views/helpdesk_ticket_team.xml new file mode 100644 index 0000000000..d63d6ce558 --- /dev/null +++ b/helpdesk_motive/views/helpdesk_ticket_team.xml @@ -0,0 +1,21 @@ + + + + + view.helpdesk_team.form (in helpdesk_motive) + helpdesk.ticket.team + + + + + + + + + + + + + + + From 3159ce4b2b74d395a100946b55cd3a194d1d988b Mon Sep 17 00:00:00 2001 From: Pedro Castro Silva Date: Mon, 20 Sep 2021 17:38:19 +0000 Subject: [PATCH 17/28] Added translation using Weblate (Portuguese) --- helpdesk_motive/i18n/pt.po | 101 +++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 helpdesk_motive/i18n/pt.po diff --git a/helpdesk_motive/i18n/pt.po b/helpdesk_motive/i18n/pt.po new file mode 100644 index 0000000000..23f943b752 --- /dev/null +++ b/helpdesk_motive/i18n/pt.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * helpdesk_motive +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid +msgid "Created by" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_date +msgid "Created on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__display_name +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__display_name +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__display_name +msgid "Display Name" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_motive +msgid "Helpdesk Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__team_id +msgid "Helpdesk Team" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket +msgid "Helpdesk Ticket" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_ticket_motive_tree +msgid "Helpdesk Ticket Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_team +msgid "Helpdesk Ticket Team" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__id +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__id +msgid "ID" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket____last_update +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team____last_update +msgid "Last Modified on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_date +msgid "Last Updated on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive_id +#: model:ir.model.fields,help:helpdesk_motive.field_helpdesk_ticket__motive_id +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_form +msgid "Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__motive_ids +#: model:ir.ui.menu,name:helpdesk_motive.helpdesk_motive +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_tree +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.view_helpdesk_team_form +msgid "Motives" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__name +msgid "Name" +msgstr "" From ec86dcc778df4e45cf6ac2c58683545f4d48fe7a Mon Sep 17 00:00:00 2001 From: Francesco Foresti Date: Thu, 24 Mar 2022 17:07:02 +0000 Subject: [PATCH 18/28] Added translation using Weblate (Italian) --- helpdesk_motive/i18n/it.po | 101 +++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 helpdesk_motive/i18n/it.po diff --git a/helpdesk_motive/i18n/it.po b/helpdesk_motive/i18n/it.po new file mode 100644 index 0000000000..091241df9e --- /dev/null +++ b/helpdesk_motive/i18n/it.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * helpdesk_motive +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid +msgid "Created by" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_date +msgid "Created on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__display_name +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__display_name +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__display_name +msgid "Display Name" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_motive +msgid "Helpdesk Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__team_id +msgid "Helpdesk Team" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket +msgid "Helpdesk Ticket" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_ticket_motive_tree +msgid "Helpdesk Ticket Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_team +msgid "Helpdesk Ticket Team" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__id +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__id +msgid "ID" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket____last_update +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team____last_update +msgid "Last Modified on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_date +msgid "Last Updated on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive_id +#: model:ir.model.fields,help:helpdesk_motive.field_helpdesk_ticket__motive_id +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_form +msgid "Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__motive_ids +#: model:ir.ui.menu,name:helpdesk_motive.helpdesk_motive +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_tree +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.view_helpdesk_team_form +msgid "Motives" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__name +msgid "Name" +msgstr "" From a50b56a79b4307e60307a1a55c444d67f3d71e09 Mon Sep 17 00:00:00 2001 From: Francesco Foresti Date: Thu, 24 Mar 2022 17:09:54 +0000 Subject: [PATCH 19/28] Translated using Weblate (Italian) Currently translated at 100.0% (15 of 15 strings) Translation: helpdesk-14.0/helpdesk-14.0-helpdesk_motive Translate-URL: https://translation.odoo-community.org/projects/helpdesk-14-0/helpdesk-14-0-helpdesk_motive/it/ --- helpdesk_motive/i18n/it.po | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/helpdesk_motive/i18n/it.po b/helpdesk_motive/i18n/it.po index 091241df9e..8e2096eae4 100644 --- a/helpdesk_motive/i18n/it.po +++ b/helpdesk_motive/i18n/it.po @@ -6,86 +6,88 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Automatically generated\n" +"PO-Revision-Date: 2022-03-24 19:17+0000\n" +"Last-Translator: Francesco Foresti \n" "Language-Team: none\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.3.2\n" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_date msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__display_name #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__display_name #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__display_name msgid "Display Name" -msgstr "" +msgstr "Nome visualizzato" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_motive msgid "Helpdesk Motive" -msgstr "" +msgstr "Motivo Helpdesk" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__team_id msgid "Helpdesk Team" -msgstr "" +msgstr "Team Helpdesk" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket msgid "Helpdesk Ticket" -msgstr "" +msgstr "Ticket Helpdesk" #. module: helpdesk_motive #: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_ticket_motive_tree msgid "Helpdesk Ticket Motive" -msgstr "" +msgstr "Motivo Ticket Helpdesk" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_team msgid "Helpdesk Ticket Team" -msgstr "" +msgstr "Team Ticket Helpdesk" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__id #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__id msgid "ID" -msgstr "" +msgstr "ID" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket____last_update #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team____last_update msgid "Last Modified on" -msgstr "" +msgstr "Ultima modifica il" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid msgid "Last Updated by" -msgstr "" +msgstr "Ultimo aggiornamento di" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_date msgid "Last Updated on" -msgstr "" +msgstr "Ultimo aggiornamento il" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive_id #: model:ir.model.fields,help:helpdesk_motive.field_helpdesk_ticket__motive_id #: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_form msgid "Motive" -msgstr "" +msgstr "Motivo" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__motive_ids @@ -93,9 +95,9 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_tree #: model_terms:ir.ui.view,arch_db:helpdesk_motive.view_helpdesk_team_form msgid "Motives" -msgstr "" +msgstr "Motivi" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__name msgid "Name" -msgstr "" +msgstr "Nome" From 9f9e46e37adf0df3afbf430f27ebb00c846bc0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi?= Date: Tue, 31 May 2022 09:36:06 +0000 Subject: [PATCH 20/28] Added translation using Weblate (French) --- helpdesk_motive/i18n/fr.po | 101 +++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 helpdesk_motive/i18n/fr.po diff --git a/helpdesk_motive/i18n/fr.po b/helpdesk_motive/i18n/fr.po new file mode 100644 index 0000000000..74e450227f --- /dev/null +++ b/helpdesk_motive/i18n/fr.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * helpdesk_motive +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid +msgid "Created by" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_date +msgid "Created on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__display_name +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__display_name +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__display_name +msgid "Display Name" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_motive +msgid "Helpdesk Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__team_id +msgid "Helpdesk Team" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket +msgid "Helpdesk Ticket" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_ticket_motive_tree +msgid "Helpdesk Ticket Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_team +msgid "Helpdesk Ticket Team" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__id +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__id +msgid "ID" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket____last_update +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team____last_update +msgid "Last Modified on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_date +msgid "Last Updated on" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive_id +#: model:ir.model.fields,help:helpdesk_motive.field_helpdesk_ticket__motive_id +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_form +msgid "Motive" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__motive_ids +#: model:ir.ui.menu,name:helpdesk_motive.helpdesk_motive +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_tree +#: model_terms:ir.ui.view,arch_db:helpdesk_motive.view_helpdesk_team_form +msgid "Motives" +msgstr "" + +#. module: helpdesk_motive +#: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__name +msgid "Name" +msgstr "" From 6a05813939e5f790120cfdc12dc49229abf13163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi?= Date: Tue, 31 May 2022 09:39:02 +0000 Subject: [PATCH 21/28] Translated using Weblate (French) Currently translated at 100.0% (15 of 15 strings) Translation: helpdesk-14.0/helpdesk-14.0-helpdesk_motive Translate-URL: https://translation.odoo-community.org/projects/helpdesk-14-0/helpdesk-14-0-helpdesk_motive/fr/ --- helpdesk_motive/i18n/fr.po | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/helpdesk_motive/i18n/fr.po b/helpdesk_motive/i18n/fr.po index 74e450227f..ad80b6c2f2 100644 --- a/helpdesk_motive/i18n/fr.po +++ b/helpdesk_motive/i18n/fr.po @@ -6,86 +6,88 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Automatically generated\n" +"PO-Revision-Date: 2022-05-31 09:39+0000\n" +"Last-Translator: Rémi \n" "Language-Team: none\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.3.2\n" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid msgid "Created by" -msgstr "" +msgstr "Créé par" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_date msgid "Created on" -msgstr "" +msgstr "Créé le" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__display_name #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__display_name #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__display_name msgid "Display Name" -msgstr "" +msgstr "Nom Affiché" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_motive msgid "Helpdesk Motive" -msgstr "" +msgstr "Raison d'Assistance" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__team_id msgid "Helpdesk Team" -msgstr "" +msgstr "Équipe d'Assistance" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket msgid "Helpdesk Ticket" -msgstr "" +msgstr "Raison d'Assistance par Équipe" #. module: helpdesk_motive #: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_ticket_motive_tree msgid "Helpdesk Ticket Motive" -msgstr "" +msgstr "Raison sur Ticket d'Assistance" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_team msgid "Helpdesk Ticket Team" -msgstr "" +msgstr "Équipe d'Assistance" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__id #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__id msgid "ID" -msgstr "" +msgstr "ID" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket____last_update #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team____last_update msgid "Last Modified on" -msgstr "" +msgstr "Dernière modification le" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid msgid "Last Updated by" -msgstr "" +msgstr "Dernière mise à jour par" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_date msgid "Last Updated on" -msgstr "" +msgstr "Dernière mise à jour le" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive_id #: model:ir.model.fields,help:helpdesk_motive.field_helpdesk_ticket__motive_id #: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_form msgid "Motive" -msgstr "" +msgstr "Raison" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__motive_ids @@ -93,9 +95,9 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_tree #: model_terms:ir.ui.view,arch_db:helpdesk_motive.view_helpdesk_team_form msgid "Motives" -msgstr "" +msgstr "Raisons" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__name msgid "Name" -msgstr "" +msgstr "Nom" From 3a831351385127f4db39f1d75165a9b686900058 Mon Sep 17 00:00:00 2001 From: Ignacio Buioli Date: Mon, 5 Sep 2022 04:19:19 +0000 Subject: [PATCH 22/28] Translated using Weblate (Spanish (Argentina)) Currently translated at 100.0% (14 of 14 strings) Translation: helpdesk-14.0/helpdesk-14.0-helpdesk_motive Translate-URL: https://translation.odoo-community.org/projects/helpdesk-14-0/helpdesk-14-0-helpdesk_motive/es_AR/ --- helpdesk_motive/i18n/es_AR.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helpdesk_motive/i18n/es_AR.po b/helpdesk_motive/i18n/es_AR.po index 2b3b0a2ffd..6440055504 100644 --- a/helpdesk_motive/i18n/es_AR.po +++ b/helpdesk_motive/i18n/es_AR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2020-08-10 17:59+0000\n" +"PO-Revision-Date: 2022-09-05 07:07+0000\n" "Last-Translator: Ignacio Buioli \n" "Language-Team: none\n" "Language: es_AR\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10\n" +"X-Generator: Weblate 4.3.2\n" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid @@ -64,12 +64,12 @@ msgstr "??ltima Modificaci??n el" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid msgid "Last Updated by" -msgstr "??ltima Actualizaci??n por" +msgstr "Última Actualización por" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_date msgid "Last Updated on" -msgstr "??ltima Actualizaci??n el" +msgstr "Última Actualización el" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive_id From 346d96d59d0f17ae792f5ff9f0331599d4877a66 Mon Sep 17 00:00:00 2001 From: Ignacio Buioli Date: Wed, 30 Nov 2022 00:32:38 +0000 Subject: [PATCH 23/28] Translated using Weblate (Spanish (Argentina)) Currently translated at 100.0% (14 of 14 strings) Translation: helpdesk-14.0/helpdesk-14.0-helpdesk_motive Translate-URL: https://translation.odoo-community.org/projects/helpdesk-14-0/helpdesk-14-0-helpdesk_motive/es_AR/ --- helpdesk_motive/i18n/es_AR.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpdesk_motive/i18n/es_AR.po b/helpdesk_motive/i18n/es_AR.po index 6440055504..7de44d64a6 100644 --- a/helpdesk_motive/i18n/es_AR.po +++ b/helpdesk_motive/i18n/es_AR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2022-09-05 07:07+0000\n" +"PO-Revision-Date: 2022-11-30 02:46+0000\n" "Last-Translator: Ignacio Buioli \n" "Language-Team: none\n" "Language: es_AR\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.3.2\n" +"X-Generator: Weblate 4.14.1\n" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid @@ -59,7 +59,7 @@ msgstr "ID" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update msgid "Last Modified on" -msgstr "??ltima Modificaci??n el" +msgstr "Última Modificación el" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid From f66684c7ba82862a9c94dc11d484ef15b080854a Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Thu, 12 Jan 2023 11:03:48 +0100 Subject: [PATCH 24/28] [FIX] helpdesk_motive: onchange removed in base module. After https://github.com/OCA/helpdesk/commit/d053593da61541a6c8fb9a33782656d50c43e3e4 `_onchange_dominion_user_id` has been removed in helpdesk_mgmt, so it cannot be extended anymore in helpdesk_motive. --- helpdesk_motive/__manifest__.py | 2 +- helpdesk_motive/models/helpdesk_ticket.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/helpdesk_motive/__manifest__.py b/helpdesk_motive/__manifest__.py index d6270ec0ad..c8a2a98bb3 100644 --- a/helpdesk_motive/__manifest__.py +++ b/helpdesk_motive/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Helpdesk Motive", - "version": "14.0.1.0.1", + "version": "14.0.1.0.2", "license": "AGPL-3", "summary": "Keep the motive ", "author": "Konos, Open Source Integrators, Odoo Community Association (OCA)", diff --git a/helpdesk_motive/models/helpdesk_ticket.py b/helpdesk_motive/models/helpdesk_ticket.py index b2fdd18928..d6dec8b488 100644 --- a/helpdesk_motive/models/helpdesk_ticket.py +++ b/helpdesk_motive/models/helpdesk_ticket.py @@ -12,7 +12,6 @@ class HelpdeskTicket(models.Model): ) @api.onchange("team_id", "user_id") - def _onchange_dominion_user_id(self): - super()._onchange_dominion_user_id() + def _onchange_team_user_helpdesk_motive(self): for record in self: record.motive_id = False From 10b579ac7a987de1b618fdcd84e81609cff2eac2 Mon Sep 17 00:00:00 2001 From: Pedro Castro Silva Date: Sat, 29 Apr 2023 18:07:29 +0000 Subject: [PATCH 25/28] Translated using Weblate (Portuguese) Currently translated at 100.0% (15 of 15 strings) Translation: helpdesk-14.0/helpdesk-14.0-helpdesk_motive Translate-URL: https://translation.odoo-community.org/projects/helpdesk-14-0/helpdesk-14-0-helpdesk_motive/pt/ --- helpdesk_motive/i18n/pt.po | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/helpdesk_motive/i18n/pt.po b/helpdesk_motive/i18n/pt.po index 23f943b752..e895806349 100644 --- a/helpdesk_motive/i18n/pt.po +++ b/helpdesk_motive/i18n/pt.po @@ -6,86 +6,88 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Automatically generated\n" +"PO-Revision-Date: 2023-04-29 20:33+0000\n" +"Last-Translator: Pedro Castro Silva \n" "Language-Team: none\n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.14.1\n" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid msgid "Created by" -msgstr "" +msgstr "Criado por" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_date msgid "Created on" -msgstr "" +msgstr "Criado em" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__display_name #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__display_name #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__display_name msgid "Display Name" -msgstr "" +msgstr "Nome" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_motive msgid "Helpdesk Motive" -msgstr "" +msgstr "Motivo de Helpdesk" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__team_id msgid "Helpdesk Team" -msgstr "" +msgstr "Equipa de Helpdesk" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket msgid "Helpdesk Ticket" -msgstr "" +msgstr "Ticket de Helpdesk" #. module: helpdesk_motive #: model:ir.actions.act_window,name:helpdesk_motive.action_helpdesk_ticket_motive_tree msgid "Helpdesk Ticket Motive" -msgstr "" +msgstr "Motivo do Ticket de Helpdesk" #. module: helpdesk_motive #: model:ir.model,name:helpdesk_motive.model_helpdesk_ticket_team msgid "Helpdesk Ticket Team" -msgstr "" +msgstr "Equipa de Tickets de Helpdesk" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__id #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__id #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__id msgid "ID" -msgstr "" +msgstr "ID" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket____last_update #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive____last_update #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team____last_update msgid "Last Modified on" -msgstr "" +msgstr "Última Modificação em" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid msgid "Last Updated by" -msgstr "" +msgstr "Última Actualização por" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_date msgid "Last Updated on" -msgstr "" +msgstr "Última Actualização em" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive_id #: model:ir.model.fields,help:helpdesk_motive.field_helpdesk_ticket__motive_id #: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_form msgid "Motive" -msgstr "" +msgstr "Motivo" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_team__motive_ids @@ -93,9 +95,9 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:helpdesk_motive.helpdesk_ticket_motive_tree #: model_terms:ir.ui.view,arch_db:helpdesk_motive.view_helpdesk_team_form msgid "Motives" -msgstr "" +msgstr "Motivos" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__name msgid "Name" -msgstr "" +msgstr "Nome" From 85add3ff55499b2f9be4f91b39dfbdd01ab6e513 Mon Sep 17 00:00:00 2001 From: Ivorra78 Date: Thu, 20 Jul 2023 08:38:48 +0000 Subject: [PATCH 26/28] Translated using Weblate (Spanish) Currently translated at 100.0% (14 of 14 strings) Translation: helpdesk-14.0/helpdesk-14.0-helpdesk_motive Translate-URL: https://translation.odoo-community.org/projects/helpdesk-14-0/helpdesk-14-0-helpdesk_motive/es/ --- helpdesk_motive/i18n/es.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helpdesk_motive/i18n/es.po b/helpdesk_motive/i18n/es.po index cbea4fc6b5..e34c70b537 100644 --- a/helpdesk_motive/i18n/es.po +++ b/helpdesk_motive/i18n/es.po @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: Odoo Server 12.0+e-20191022\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-12-16 01:41+0000\n" -"PO-Revision-Date: 2020-12-12 15:36+0000\n" -"Last-Translator: Fernando \n" +"PO-Revision-Date: 2023-07-20 11:11+0000\n" +"Last-Translator: Ivorra78 \n" "Language-Team: \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10\n" +"X-Generator: Weblate 4.17\n" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__create_uid @@ -65,12 +65,12 @@ msgstr "??ltima modificaci??n en" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_uid msgid "Last Updated by" -msgstr "??ltima actualizaci??n por" +msgstr "Última actualización por" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket_motive__write_date msgid "Last Updated on" -msgstr "??ltima actualizaci??n el" +msgstr "Última actualización el" #. module: helpdesk_motive #: model:ir.model.fields,field_description:helpdesk_motive.field_helpdesk_ticket__motive_id From baf28cc122a8932aa4dda01d97109310eea6a642 Mon Sep 17 00:00:00 2001 From: Adasat Date: Thu, 27 Jul 2023 13:58:36 +0000 Subject: [PATCH 27/28] [IMP]helpdesk_motive : black, isort, prettier --- setup/helpdesk_motive/odoo/addons/helpdesk_motive | 1 + setup/helpdesk_motive/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/helpdesk_motive/odoo/addons/helpdesk_motive create mode 100644 setup/helpdesk_motive/setup.py diff --git a/setup/helpdesk_motive/odoo/addons/helpdesk_motive b/setup/helpdesk_motive/odoo/addons/helpdesk_motive new file mode 120000 index 0000000000..1c56622d3a --- /dev/null +++ b/setup/helpdesk_motive/odoo/addons/helpdesk_motive @@ -0,0 +1 @@ +../../../../helpdesk_motive \ No newline at end of file diff --git a/setup/helpdesk_motive/setup.py b/setup/helpdesk_motive/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/helpdesk_motive/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) From 65bb921b3ade27d2c61d2e714b914bf421786516 Mon Sep 17 00:00:00 2001 From: Adasat Date: Thu, 27 Jul 2023 14:11:02 +0000 Subject: [PATCH 28/28] [15.0][MIG]helpdesk_motive : Migration to 15.0 --- helpdesk_motive/README.rst | 28 +++++--- helpdesk_motive/__manifest__.py | 5 +- helpdesk_motive/demo/helpdesk_motive_demo.xml | 28 ++++---- helpdesk_motive/models/helpdesk_ticket.py | 12 +++- .../models/helpdesk_ticket_motive.py | 2 +- helpdesk_motive/readme/CONTRIBUTORS.rst | 4 ++ helpdesk_motive/static/description/index.html | 17 +++-- helpdesk_motive/tests/__init__.py | 1 + helpdesk_motive/tests/test_helpdesk_motive.py | 66 +++++++++++++++++++ .../views/helpdesk_ticket_motive.xml | 2 +- 10 files changed, 129 insertions(+), 36 deletions(-) create mode 100644 helpdesk_motive/tests/__init__.py create mode 100644 helpdesk_motive/tests/test_helpdesk_motive.py diff --git a/helpdesk_motive/README.rst b/helpdesk_motive/README.rst index 57f05ed0b6..23a3e84918 100644 --- a/helpdesk_motive/README.rst +++ b/helpdesk_motive/README.rst @@ -2,10 +2,13 @@ Helpdesk Motive =============== -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:e95da1da4d2fcd6f68f3981b25252485784917298cf6358aa3eadacaeac126b7 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -14,16 +17,16 @@ Helpdesk Motive :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fhelpdesk-lightgray.png?logo=github - :target: https://github.com/OCA/helpdesk/tree/14.0/helpdesk_motive + :target: https://github.com/OCA/helpdesk/tree/15.0/helpdesk_motive :alt: OCA/helpdesk .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/helpdesk-14-0/helpdesk-14-0-helpdesk_motive + :target: https://translation.odoo-community.org/projects/helpdesk-15-0/helpdesk-15-0-helpdesk_motive :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/282/14.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/helpdesk&target_branch=15.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module adds a motive field on the helpdesk ticket. The list is filtered based on the helpdesk team. @@ -50,8 +53,8 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -61,6 +64,7 @@ Credits Authors ~~~~~~~ +* Binhex * Konos * Open Source Integrators @@ -79,6 +83,10 @@ Contributors * David Alonso +* `Binhex `_: + + * Adasat Torres + Maintainers ~~~~~~~~~~~ @@ -103,6 +111,6 @@ Current `maintainers `__: |maintainer-nelsonramirezs| |maintainer-max3903| -This module is part of the `OCA/helpdesk `_ project on GitHub. +This module is part of the `OCA/helpdesk `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/helpdesk_motive/__manifest__.py b/helpdesk_motive/__manifest__.py index c8a2a98bb3..0287a46eb9 100644 --- a/helpdesk_motive/__manifest__.py +++ b/helpdesk_motive/__manifest__.py @@ -1,13 +1,14 @@ # Copyright (C) 2019 Open Source Integrators # Copyright (C) 2019 Konos +# Copyright (C) 2023 Binhex - Adasat Torres # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Helpdesk Motive", - "version": "14.0.1.0.2", + "version": "15.0.1.0.0", "license": "AGPL-3", "summary": "Keep the motive ", - "author": "Konos, Open Source Integrators, Odoo Community Association (OCA)", + "author": "Binhex ,Konos, Open Source Integrators, Odoo Community Association (OCA)", "website": "https://github.com/OCA/helpdesk", "depends": ["helpdesk_mgmt"], "data": [ diff --git a/helpdesk_motive/demo/helpdesk_motive_demo.xml b/helpdesk_motive/demo/helpdesk_motive_demo.xml index 033ffaf6de..6acf32bf14 100644 --- a/helpdesk_motive/demo/helpdesk_motive_demo.xml +++ b/helpdesk_motive/demo/helpdesk_motive_demo.xml @@ -1,17 +1,17 @@ - - - - Client requirement - - - - Update required - - + + + + Client requirement + + + + Update required + + + + + + - - - - diff --git a/helpdesk_motive/models/helpdesk_ticket.py b/helpdesk_motive/models/helpdesk_ticket.py index d6dec8b488..c3e6deb473 100644 --- a/helpdesk_motive/models/helpdesk_ticket.py +++ b/helpdesk_motive/models/helpdesk_ticket.py @@ -1,5 +1,6 @@ # Copyright (c) 2019 Open Source Integrators # Copyright (C) 2019 Konos +# Copyright (C) 2023 Binhex - Adasat Torres # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import api, fields, models @@ -8,10 +9,15 @@ class HelpdeskTicket(models.Model): _inherit = "helpdesk.ticket" motive_id = fields.Many2one( - "helpdesk.ticket.motive", string="Motive", help="Motive" + "helpdesk.ticket.motive", + string="Motive", + help="Motive", + store=True, + readonly=False, + compute="_compute_team_user_helpdesk_motive", ) - @api.onchange("team_id", "user_id") - def _onchange_team_user_helpdesk_motive(self): + @api.depends("team_id", "user_id") + def _compute_team_user_helpdesk_motive(self): for record in self: record.motive_id = False diff --git a/helpdesk_motive/models/helpdesk_ticket_motive.py b/helpdesk_motive/models/helpdesk_ticket_motive.py index ae74c5fda8..14eab6e4f3 100644 --- a/helpdesk_motive/models/helpdesk_ticket_motive.py +++ b/helpdesk_motive/models/helpdesk_ticket_motive.py @@ -8,5 +8,5 @@ class HelpdeskMotive(models.Model): _description = "Helpdesk Motive" _order = "name asc" - name = fields.Char("Name", required=True) + name = fields.Char(required=True) team_id = fields.Many2one("helpdesk.ticket.team", string="Helpdesk Team") diff --git a/helpdesk_motive/readme/CONTRIBUTORS.rst b/helpdesk_motive/readme/CONTRIBUTORS.rst index 6db5c31e33..fe3cb5c1fd 100644 --- a/helpdesk_motive/readme/CONTRIBUTORS.rst +++ b/helpdesk_motive/readme/CONTRIBUTORS.rst @@ -9,3 +9,7 @@ * `Solvos `_: * David Alonso + +* `Binhex `_: + + * Adasat Torres diff --git a/helpdesk_motive/static/description/index.html b/helpdesk_motive/static/description/index.html index db986d9815..97ab281aa5 100644 --- a/helpdesk_motive/static/description/index.html +++ b/helpdesk_motive/static/description/index.html @@ -3,7 +3,7 @@ - + Helpdesk Motive