odoo-openupgrade-wizard/odoo_openupgrade_wizard/templates/odoo/addons_python_requirements.txt.j2
2024-11-05 01:00:52 +01:00

9 lines
242 B
Django/Jinja

# Do NOT edit manually. Changes here will be overwritten by the command 'guess-requirement'
{%- for python_lib, module_list in dependencies.items() %}
# Required by the module(s): {{ ','.join(module_list) }}
{{ python_lib }}
{%- endfor %}