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_outbound_static #1259

Merged
merged 34 commits into from
Dec 28, 2023

Conversation

SodexisTeam
Copy link
Member

No description provided.

lasley and others added 30 commits November 21, 2023 13:15
* Allow for the configuration of the FROM header for outbound emails, and move the existing from header to Sender as per RFC-2822
Fixing and extending tests
Add setup
Co-Authored-By: Jairo Llopis <Yajo@users.noreply.github.com>
use sudo to get ir.config_parameter, otherwise when normal users try to
send email they get AccessError
- fix misspellings errors in documentation
- add unit test to avoid github checkers red status in codecov tests.
- add validation of email from and domain whitelist fields.
- update documentation remove roadmap for already updated functionalities.
- update translations
Since 15.0, smtp info is prepared in _prepare_email_message() which is called
from send_email(), and the smtp info manipulation should be done in this method
instead of in send_email().
Copy link
Member

@atchuthan atchuthan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code review 👍

@SodexisTeam SodexisTeam changed the title 17.0 mig mail outbound static [17.0][MIG] mail_outbound_static Nov 21, 2023
@SodexisTeam SodexisTeam mentioned this pull request Nov 23, 2023
30 tasks
@pedrobaeza
Copy link
Member

/ocabot migration mail_outbound_static

@OCA-git-bot OCA-git-bot added this to the 17.0 milestone Nov 24, 2023
@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@CasVissers-360ERP
Copy link

I keep getting this warning in the log?

XML declarations in HTML module descriptions are deprecated since Odoo 17, mail_outbound_static can just have a UTF8 description with not need for a declaration.

@SodexisTeam
Copy link
Member Author

SodexisTeam commented Dec 6, 2023

I keep getting this warning in the log?

XML declarations in HTML module descriptions are deprecated since Odoo 17, mail_outbound_static can just have a UTF8 description with not need for a declaration.

@CasVissers-360ERP
This recent commit odoo/odoo@9429986 impacted this deprecated warning. It has been fixed. Please check now.

Copy link

@CasVissers-360ERP CasVissers-360ERP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running on live migrated v17 db.

@@ -0,0 +1 @@

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be removed i guess

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be removed i guess

@francesco-ooops Removed.

@yajo
Copy link
Member

yajo commented Dec 14, 2023

Does this module make sense anymore? We already have from filters upstream since 16.0. Check out: https://www.odoo.com/documentation/16.0/applications/general/email_communication/email_servers.html#use-a-default-from-email-address

@matteoopenf
Copy link

Does this module make sense anymore? We already have from filters upstream since 16.0. Check out: https://www.odoo.com/documentation/16.0/applications/general/email_communication/email_servers.html#use-a-default-from-email-address

some times this module is nedded in case the mail server is provide by Microsoft with office 365

@atchuthan
Copy link
Member

Does this module make sense anymore? We already have from filters upstream since 16.0. Check out: https://www.odoo.com/documentation/16.0/applications/general/email_communication/email_servers.html#use-a-default-from-email-address

This module is also used for multi company purposes too

@dreispt
Copy link
Sponsor Member

dreispt commented Dec 28, 2023

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 17.0-ocabot-merge-pr-1259-by-dreispt-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 23e45e8 into OCA:17.0 Dec 28, 2023
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at c638171. Thanks a lot for contributing to OCA. ❤️

@atchuthan atchuthan deleted the 17.0-mig-mail_outbound_static branch January 2, 2024 09:08
nilshamerlinck pushed a commit to nilshamerlinck/social that referenced this pull request Feb 15, 2024
Signed-off-by dreispt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.