Skip to content
Snippets Groups Projects

Draft: Port to Odoo 16.

Closed Etienne Ferriere requested to merge topic/13.0/MO16-236 into branch/13.0
22 files
+ 298
145
Compare changes
  • Side-by-side
  • Inline
Files
22
+ 6
6
<?xml version="1.0" encoding="UTF-8" ?>
<svg xmlns="http://www.w3.org/2000/svg" width="177" height="20">
<svg xmlns="http://www.w3.org/2000/svg" width="103" height="20">
<linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1" />
<stop offset="1" stop-opacity=".1" />
</linearGradient>
<mask id="anybadge_1">
@@ -3,9 +3,9 @@
<linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1" />
<stop offset="1" stop-opacity=".1" />
</linearGradient>
<mask id="anybadge_1">
<rect width="177" height="20" rx="3" fill="#fff" />
<rect width="103" height="20" rx="3" fill="#fff" />
</mask>
<g mask="url(#anybadge_1)">
<path fill="#555" d="M0 0h61v20H0z" />
@@ -9,8 +9,8 @@
</mask>
<g mask="url(#anybadge_1)">
<path fill="#555" d="M0 0h61v20H0z" />
<path fill="#4c1" d="M61 0h116v20H61z" />
<path fill="url(#b)" d="M0 0h177v20H0z" />
<path fill="#e05d44" d="M61 0h42v20H61z" />
<path fill="url(#b)" d="M0 0h103v20H0z" />
</g>
<g
fill="#fff"
@@ -27,7 +27,7 @@
font-family="DejaVu Sans,Verdana,Geneva,sans-serif"
font-size="11"
>
<text x="120.0" y="15" fill="#010101" fill-opacity=".3">Production/Stable</text>
<text x="119.0" y="14">Production/Stable</text>
<text x="83.0" y="15" fill="#010101" fill-opacity=".3">Alpha</text>
<text x="82.0" y="14">Alpha</text>
</g>
</svg>
Loading