Hello, currently it is possible in Odoo to show product template image size in a tree view, if image field is set with widget "file (binary)" in tree view.
But when exported the complete base64 string is exported.
I have tried alot of solutions with calculated, related fields and automations with python calculations but with no proper solution so far.
What we need is a way to sort or export the files size value. For example 123,85 Kb.
This way we can optimize large images.