Merge branch 'mig/13.0/attachment_minio' into '13.0-test'

mig/13.0/attachment_minio into 13.0-test

See merge request hibou-io/hibou-odoo/suite!452
This commit is contained in:
Hibou Bot
2020-09-03 20:06:03 +00:00

View File

@@ -32,7 +32,14 @@ def migrate(cr, version):
'|', ('res_model', '=', 'ir.ui.view'),
('res_field', 'in', ['image_small',
'image_medium',
'web_icon_data'])
'web_icon_data',
# image.mixin sizes
# image_128 is essentially image_medium
'image_128',
# depending on use case, these may need migrated/moved
# 'image_256',
# 'image_512',
])
],
)