Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] mail_debrand #1257

Closed
wants to merge 95 commits into from
Closed

Conversation

guestisp
Copy link

No description provided.

@jcdrubay
Copy link

jcdrubay commented Dec 5, 2023

Hi @guestisp
You might want to rename your PR with this format: [17.0][MIG] mail_outbound_static ;)

@guestisp guestisp changed the title [MIG] mail_debrand: Migrate to 17.0 [17.0][MIG] mail_outbound_static Dec 5, 2023
@guestisp guestisp changed the title [17.0][MIG] mail_outbound_static [17.0][MIG] mail_debrand Dec 5, 2023
@ahaly-compass
Copy link

Whats the status here?

@StefanRijnhart
Copy link
Member

Please include #1272

@gurneyalex
Copy link
Member

/ocabot migration mail_debrand

@OCA-git-bot OCA-git-bot added this to the 17.0 milestone Jan 25, 2024
@OCA-git-bot OCA-git-bot mentioned this pull request Jan 25, 2024
32 tasks
@flotho
Copy link
Member

flotho commented Feb 13, 2024

Hi @guestisp , anychance to retrigger runboat ?

@etobella
Copy link
Member

/ocabot rebase

pedrobaeza and others added 20 commits February 16, 2024 14:46
There's no commits preservation, as the module doesn't serve as is on v9.
without this fix, any regular notification (added as follower,
thread notifications...) were not parsed at all and as a
consequence also not debranded.
Currently translated at 40.0% (2 of 5 strings)

Translation: social-12.0/social-12.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_debrand/pt/
Currently translated at 100.0% (5 of 5 strings)

Translation: social-12.0/social-12.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_debrand/sl/
OCA-git-bot and others added 19 commits February 16, 2024 14:46
- 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>
`
update function calls to use new internal names, use qweb_view engine to be able to specify the template via xmlid
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/
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/
@OCA-git-bot
Copy link
Contributor

Congratulations, PR rebased to 17.0.

@OCA-git-bot OCA-git-bot force-pushed the 17.0-mig-mail_debrand branch from 4ff9df8 to 9d7e884 Compare February 16, 2024 14:46
@StefanRijnhart
Copy link
Member

StefanRijnhart commented Feb 16, 2024

@flotho it's going to have known issues until #1272 is included and its small follow-up #1287.

@nguyenminhchien
Copy link
Contributor

Hi @guestisp i created guestisp#1 to pick #1272 and #1287
Please review.

@paddlefish
Copy link

Hi @guestisp I also created a PR onto your PR guestisp#2 to pick up what looks like some missed localization work on the 16 branch, fix some code comments and unit test

@nguyenminhchien
Copy link
Contributor

Hello, no feedback from the author of this PR. so i create this new one #1358

@novamilky
Copy link

novamilky commented Apr 30, 2024

Whats the status here?

@etobella
Copy link
Member

Probably it is necessary to overseed this PR because the author is not answering

@StefanRijnhart
Copy link
Member

StefanRijnhart commented May 3, 2024

Closing in favor of #1358

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.