OCA / storage

GNU Affero General Public License v3.0
70 stars 159 forks source link

[16.0][FIX] fs_file: guess mimetype based on name #283

Closed glitchov closed 1 year ago

glitchov commented 1 year ago

Fixes a confusion of method to guess the mimetype of a field based on its name. Use of mimetypes.guess_type instead of odoo.tools.mimetypes.guess_mimetype (guess on content).

OCA-git-bot commented 1 year ago

Hi @lmignon, some modules you are maintaining are being modified, check this out!

lmignon commented 1 year ago

superseded by #284 to add tests and additional logic