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

mig/13.0/attachment_minio into 13.0

See merge request hibou-io/hibou-odoo/suite!453
This commit is contained in:
Jared Kipe
2020-09-04 18:58:38 +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',
])
],
)