8000 [FIX] website: compress_html is obsolete · odoo/odoo@d4b2e16 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4b2e16

Browse files
committed
[FIX] website: compress_html is obsolete
This option is no more implemented since the refactoring of ir.qweb Gzip (in nginx) do the same and better...
1 parent a14d6bb commit d4b2e16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addons/website/models/website.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ def _default_language(self):
178178
google_management_client_secret = fields.Char('Google Client Secret')
179179

180180
user_id = fields.Many2one('res.users', string='Public User', default=lambda self: self.env.ref('base.public_user').id)
181-
compress_html = fields.Boolean('Compress HTML') # TODO: REMOVE ME IN SAAS-14
182181
cdn_activated = fields.Boolean('Activate CDN for assets')
183182
cdn_url = fields.Char('CDN Base URL', default='')
184183
cdn_filters = fields.Text('CDN Filters', default=lambda s: '\n'.join(DEFAULT_CDN_FILTERS), help="URL matching those filters will be rewritten using the CDN Base URL")

0 commit comments

Comments
 (0)
0