mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
fix: more inclusive value for force database
This commit is contained in:
co-authored by
GitHub
parent
5e98c14de9
commit
17df627732
@@ -5,7 +5,7 @@
|
|||||||
<field name="key">ir_attachment.storage.force.database</field>
|
<field name="key">ir_attachment.storage.force.database</field>
|
||||||
<field
|
<field
|
||||||
name="value"
|
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>
|
</record>
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
Reference in New Issue
Block a user