Commit Graph

8 Commits (63b6c0d1052d7a5c8afddbb6f782c60956dc3bdf)

Author SHA1 Message Date
Holger Brunn 24c34f4274 [MIG] letsencrypt: Migration to 16.0 2024-04-22 19:02:01 +02:00
Ronald Portier 0d722d9035 [FIX] letsencrypt: satisfy pre-commit checks
- No silent passing of exceptions;
- Open files with encoding specified;
- Use with whit subprocess.Popen().
2024-04-22 18:10:57 +02:00
Ronald Portier a8c9f57ebf [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.
2024-04-22 18:10:57 +02:00
Ronald Portier a5ba0d8a83 [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.
2024-04-22 18:10:57 +02:00
Ronald Portier 5fc34b5fd6 [IMP] letsencrypt: black, isort, prettier 2024-04-22 18:10:56 +02:00
Jan Verbeek aac2b30d3b [IMP] letsencrypt: Handle web.base.url in a saner way 2024-04-22 18:10:56 +02:00
Jan Verbeek a5eff475b2 [MIG] Migrate letsencrypt 2.0.0 to Odoo 12.0 2024-04-22 18:10:56 +02:00
Jan Verbeek bc1b20b3ff [MIG] Migrate letsencrypt 2.0.0 to Odoo 11.0 2024-04-22 18:10:56 +02:00