Commit Graph

7 Commits (d38f82398439a134ebc575f40f233517bae2f05c)

Author SHA1 Message Date
Ronald Portier b25af29c28 [FIX] letsencrypt: satisfy pre-commit checks
- No silent passing of exceptions;
- Open files with encoding specified;
- Use with whit subprocess.Popen().
2022-04-07 11:22:16 +02:00
Ronald Portier f5921a0a4b [FIX] letsencrypt. Use char instead of text fields for config.
res.config.settings does not allow Text fields for config_parameter fields. The solution to overcome this is generating
warnings in runbot. As varchar fields without size are to all intents and purposes the same as text fields in postgress,
and can be painlessly and automatically converted, the field type is changed.
2022-04-07 11:21:35 +02:00
Ronald Portier b64d83e1e1 [FIX] letsencrypt: adapt to conventions.
Get rid of unneeded decorators;
Remove copyright lines from init files;
Replace copyright symbol with text;
Use https: where possible.
2022-04-07 11:21:35 +02:00
Ronald Portier 7db8ebadb4 [IMP] letsencrypt: black, isort, prettier 2022-04-07 11:21:35 +02:00
Jan Verbeek fc9fd8f48e [IMP] letsencrypt: Handle web.base.url in a saner way 2022-04-07 11:21:35 +02:00
Jan Verbeek c6c84310a9 [MIG] Migrate letsencrypt 2.0.0 to Odoo 12.0 2022-04-07 11:21:35 +02:00
Jan Verbeek 11623a869c [MIG] Migrate letsencrypt 2.0.0 to Odoo 11.0 2022-04-07 11:21:35 +02:00