Skip to content
Snippets Groups Projects
Commit 4c7eab94 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[FIX] missing default(false) on banking

parent ef3018e4
Branches
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ services: ...@@ -21,7 +21,7 @@ services:
volumes: volumes:
- filestore:/opt/odoo/data:z - filestore:/opt/odoo/data:z
{# if prod and banking #} {# if prod and banking #}
{% if item.value.prod_instance | default(false) == item.key and banking %} {% if item.value.prod_instance | default(false) == item.key and banking | default(false) %}
- ./bank/:/ofx/:ro - ./bank/:/ofx/:ro
{% endif %} {% endif %}
{% if private_pull is defined %} {% if private_pull is defined %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment