Commit Graph

398 Commits (5b3815c0edff69f6fe0ab34091c466bd05fcd00c)

Author SHA1 Message Date
dhx 23a4888a81 [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-12-05 10:45:56 +05:30
OCA-git-bot 0912877c68 mail_debrand 15.0.1.2.1 2022-12-05 10:45:56 +05:30
miguels73 e44ce70df9 [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-12-05 10:45:56 +05:30
OCA-git-bot 2da309f7b1 mail_debrand 15.0.1.2.0 2022-12-05 10:45:56 +05:30
OCA-git-bot 106ef73969 [UPD] README.rst 2022-12-05 10:45:56 +05:30
Miquel Raïch 2be6a7d25d [UPD] Eficent -> ForgeFlow 2022-12-05 10:45:56 +05:30
OCA-git-bot 3092f105f2 mail_debrand 15.0.1.1.0 2022-12-05 10:45:56 +05:30
Mateu Griful fb6addd1e2 [15.0][IMP] mail_debrand: Remove Powered by Odoo 2022-12-05 10:45:56 +05:30
OCA-git-bot 77af93a266 [UPD] README.rst 2022-12-05 10:45:56 +05:30
oca-ci 2dc2c19cd5 [UPD] Update mail_debrand.pot 2022-12-05 10:45:56 +05:30
AlvaroTForgeFlow fee6195b58 [15.0][MIG]mail_debrand: Migration from 14.0 to 15.0 2022-12-05 10:45:56 +05:30
Simon S 2076503b38 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/
2022-12-05 10:45:56 +05:30
Simon S 040ee515eb Added translation using Weblate (Swedish) 2022-12-05 10:45:56 +05:30
oihane 729baae958 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/
2022-12-05 10:45:56 +05:30
oihane dc130056e1 Added translation using Weblate (Spanish) 2022-12-05 10:45:56 +05:30
OCA-git-bot 03b32fd5ca [UPD] README.rst 2022-12-05 10:45:56 +05:30
João Marques b8aaf0bb87 [IMP] mail_debrand: Keep message body intact while removing branding
Partially fixes https://github.com/OCA/social/issues/713

TT31737
2022-12-05 10:45:56 +05:30
OCA-git-bot ee31f48292 mail_debrand 14.0.2.0.1 2022-12-05 10:45:56 +05:30
Moisés López 333adbce24 [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. 2022-12-05 10:45:56 +05:30
OCA Transbot f5a2a4d54d 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/
2022-12-05 10:45:56 +05:30
OCA-git-bot 94016baf62 mail_debrand 14.0.2.0.0 2022-12-05 10:45:56 +05:30
oca-travis 2d40f28880 [UPD] Update mail_debrand.pot 2022-12-05 10:45:56 +05:30
Ioan Galan 79168793fd [IMP] mail_debrand: Avoid process each created mail 2022-12-05 10:45:56 +05:30
Ryan Cole fcae938664 [14.0] mail_debrand: Add tests to check that digest emails are rendered correctly 2022-12-05 10:45:56 +05:30
Ioan Galan af73acfe21 [IMP] mail_debrand: Split code into model-specific files 2022-12-05 10:45:56 +05:30
Ryan Cole 6ae7ffef2a [14.0] mail_debrand: pass original args to super() 2022-12-05 10:45:56 +05:30
OCA-git-bot 8618f8f7e0 mail_debrand 14.0.1.0.2 2022-12-05 10:45:56 +05:30
Daniel Reis ead18dd6d2 [FIX] mail_debrand: avoid KeyError: 'body_html' on plain text emails 2022-12-05 10:45:56 +05:30
Bosd 86c7871bcb 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/
2022-12-05 10:45:56 +05:30
Sergio Zanchetta bd4d8656d9 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/
2022-12-05 10:45:56 +05:30
Sergio Zanchetta 9ef8ce2a65 Added translation using Weblate (Italian) 2022-12-05 10:45:56 +05:30
OCA-git-bot 101f14857f mail_debrand 14.0.1.0.1 2022-12-05 10:45:56 +05:30
Daniel Reis 03ef09751e [FIX] mail_debrand: TypeError: object of type 'NoneType' has no len() 2022-12-05 10:45:56 +05:30
Daniel Reis 5f6ec7a133 [FIX] mail_debrand: tolerate binary inputs, solve etree FutureWarning 2022-12-05 10:45:56 +05:30
Yves Le Doeuff 11f685c11f 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/
2022-12-05 10:45:56 +05:30
Yves Le Doeuff 8fb84c7e78 Added translation using Weblate (French (France)) 2022-12-05 10:45:56 +05:30
OCA-git-bot 229429944e [UPD] README.rst 2022-12-05 10:45:56 +05:30
oca-travis dbb3d6344d [UPD] Update mail_debrand.pot 2022-12-05 10:45:56 +05:30
teodoralexandru@nexterp.ro acad9a2f69 I have a fix for the issue, here: ursais@6a3933f 2022-12-05 10:45:56 +05:30
Atchuthan, Sodexis 5f371567cd [FIX] fixed test 2022-12-05 10:45:56 +05:30
teodoralexandru@nexterp.ro c28486a138 k precommit 2022-12-05 10:45:56 +05:30
teodoralexandru@nexterp.ro 80f3459221 now taking the parent if is td 2022-12-05 10:45:56 +05:30
teodoralexandru@nexterp.ro b6e6a9a354 k also send mail 2022-12-05 10:45:56 +05:30
teodoralexandru@nexterp.ro 532bb01ffe also precommit 2022-12-05 10:45:56 +05:30
Atchuthan, Sodexis ef843e6f6d [MIG] mail_debrand: Migration to v14 2022-12-05 10:45:56 +05:30
Atchuthan, Sodexis 6563df3989 [IMP] mail_debrand: black, isort, prettier 2022-12-05 10:45:56 +05:30
OCA-git-bot 164e1f8a21 mail_debrand 13.0.2.0.1 2022-12-05 10:45:56 +05:30
OCA-git-bot 6a50556fa6 [UPD] README.rst 2022-12-05 10:45:56 +05:30
Chandresh Thakkar 96b451313e [FIX] Fixed travis error. 2022-12-05 10:45:56 +05:30
OCA-git-bot a3d280e673 mail_debrand 13.0.2.0.0 2022-12-05 10:45:56 +05:30