• IEL's avatar
    [FIX] *: fix image parsing error on saving res config · 3c7694b4
    IEL authored
    WHAT: apply 93a7695f65baf00d1f82481d6a2a97e6c11940a8 for all res.config.settings
    menus
    
    WHY: the same reason as in 93a7695f65baf00d1f82481d6a2a97e6c11940a8:
    
    	When saving, a read is called. By default, read has
    	bin_size to true to avoid performances issues.
    	It will return the image size instead of the content
    
    it may lead to image dissapearing or "Incorrect padding" error
    
    HOW:
    
        find . -iname "*.xml"|xargs grep "\"context\".*'module'" -l | xargs sed -i "s/\(\"context\".*'module'.*\)\}/\1, 'bin_size': False}/"
        git checkout  -- addons/base_setup/views/res_config_settings_views.xml
    
    ---
    
    PR for General Settings: https://github.com/odoo/odoo/pull/47297
    
    
    
    opw-2346644
    
    closes odoo/odoo#61215
    
    X-original-commit: 7c55efa88b72bd1f3f0f32f7f738e2fda5aa4abd
    Related: odoo/enterprise#14547
    Signed-off-by: default avatarIvan Yelizariev // IEL <[email protected]>
    3c7694b4