mirror of
https://github.com/odoo/documentation.git
synced 2026-01-03 02:09:27 +07:00
The documentation of view attributes was lacking visual structure to help the reader figure out which attribute relates to which parent element. Since this documentation was relying on RST block quotes to represent the hierarchy of view attributes, we can apply the same new styling that was added with commit934f45cfand designed for autodoc, and which relies on the exact same HTML structure as block quotes. task-2755298 closes odoo/documentation#2341 X-original-commit:e2a3ca0631Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>