Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tools/gen_addon_readme.rst.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
{{ fragments[name] }}
{% endif %}
{%- endmacro -%}
=======
.. image:: https://odoo-community.org/web/image/4610395-7254fada/OCA_banner_readme_1256x150px.png
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we use a nice stable URL here and set up a redirect on the website? In case our website changes we would not want to break existing READMEs.

:target: https://odoo-community.org/get-involved?ref=k8vx13&utm_source=referral-readme&utm_medium=referral
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is "ref=k8vx13" ? Also here should we not use a stable URL in case the details of our website change in the future?

:alt: Odoo Community Association

=======
{{ '=' * manifest.name|length }}
{{ manifest.name }}
{{ '=' * manifest.name|length }}
Expand Down
Loading