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,14 @@
<svg viewBox="0 0 1440 900" fill="#3AADAA" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<defs>
<filter id="blur" x="0" y="0" width="1440" height="900" filterUnits="userSpaceOnUse">
<feGaussianBlur stdDeviation="150"/>
</filter>
</defs>
<g filter="url(#blur)">
<ellipse cx="920.895" cy="461.42" rx="183.045" ry="272.641" transform="rotate(27.6011 920.895 461.42)"/>
<ellipse cx="1058.96" cy="219.68" rx="104.491" ry="233.886" transform="rotate(27.6011 1058.96 219.68)" opacity="0.5"/>
<ellipse cx="704.399" cy="786.497" rx="116.081" ry="233.886" transform="rotate(45.6539 704.399 786.497)" opacity="0.75"/>
<ellipse cx="1297.29" cy="84.0587" rx="95.8913" ry="233.886" transform="rotate(55.6118 1297.29 84.0587)" opacity="0.5"/>
<ellipse cx="1210.8" cy="143.249" rx="95.8913" ry="338.686" transform="rotate(55.6118 1210.8 143.249)" opacity="0.5"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 960 B