Skip to content
Extraits de code Groupes Projets
Valider 4c7eab94 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[FIX] missing default(false) on banking

parent ef3018e4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -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% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter