Commit Graph

82 Commits

Author SHA1 Message Date
Víctor Martínez
bdfaa139d5 [FIX] mail_debrand: Set proper default engine in _render_template() function 2022-10-19 13:29:00 +02:00
OCA-git-bot
9a6d379126 mail_debrand 15.0.1.2.2 2022-07-18 18:02:37 +00:00
dhx
f71f668899 [FIX][15.0] mail_debrand: test_mail_digest update for 15.0
update function calls to use new internal names, use qweb_view engine to be able to specify the template via xmlid
2022-07-11 09:39:32 +02:00
OCA-git-bot
35a9f66ab3 mail_debrand 15.0.1.2.1 2022-05-31 09:47:04 +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
c1a7974200 mail_debrand 15.0.1.2.0 2022-04-07 19:32:20 +00:00
OCA-git-bot
278b1342be [UPD] README.rst 2022-04-07 19:32:19 +00:00
Miquel Raïch
cd901f3462 [UPD] Eficent -> ForgeFlow 2022-04-06 14:52:42 +02:00
OCA-git-bot
2bcd36327d mail_debrand 15.0.1.1.0 2022-04-04 09:41:01 +00:00
Mateu Griful
7ff722ff78 [15.0][IMP] mail_debrand: Remove Powered by Odoo 2022-03-15 16:10:41 +01:00
OCA-git-bot
2e32e29fbc [UPD] README.rst 2022-01-20 18:07:49 +00:00
oca-ci
f308b7df90 [UPD] Update mail_debrand.pot 2022-01-20 18:05:03 +00:00
AlvaroTForgeFlow
9464d36898 [15.0][MIG]mail_debrand: Migration from 14.0 to 15.0 2021-12-16 14:56:38 +01:00
Simon S
18d88e1c14 Translated using Weblate (Swedish)
Currently translated at 66.6% (4 of 6 strings)

Translation: social-14.0/social-14.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_debrand/sv/
2021-12-15 11:31:01 +01:00
Simon S
e10e06d263 Added translation using Weblate (Swedish) 2021-12-15 11:31:01 +01:00
oihane
0aa07f1ca4 Translated using Weblate (Spanish)
Currently translated at 66.6% (4 of 6 strings)

Translation: social-14.0/social-14.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_debrand/es/
2021-12-15 11:31:01 +01:00
oihane
1844381040 Added translation using Weblate (Spanish) 2021-12-15 11:31:01 +01:00
OCA-git-bot
e9b331d11b [UPD] README.rst 2021-12-15 11:31:01 +01:00
João Marques
de64c8d610 [IMP] mail_debrand: Keep message body intact while removing branding
Partially fixes https://github.com/OCA/social/issues/713

TT31737
2021-12-15 11:31:01 +01:00
OCA-git-bot
bc616132b5 mail_debrand 14.0.2.0.1 2021-12-15 11:31:01 +01:00
Moisés López
caf5fd4f6d [REF] mail_debrand: Fix FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead. 2021-12-15 11:31:01 +01:00
OCA Transbot
705138dce1 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-14.0/social-14.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_debrand/
2021-12-15 11:31:01 +01:00
OCA-git-bot
67e3bed559 mail_debrand 14.0.2.0.0 2021-12-15 11:31:01 +01:00
oca-travis
636f22b89a [UPD] Update mail_debrand.pot 2021-12-15 11:31:01 +01:00
Ioan Galan
f04051ddcb [IMP] mail_debrand: Avoid process each created mail 2021-12-15 11:31:01 +01:00
Ryan Cole
d3c59ddf74 [14.0] mail_debrand: Add tests to check that digest emails are rendered correctly 2021-12-15 11:31:01 +01:00
Ioan Galan
aa00a02097 [IMP] mail_debrand: Split code into model-specific files 2021-12-15 11:31:01 +01:00
Ryan Cole
42c4779078 [14.0] mail_debrand: pass original args to super() 2021-12-15 11:31:01 +01:00
OCA-git-bot
f613758657 mail_debrand 14.0.1.0.2 2021-12-15 11:31:01 +01:00
Daniel Reis
158cccfce7 [FIX] mail_debrand: avoid KeyError: 'body_html' on plain text emails 2021-12-15 11:31:01 +01:00
Bosd
f6159689b2 Translated using Weblate (Dutch)
Currently translated at 20.0% (1 of 5 strings)

Translation: social-14.0/social-14.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_debrand/nl/
2021-12-15 11:31:01 +01:00
Sergio Zanchetta
4f7d82d7e9 Translated using Weblate (Italian)
Currently translated at 80.0% (4 of 5 strings)

Translation: social-14.0/social-14.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_debrand/it/
2021-12-15 11:31:01 +01:00
Sergio Zanchetta
234eec225d Added translation using Weblate (Italian) 2021-12-15 11:31:01 +01:00
OCA-git-bot
11ae1386c5 mail_debrand 14.0.1.0.1 2021-12-15 11:31:01 +01:00
Daniel Reis
84986a7298 [FIX] mail_debrand: TypeError: object of type 'NoneType' has no len() 2021-12-15 11:31:01 +01:00
Daniel Reis
7f6b13b660 [FIX] mail_debrand: tolerate binary inputs, solve etree FutureWarning 2021-12-15 11:31:01 +01:00
Yves Le Doeuff
d3de34627b Translated using Weblate (French (France))
Currently translated at 80.0% (4 of 5 strings)

Translation: social-14.0/social-14.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_debrand/fr_FR/
2021-12-15 11:31:01 +01:00
Yves Le Doeuff
4081dc39dc Added translation using Weblate (French (France)) 2021-12-15 11:31:01 +01:00
OCA-git-bot
5e0422445e [UPD] README.rst 2021-12-15 11:31:01 +01:00
oca-travis
abd8cad9a7 [UPD] Update mail_debrand.pot 2021-12-15 11:31:01 +01:00
teodoralexandru@nexterp.ro
d37f6f0b36 I have a fix for the issue, here: ursais@6a3933f 2021-12-15 11:31:01 +01:00
Atchuthan, Sodexis
93ed8b0398 [FIX] fixed test 2021-12-15 11:31:01 +01:00
teodoralexandru@nexterp.ro
8838ed4c23 k precommit 2021-12-15 11:31:01 +01:00
teodoralexandru@nexterp.ro
136cbb18da now taking the parent if is td 2021-12-15 11:31:01 +01:00
teodoralexandru@nexterp.ro
7e70ceb67b k also send mail 2021-12-15 11:31:01 +01:00
teodoralexandru@nexterp.ro
d5a677dd55 also precommit 2021-12-15 11:31:01 +01:00
Atchuthan, Sodexis
a237144905 [MIG] mail_debrand: Migration to v14 2021-12-15 11:31:01 +01:00
Atchuthan, Sodexis
04a44c00ce [IMP] mail_debrand: black, isort, prettier 2021-12-15 11:31:01 +01:00
OCA-git-bot
cd6dc98d7a mail_debrand 13.0.2.0.1 2021-12-15 11:31:01 +01:00
OCA-git-bot
981a95fbbe [UPD] README.rst 2021-12-15 11:31:01 +01:00