mirror of
https://github.com/odoo/documentation.git
synced 2026-01-03 02:09:27 +07:00
Since clicking on the image redirects the user to the target URL, it's useless to open the image in a modal. Also, it partially broke the layout of the /legal.html page due to the modal div being inserted into table cells. This commit also introduces the possibility to add the `o-no-modal` class on images that should not open in a modal. task-2909167 Part-of: odoo/documentation#2438