mirror of
https://github.com/bringout/oca-ocb-web.git
synced 2026-04-19 18:12:03 +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,27 @@
|
|||
|
||||
<svg viewBox="0 0 1400 900" fill="none" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice">
|
||||
<defs>
|
||||
<filter id="blur_1" x="0" y="0" width="1400" height="900" filterUnits="userSpaceOnUse">
|
||||
<feGaussianBlur stdDeviation="150"/>
|
||||
</filter>
|
||||
<filter id="blur_2" x="0" y="0" width="1400" height="900" filterUnits="userSpaceOnUse">
|
||||
<feGaussianBlur stdDeviation="250"/>
|
||||
</filter>
|
||||
<linearGradient id="gradient_1" x1="993.5" y1="437" x2="1403" y2="297.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFFFFF" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="#FFFFFF" stop-opacity="0.2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_2" x1="1004.5" y1="211" x2="327.5" y2="269.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFFFFF" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="#FFFFFF" stop-opacity="0.2"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g filter="url(#blur_1)">
|
||||
<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"/>
|
||||
<ellipse cx="1426.93" cy="943.683" rx="415" ry="261" transform="rotate(-43.3558 1426.93 943.683)" fill="#FFFFFF"/>
|
||||
<ellipse cx="-30.809" cy="1111.8" rx="415" ry="293.668" transform="rotate(43.2115 -30.809 1111.8)" fill="#FFFFFF"/>
|
||||
</g>
|
||||
<path d="M533.095 858.059C866.547 991.726 1175.81 1002.92 1110.03 1167.03C1044.24 1331.14 720.598 1355.81 387.147 1222.15C53.6955 1088.48 -163.292 847.083 -97.5074 682.977C-31.7233 518.87 199.644 724.391 533.095 858.059Z" fill="#7C6576" filter="url(#blur_2)"/>
|
||||
<path d="M1400 726.5L996 323L419.5 900H1400V726.5Z" fill="url(#gradient_1)"/>
|
||||
<path d="M592.5 -80.5L996 323L1370.5 -50.5L592.5 -80.5Z" fill="url(#gradient_2)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue