mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +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="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>
|
||||
|
||||
Reference in New Issue
Block a user