mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
c0d05fff10e103034f57bf6cffc6828438d0a558
ormcache invalidation in test_02_homepage_tour_every_theme test. The configurator_apply method and various methods used for theme added on `ir.module.module` from website write directely on `ir.model.data` and update attachments, views, xmlids. They are missing invalidations of template ormcache and others. Adding a high-level cache revealed the problem, but this issue already exists, it impacts all template caches such as `website.page` and `ir.qweb`. see odoo/odoo#224487 see odoo/odoo#88276 closes odoo/design-themes#1151 Related: odoo/odoo#226627 Related: odoo/enterprise#94487 Signed-off-by: Christophe Matthieu (chm) <chm@odoo.com>
Description
No description provided
Languages
SCSS
49.6%
Python
25.4%
JavaScript
24.4%
Rich Text Format
0.5%