mirror of
https://gitlab.com/flectra-community/devops/odoo-2-flectra-converter.git
synced 2025-08-15 07:05:40 +00:00
Initial Commit
This commit is contained in:
16
migrator/templates/README.md
Normal file
16
migrator/templates/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# {{ 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 %}
|
Reference in New Issue
Block a user