replace stale web_editor with html_editor and html_builder for 19.0

web_editor was removed in Odoo 19.0 and replaced by html_editor
and html_builder. The old web_editor was incorrectly included in
the 19.0 vanilla import.

🤖 assisted by claude
This commit is contained in:
Ernad Husremovic 2026-03-09 15:31:13 +01:00
parent 4b94f0abc5
commit f866779561
1513 changed files with 396049 additions and 358525 deletions

View file

@ -0,0 +1,28 @@
<svg fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="gradient_1" x1="188.5" y1="89.4999" x2="783.5" y2="95.4999" gradientUnits="userSpaceOnUse">
<stop stop-color="#383E45" stop-opacity="0"/>
<stop offset="1" stop-color="#383E45"/>
</linearGradient>
<linearGradient id="gradient_2" x1="165.5" y1="-201.5" x2="-324.5" y2="269" gradientUnits="userSpaceOnUse">
<stop stop-color="#383E45" stop-opacity="0"/>
<stop offset="1" stop-color="#383E45"/>
</linearGradient>
<linearGradient id="gradient_3" x1="371.5" y1="260.5" x2="-223.5" y2="254.5" gradientUnits="userSpaceOnUse">
<stop stop-color="#383E45" stop-opacity="0"/>
<stop offset="1" stop-color="#383E45"/>
</linearGradient>
<linearGradient id="gradient_4" x1="394.5" y1="551.5" x2="884.5" y2="81.0001" gradientUnits="userSpaceOnUse">
<stop stop-color="#383E45" stop-opacity="0"/>
<stop offset="1" stop-color="#383E45"/>
</linearGradient>
</defs>
<svg height="50%" viewBox="0 0 560 350" preserveAspectRatio="xMinYMin meet">
<path d="M50 -105L352 197L654 -105L50 -105Z" fill="url(#gradient_1)"/>
<path d="M-577 -232L0 345L577 -232L-577 -232Z" fill="url(#gradient_2)"/>
</svg>
<svg height="50%" y="50%" viewBox="0 0 560 350" preserveAspectRatio="xMaxYMax meet">
<path d="M510 455L208 153L-94.0001 455L510 455Z" fill="url(#gradient_3)"/>
<path d="M1137 582L560 5.0001L-17.0001 582L1137 582Z" fill="url(#gradient_4)"/>
</svg>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB