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