Skip to content

Commit

Permalink
Revert "Add a warning in readme for Alpha status"
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 3, 2019
1 parent 71e320f commit 9f42d25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion tools/gen_addon_readme.py
Expand Up @@ -228,7 +228,6 @@ def gen_one_addon_readme(
org_name=org_name,
repo_name=repo_name,
runbot_id=runbot_id,
development_status=development_status,
))
return readme_filename

Expand Down
9 changes: 0 additions & 9 deletions tools/gen_addon_readme.template
Expand Up @@ -26,15 +26,6 @@
{% for _ in badges %}|badge{{ loop.index }}| {% endfor %}

{{ fragments.get('DESCRIPTION', '') }}
{% if development_status == 'Alpha' -%}

.. IMPORTANT::
This is an alpha version, the data model and design can change at any time without warning.
Only for development or testing purpose, do not use in production.
`More details on development status <https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/oca_module_lifecycle_development_status.rst>`_

{% endif -%}

**Table of contents**

.. contents::
Expand Down

0 comments on commit 9f42d25

Please sign in to comment.