mirror of
https://gitlab.com/flectra-community/devops/odoo-2-flectra-converter.git
synced 2025-11-04 15:10:38 +00:00
{{ project_title }}
{{ project_intro }}
{% if modules %}
Available addons
| addon | version | summary |
|---|---|---|
| {% for key, mod in modules.items() -%} | ||
| [{{ key }}]({{ key }}/) | {{ mod['version'] }} | {{ ('summary' in mod and mod['summary'] or 'name' in mod and mod['name'] or '').replace('\n','').replace('\r','') }} |
| {% endfor %} |
{% endif %}