fix: more inclusive value for force database

This commit is contained in:
Nicolas Bessi (nbessi)
2024-07-25 14:47:15 +02:00
committed by GitHub
co-authored by GitHub
parent 5e98c14de9
commit 17df627732
@@ -5,7 +5,7 @@
<field name="key">ir_attachment.storage.force.database</field>
<field
name="value"
>{"image/": 51200, "application/javascript": 0, "text/css": 0}</field>
>{"image/": 51200, "application/javascript": 0, "text/css": 0, "text/scss": 0, "text/plain": 0, "application/octet-stream": 0}</field>
</record>
</odoo>