Commit Graph

508 Commits

Author SHA1 Message Date
Joel Zilli
a23128553c [FIX] mail_autosubscribe: check partners type
make sure partner is a tuple
2022-07-05 13:27:33 -03:00
OCA-git-bot
e025b64586 [UPD] addons table in README.md 2022-05-31 09:47:08 +00:00
OCA-git-bot
35a9f66ab3 mail_debrand 15.0.1.2.1 2022-05-31 09:47:04 +00:00
OCA-git-bot
215493331c Merge PR #914 into 15.0
Signed-off-by yajo
2022-05-31 09:43:40 +00:00
miguels73
af53ccf57c
[FIX] mail_debrand: remove_href_odoo function
- FIX bug when split email message by `to_keep` parameter. When the html code is split, it is broken. As a result of this, when it use `fromstring`,
it try to fix this by closing tags.
Example about fixed functionality:

message:
`
<table>
   <tr>
      <td>
         {to_keep}
      </td>
   </tr>
</table>
`
Split messsage inside `remove_href_odoo` function:

part[0]

`
<table>
   <tr>
      <td>
`
--------
part[1]
`
      </td>
   </tr>
</table>
`
-----------------
Result when join by `to_keep`

`
<table>
<tr>
<td>
{to_keep}
</td>
</tr>
</table>
`
2022-05-31 08:53:25 +01:00
OCA-git-bot
c1503fb3f0 [UPD] addons table in README.md 2022-05-24 17:37:14 +00:00
OCA-git-bot
05eabe1637 mail_autosubscribe 15.0.1.0.1 2022-05-24 17:37:10 +00:00
OCA-git-bot
b9f0ba3279 [ADD] setup.py 2022-05-24 17:37:10 +00:00
OCA-git-bot
c517d3eb6a [UPD] README.rst 2022-05-24 17:37:09 +00:00
OCA-git-bot
3284113a31 [UPD] addons table in README.md 2022-05-24 17:37:07 +00:00
oca-ci
4eefa5b555 [UPD] Update mail_autosubscribe.pot 2022-05-24 17:34:03 +00:00
OCA-git-bot
e887c41b74 Merge PR #894 into 15.0
Signed-off-by rafaelbn
2022-05-24 17:31:35 +00:00
OCA-git-bot
3f71c95efb [UPD] addons table in README.md 2022-05-11 20:57:02 +00:00
OCA-git-bot
07ddd79a93 mail_tracking 15.0.1.0.1 2022-05-11 20:56:49 +00:00
OCA-git-bot
333b839b12 [ADD] setup.py 2022-05-11 20:56:49 +00:00
OCA-git-bot
cd97e02f71 [UPD] README.rst 2022-05-11 20:56:49 +00:00
OCA-git-bot
d3c1a0aa88 [UPD] addons table in README.md 2022-05-11 20:56:47 +00:00
oca-ci
0a42a8e7ab [UPD] Update mail_tracking.pot 2022-05-11 20:53:42 +00:00
OCA-git-bot
02a9824c1e Merge PR #873 into 15.0
Signed-off-by rafaelbn
2022-05-11 20:50:54 +00:00
OCA Transbot
cfd3ba42ec Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-15.0/social-15.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_activity_team/
2022-04-26 10:11:08 +00:00
OCA-git-bot
1a294d9cc3 [UPD] addons table in README.md 2022-04-26 10:11:00 +00:00
OCA-git-bot
d2ac7db7af mail_activity_team 15.0.1.2.0 2022-04-26 10:10:57 +00:00
oca-ci
c0c7789d6d [UPD] Update mail_activity_team.pot 2022-04-26 10:08:01 +00:00
OCA-git-bot
52e7041cdf Merge PR #898 into 15.0
Signed-off-by etobella
2022-04-26 10:05:23 +00:00
Joan Mateu Jordi
1de302f48c [FIX][15.0] mail_activity_team. smart button archive 2022-04-26 11:07:59 +02:00
OCA-git-bot
289e6869df [UPD] addons table in README.md 2022-04-20 12:31:48 +00:00
OCA-git-bot
b5b790a517 base_search_mail_content 15.0.1.0.1 2022-04-20 12:31:44 +00:00
OCA-git-bot
07ef029cf8 Merge PR #897 into 15.0
Signed-off-by Yajo
2022-04-20 12:28:42 +00:00
Eduardo De Miguel
ee89ccbbaa [FIX] Avoid CacheMiss errors
Avoid CacheMiss errors setting a value on message_content field.
2022-04-20 13:24:43 +02:00
Jasmin Solanki
680eee8074 [MIG] mail_tracking: Migration to 15.0 2022-04-20 14:46:22 +05:30
Jasmin Solanki
021689d073 [IMP] mail_tracking: black, isort, prettier 2022-04-20 14:46:22 +05:30
OCA-git-bot
a4f3acc3cf mail_tracking 14.0.2.0.2 2022-04-20 14:46:22 +05:30
Fernanda Hernández
1f3d4579de [FIX] mail_tracking: change order of inheritance and use return
Currently when a invoice view is reload in browser or through native
redirections, an error is raised:

