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_environment: Migration to 17.0 #171

Merged
merged 35 commits into from
Jan 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
43a618b
[add] mail_environment
jgrandguillaume Nov 22, 2011
73cb79c
[IMP] mail_environment misc
Nov 22, 2011
5598aaf
[FIX] Add fnct_search on type in order to avoid error when ir.cron ru…
jgrandguillaume Nov 8, 2013
c39ccff
[IMP] 7.0 no view type required
Feb 17, 2014
9953a5a
mail_eniroment misc improvements
guewen Oct 8, 2014
fd9a34e
Add OCA as author of OCA addons
gurneyalex Mar 2, 2015
5e129c8
fix runbot warning
gurneyalex Jul 17, 2015
5b0e9e3
Add missing default oca icons
yvaucher Aug 18, 2015
0956bea
[FIX] like #230, but for mail_environment
hbrunn Aug 18, 2015
66c3a7c
[UPD] prefix versions with 8.0
sbidoul Oct 9, 2015
b94a900
[MIG] Make modules uninstallable
pedrobaeza Oct 14, 2015
6b9aacc
9.0 migration of mail_environment
gurneyalex Jan 20, 2016
5071262
[MIG] pre migration changes
pedrobaeza Oct 6, 2016
aa06327
Migrate mail_environment to 10.0
guewen Dec 21, 2016
bf2c10a
README.rst - Fix layout
yvaucher Mar 24, 2017
b0c8eeb
[FIX] mail_environment must not depend on server_environment_files
sbidoul Apr 23, 2017
86e946c
[11.0][MIG] mail_environment
simahawk Nov 29, 2017
d817151
Use new server.env.mixin in mail_environment
guewen Jul 19, 2018
f7c312d
Infer configparser getter from field type
guewen Jul 24, 2018
de9c2c0
[IMP] mail_environment: new README structure
sebalix Jan 4, 2019
59a3fc2
[MIG] mail_environment: Migration to 12.0
sebalix Jan 4, 2019
e819061
Translated using Weblate (Portuguese (Brazil))
Sep 2, 2019
a735961
[REF] mail_environment: Black python code
gurneyalex Oct 10, 2019
e27bffa
[MIG] mail_environment to 13.0
gurneyalex Oct 10, 2019
a5ba449
Run pre-commit (black, isort)
guewen Jan 28, 2020
2ddb762
[FIX] mail_environment: fix server_type field
ajaniszewska-dev Mar 2, 2020
f326f76
[14.0][MIG] - migration mail_environment
sbejaoui Oct 14, 2020
678d8dd
Remove en.po
sbidoul Dec 13, 2020
9544723
[MIG] Migrate to version 15.0
JuMiSanAr Oct 20, 2021
9c60fa3
[MIG] mail_environment: Migration to 16.0
adrienpeiffer Nov 14, 2022
8b43d00
[FIX] mail_environment: add search field for fetchmail.server's is_ssl
StefanRijnhart Dec 14, 2022
6e1023c
[FIX] README to specify server_type instead of type to match the model
Dec 29, 2022
12ed9db
Translated using Weblate (Spanish)
Ivorra78 Jul 25, 2023
c02c521
[IMP] mail_environment: pre-commit stuff
moitabenfdz Nov 15, 2023
03c9cc5
[MIG] mail_environment: Migration to 17.0
moitabenfdz Nov 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
README.rst - Fix layout
  • Loading branch information
yvaucher authored and moitabenfdz committed Nov 15, 2023
commit bf2c10a5a037ece3ff33dc1d99a0b7f03fddec24
46 changes: 23 additions & 23 deletions mail_environment/README.rst
Original file line number Diff line number Diff line change
@@ -33,28 +33,28 @@ default values with a section named `[outgoing_mail.resource_name]` or
`[incoming_mail.resource_name]` where "resource_name" is the name of
the server.

Exemple of config file :

[outgoing_mail]
smtp_host = smtp.myserver.com
smtp_port = 587
smtp_user =
smtp_pass =
smtp_encryption = ssl

[outgoing_mail.odoo_smtp_server1]
smtp_user = odoo
smtp_pass = odoo

[incoming_mail.odoo_pop_mail1]
server = mail.myserver.com
port = 110
type = pop
is_ssl = 0
attach = 0
original = 0
user = odoo@myserver.com
password = uas1ohV0
Exemple of config file ::

[outgoing_mail]
smtp_host = smtp.myserver.com
smtp_port = 587
smtp_user =
smtp_pass =
smtp_encryption = ssl

[outgoing_mail.odoo_smtp_server1]
smtp_user = odoo
smtp_pass = odoo

[incoming_mail.odoo_pop_mail1]
server = mail.myserver.com
port = 110
type = pop
is_ssl = 0
attach = 0
original = 0
user = odoo@myserver.com
password = uas1ohV0

You will need to create 2 records in the database, one outgoing mail
server with the field `name` set to "odoo_smtp_server1" and one
@@ -73,7 +73,7 @@ Known issues / Roadmap
======================

* Due to the special nature of this addon, you cannot test it on the OCA
runbot.
runbot.

Bug Tracker
===========