Commit Graph

105 Commits (16.0)

Author SHA1 Message Date
davidbeckercbl 9cacb1112c Translated using Weblate (German)
Currently translated at 100.0% (3 of 3 strings)

Translation: social-16.0/social-16.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_debrand/de/
2025-02-25 14:06:27 +00:00
davidbeckercbl d283199e1d Added translation using Weblate (German) 2025-02-25 11:23:17 +00:00
Ahmet Yiğit Budak 4fca65503e Translated using Weblate (Turkish)
Currently translated at 66.6% (2 of 3 strings)

Translation: social-16.0/social-16.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_debrand/tr/
2025-02-18 08:06:23 +00:00
Ahmet Yiğit Budak 46a263dfbc Added translation using Weblate (Turkish) 2025-02-18 05:10:23 +00:00
Vincent Hatakeyama 4de8bee2c3 Translated using Weblate (French)
Currently translated at 100.0% (3 of 3 strings)

Translation: social-16.0/social-16.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_debrand/fr/
2024-02-23 16:34:27 +00:00
OCA-git-bot 7348bb9b82 [BOT] post-merge updates 2024-01-08 07:46:57 +00:00
Stefan Rijnhart b525c2a134 [FIX] mail_debrand: don't remove actual content from auth_signup email templates
such as auth_signup's invitation email.
2024-01-05 08:55:21 +01:00
Stefan Rijnhart bc188fc429 [FIX] mail_debrand: fix translated branding 2024-01-05 08:55:21 +01:00
OCA-git-bot 7aab1bf64f [BOT] post-merge updates 2023-12-29 09:00:52 +00:00
OCA-git-bot f90549f925 Merge PR #1181 into 16.0
Signed-off-by pedrobaeza
2023-12-29 08:57:36 +00:00
Michel Perrocheau d6c5ad1074 [FIX] mail_debrand: Avoid odoo.sh links removal
For URLs like my-customer.odoo.com
2023-12-29 09:35:27 +01:00
Adriano Prado ec1f1bc3c0 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3 of 3 strings)

Translation: social-16.0/social-16.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_debrand/pt_BR/
2023-12-28 21:23:17 +00:00
Adriano Prado 6da21307c8 Added translation using Weblate (Portuguese (Brazil)) 2023-12-28 19:52:23 +00:00
mymage 5fc1887770 Translated using Weblate (Italian)
Currently translated at 100.0% (3 of 3 strings)

Translation: social-16.0/social-16.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_debrand/it/
2023-12-07 13:40:50 +00:00
mymage b94037a6eb Translated using Weblate (Italian)
Currently translated at 100.0% (3 of 3 strings)

Translation: social-16.0/social-16.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_debrand/it/
2023-12-01 10:12:28 +00:00
Ivorra78 25db9b6b63 Translated using Weblate (Spanish)
Currently translated at 100.0% (3 of 3 strings)

Translation: social-16.0/social-16.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_debrand/es/
2023-09-03 20:03:34 +00:00
OCA-git-bot 8cc1f3516c [UPD] README.rst 2023-09-03 17:03:29 +00:00
Weblate 1f92d5527a Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-16.0/social-16.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_debrand/
2023-02-07 16:08:09 +00:00
OCA-git-bot f7556f90f9 [UPD] README.rst 2023-02-07 15:11:33 +00:00
oca-ci fb8c5dc67f [UPD] Update mail_debrand.pot 2023-02-07 15:09:14 +00:00
Logeshkumar 6b003bfe9c [16.0][IMP] mail_debrand 2022-12-27 12:58:38 +05:30
Raf Ven 586161d02b [15.0-mail] [FIX] mail_debrand: text/plain issue + TypeError: object of type 'NoneType' has no len() 2022-12-14 18:18:49 +05:30
Logeshkumar 2b8c9e5e44 [16.0][MIG] mail_debrand 2022-12-05 10:53:08 +05:30
Víctor Martínez c50e3146a4 [FIX] mail_debrand: Set proper default engine in _render_template() function 2022-12-05 10:45:56 +05:30
OCA-git-bot ee80034206 mail_debrand 15.0.1.2.2 2022-12-05 10:45:56 +05:30
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