Skip to content
Snippets Groups Projects
Commit 4db2a483 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:books: Include badges in readme, and update status to beta as this module is not in...

:books: Include badges in readme, and update status to beta as this module is not in production yet in his 15.0 version
parent 9a1e2ca3
No related branches found
No related tags found
1 merge request!20📚 Include badges in readme, and update status to beta as this module is not in...
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="86" height="20"> <svg xmlns="http://www.w3.org/2000/svg" width="97" height="20">
<linearGradient id="b" x2="0" y2="100%"> <linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1" /> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1" /> <stop offset="1" stop-opacity=".1"/>
</linearGradient> </linearGradient>
<mask id="anybadge_1"> <mask id="anybadge_1">
<rect width="86" height="20" rx="3" fill="#fff" /> <rect width="97" height="20" rx="3" fill="#fff"/>
</mask> </mask>
<g mask="url(#anybadge_1)"> <g mask="url(#anybadge_1)">
<path fill="#555" d="M0 0h44v20H0z" /> <path fill="#555" d="M0 0h61v20H0z"/>
<path fill="#e05d44" d="M44 0h42v20H44z" /> <path fill="#dfb317" d="M61 0h36v20H61z"/>
<path fill="url(#b)" d="M0 0h86v20H0z" /> <path fill="url(#b)" d="M0 0h97v20H0z"/>
</g> </g>
<g <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
fill="#fff" <text x="31.5" y="15" fill="#010101" fill-opacity=".3">maturity</text>
text-anchor="middle" <text x="30.5" y="14">maturity</text>
font-family="DejaVu Sans,Verdana,Geneva,sans-serif" </g>
font-size="11" <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
> <text x="80.0" y="15" fill="#010101" fill-opacity=".3">Beta</text>
<text x="23.0" y="15" fill="#010101" fill-opacity=".3">pylint</text> <text x="79.0" y="14">Beta</text>
<text x="22.0" y="14">pylint</text> </g>
</g> </svg>
<g \ No newline at end of file
fill="#fff"
text-anchor="middle"
font-family="DejaVu Sans,Verdana,Geneva,sans-serif"
font-size="11"
>
<text x="66.0" y="15" fill="#010101" fill-opacity=".3">Alpha</text>
<text x="65.0" y="14">Alpha</text>
</g>
</svg>
...@@ -2,4 +2,26 @@ ...@@ -2,4 +2,26 @@
Converter Converter
========= =========
.. |coverage| image:: https://orus.io/xcg/odoo-modules/converter/badges/branch/15.0/coverage.svg
:target: https://orus.io/xcg/odoo-modules/converter/-/pipelines?ref=branch/15.0
:alt: Coverage report
.. the image is updated by the CI when building the documentation
.. |pylint| image:: .badges/pylint.svg
:target: https://orus.io/xcg/odoo-modules/converter/-/pipelines?ref=branch/15.0
:alt: pylint score
.. |maturity| image:: .badges/maturity.svg
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |license| image:: .badges/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |black| image:: .badges/code_style-black-000000.svg
:target: https://github.com/psf/black
:alt: Black
.. |prettier| image:: .badges/code_style-prettier-ff69b4.svg
:target: https://github.com/prettier/prettier
:alt: Prettier
|coverage| |pylint| |maturity| |license| |black| |prettier|
Convert odoo records to/from plain data structures. Convert odoo records to/from plain data structures.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment