Files
design-themes/test_themes
qsm-odoo c1d077604e [IMP] test_themes: allow s_something_xxx as a variant of s_xxx
The testing suite tests, among other things, that a s_xxx_yyy class can
only be used on a sub-element (or the same element) of a s_xxx one (or
being on the root element, as being the name of the snippet).

This commit now also allows s_something_xxx (so prefixing instead of
suffixing) when on the same element. E.g. "s_newsletter_benefits_popup"
alongside the "s_popup" class for the new "s_newsletter_benefits_popup"
snippet.

Related to task-4306887
Part of task-4077427

closes odoo/design-themes#1130

Related: odoo/odoo#186820
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2025-08-18 18:31:38 +00:00
..