camptocamp/odoo-cloud-platform

Migration to v14

p-tombez opened this issue · 4 comments

TODO:

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-14.0

GLOBAL:

MODULES TO MIGRATE:

  • attachment_s3 #210
  • attachment_swift #210
  • base_attachment_object_storage #210
  • base_fileurl_field #210
  • cloud_platform #211
  • cloud_platform_exoscale #211
  • cloud_platform_ovh #211
  • logging_json #205
  • monitoring_log_requests #212
  • monitoring_statsd #207
  • monitoring_status #208
  • session_redis #206
  • test_base_fileurl_field

Missing module test_base_fileurl_field. IDK on which project it is used, but could be added right?

@leemannd It was not even migrated from 12 to 13, not sure if it is needed...

@p-tombez I know it wasn't, but it implements tests for a module that was migrated in V13 & V14. I think it is a good idea to migrate it (and the work today to have it migrated is about 5 minutes).

Sidenote my comment isn't ment to be blocking. But the cost is low and this should add security on a linked module.

@p-tombez It was migrated, but never reviewed ;) #190
Seems to be the good moment to take the opportunity to do it right?