mirror of
https://github.com/bringout/oca-ocb-web.git
synced 2026-04-19 12:12:02 +02:00
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:
parent
4b94f0abc5
commit
f866779561
1513 changed files with 396049 additions and 358525 deletions
|
|
@ -0,0 +1,18 @@
|
|||
<svg viewBox="0 0 800 500" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<filter id="blur_1" x="0" y="0" width="800" height="500" filterUnits="userSpaceOnUse">
|
||||
<feGaussianBlur stdDeviation="50"/>
|
||||
</filter>
|
||||
<filter id="blur_2" x="0" y="0" width="800" height="500" filterUnits="userSpaceOnUse">
|
||||
<feGaussianBlur stdDeviation="75"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g filter="url(#blur_1)">
|
||||
<path d="M880.019 -1.37651C876.888 319.468 275.551 403.276 -24.7264 405.074L-0.519125 663.377L968.365 488.724L880.019 -1.37651Z" fill="#3AADAA"/>
|
||||
<ellipse cx="560.306" cy="552.001" rx="303.5" ry="142.042" transform="rotate(-5.80306 560.306 552.001)" fill="#F6F6F6" fill-opacity="0.5"/>
|
||||
<path d="M371.246 624.008C585.421 583.353 778.953 236.443 848.947 68.0707L987.246 507.076L371.246 624.008Z" fill="#FFFFFF" fill-opacity="0.3"/>
|
||||
</g>
|
||||
<g filter="url(#blur_2)">
|
||||
<ellipse cx="134.632" cy="479.325" rx="265.579" ry="115.667" transform="rotate(4.98904 134.632 479.325)" fill="#7C6576" fill-opacity="0.8"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue