-
- Downloads
[FIX] *: adapt front-end HTML field sanitization
*: account, event_booth, gamification, hr, project,
website_event_track, website_hr_recruitment, website_slides
HTML fields that appear in the front-end can be modified using the
website editor. Some of them are sanitized in a way that breaks the
behavior of snippets that can be dropped within them.
This commit adapts the sanitization of those HTML fields so that the
snippets behave as expected.
opw-3267589
closes odoo/odoo#125650
X-original-commit: 477cd32c7924ce79e8f29cf567fbbc625f24534f
Related: odoo/enterprise#42802
Signed-off-by:
Romain Derie (rde) <rde@odoo.com>
Showing
- addons/account/models/company.py 1 addition, 0 deletionsaddons/account/models/company.py
- addons/event_booth/models/event_booth_category.py 1 addition, 1 deletionaddons/event_booth/models/event_booth_category.py
- addons/gamification/models/gamification_badge.py 1 addition, 1 deletionaddons/gamification/models/gamification_badge.py
- addons/hr/models/hr_job.py 1 addition, 1 deletionaddons/hr/models/hr_job.py
- addons/project/models/project.py 1 addition, 1 deletionaddons/project/models/project.py
- addons/website_event_track/models/event_track.py 1 addition, 0 deletionsaddons/website_event_track/models/event_track.py
- addons/website_hr_recruitment/models/hr_job.py 1 addition, 0 deletionsaddons/website_hr_recruitment/models/hr_job.py
- addons/website_slides/models/slide_slide.py 1 addition, 1 deletionaddons/website_slides/models/slide_slide.py
Loading
Please register or sign in to comment