mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
fix: more inclusive values for force database
This commit is contained in:
co-authored by
GitHub
parent
5b03cc4d55
commit
b255da31ab
@@ -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