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,21 @@
<svg viewBox="0 0 1400 900" fill="none" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMaxYMid slice">
<defs>
<filter id="blur_1" x="0" y="0" width="1400" height="900" filterUnits="userSpaceOnUse">
<feGaussianBlur stdDeviation="500"/>
</filter>
<filter id="blur_2" x="0" y="0" width="1400" height="900" filterUnits="userSpaceOnUse">
<feGaussianBlur stdDeviation="250"/>
</filter>
<filter id="blur_3" x="0" y="0" width="1400" height="900" filterUnits="userSpaceOnUse">
<feGaussianBlur stdDeviation="125"/>
</filter>
</defs>
<path d="M1496.71 475.51C1655.46 680.674 1608.54 982.883 1391.91 1150.51C1175.28 1318.14 870.966 1287.71 712.21 1082.55C553.455 877.384 857.256 939.248 1073.89 771.619C1290.52 603.99 1337.95 270.345 1496.71 475.51Z" fill="#3AADAA" filter="url(#blur_1)"/>
<path d="M1996.16 286.218C1879.19 517.759 1586.16 605.329 1341.68 481.81C1097.19 358.292 993.831 70.4587 1110.81 -161.083C1227.79 -392.624 1302.55 -91.7377 1547.04 31.781C1791.52 155.3 2113.14 54.6765 1996.16 286.218Z" fill="#3AADAA" filter="url(#blur_2)"/>
<g filter="url(#blur_3)">
<path d="M1404.59 76.6237C1509.21 182.116 1503.73 357.189 1392.34 467.661C1280.95 578.133 1105.84 582.17 1001.22 476.678C896.591 371.186 1073.62 385.054 1185.01 274.582C1296.39 164.11 1299.96 -28.8681 1404.59 76.6237Z" fill="#3AADAA"/>
<path d="M1732.34 707.92C1664.96 840.34 1496.99 890.016 1357.17 818.873C1217.35 747.731 1158.62 582.711 1226 450.291C1293.37 317.87 1335.7 490.32 1475.52 561.462C1615.34 632.605 1799.71 575.5 1732.34 707.92Z" fill="#3AADAA"/>
<path d="M1594.59 -52.3763C1699.21 53.1155 1693.73 228.189 1582.34 338.661C1470.95 449.133 1295.84 453.17 1191.22 347.678C1086.59 242.186 1263.62 256.054 1375.01 145.582C1486.39 35.1097 1489.96 -157.868 1594.59 -52.3763Z" fill="#FFFFFF"/>
<path d="M1565.94 526.529C1513.77 594.651 1413.17 605.219 1341.24 550.133C1269.31 495.047 1253.29 395.167 1305.46 327.045C1357.63 258.922 1363.56 361.299 1435.49 416.385C1507.42 471.471 1618.11 458.406 1565.94 526.529Z" fill="#FFFFFF"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB