server-tools/letsencrypt/models
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
..
__init__.py [FIX] letsencrypt: adapt to conventions. 2022-04-07 11:21:35 +02:00
letsencrypt.py [MIG] letsencrypt: Migration to 14.0 2022-04-07 11:21:35 +02:00
res_config_settings.py [FIX] letsencrypt. Use char instead of text fields for config. 2022-04-07 11:21:35 +02:00