odoo-2-flectra-converter/migrator/templates/README.md

16 lines
368 B
Markdown
Raw Normal View History

2018-11-06 16:14:02 +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 %}