```
Traceback:
TypeError: Cannot read properties of undefined (reading 'id')
at Function.convertData [as _super] (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:5768:118)
at Function.convertData (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:6651:335)
at Function.Class. (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:6478:107)
at Function.convertData (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:7779:403)
at Function.Class. (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:6478:107)
at Function.convertData (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:7818:353)
at Function.Class. (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:6478:107)
at Function.convertData (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:12197:435)
at Function.Class. (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:6478:107)
at https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:5790:359
```

That is because an inheritance wrong, which breaks the flow of start of model
`messaging` and causes that messages execute before the init of var `messaging`.
2022-04-20 14:46:22 +05:30
OCA Transbot
ce7b4209dd Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-14.0/social-14.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_tracking/
2022-04-20 14:46:22 +05:30
OCA-git-bot
9dc2f8e569 mail_tracking 14.0.2.0.1 2022-04-20 14:46:22 +05:30
oca-travis
aca7276781 [UPD] Update mail_tracking.pot 2022-04-20 14:46:22 +05:30
Fernanda Hernández
71fb071154 [FIX] mail_tracking: use recipient_address to search emails
This commits is using the field recipient_address in filter of search view
of mail.tracking.email in order to use the same field used in computed
method:

147eda96a5/mail_tracking/models/res_partner.py (L27)
2022-04-20 14:46:22 +05:30
OCA Transbot
146323186a Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-14.0/social-14.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_tracking/
2022-04-20 14:46:22 +05:30
OCA-git-bot
6c34951e0f mail_tracking 14.0.2.0.0 2022-04-20 14:46:22 +05:30
OCA-git-bot
88dbebe55d [UPD] README.rst 2022-04-20 14:46:22 +05:30
oca-travis
1237644f79 [UPD] Update mail_tracking.pot 2022-04-20 14:46:22 +05:30
houssine
53cc2ff96f [PEP8] pre-commit 2022-04-20 14:46:22 +05:30
OCA Transbot
aba9ad7561 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-14.0/social-14.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_tracking/
2022-04-20 14:46:22 +05:30
oca-travis
fe723fd777 [UPD] Update mail_tracking.pot 2022-04-20 14:46:22 +05:30
houssine
d45941df4d [PORT] porting js code to comply with OWL 2022-04-20 14:46:22 +05:30
OCA Transbot
881c70f7dd Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-14.0/social-14.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_tracking/
2022-04-20 14:46:22 +05:30
oca-travis
792eff8803 [UPD] Update mail_tracking.pot 2022-04-20 14:46:21 +05:30
OCA Transbot
5d015cdbb5 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-14.0/social-14.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_tracking/
2022-04-20 14:46:21 +05:30
oca-travis
546fd54c55 [UPD] Update mail_tracking.pot 2022-04-20 14:46:21 +05:30
OCA-git-bot
cee0115fc7 mail_tracking 14.0.1.1.1 2022-04-20 14:46:21 +05:30