From 951a3852d10cf974bbb18edddb4f9e113be9bfcc Mon Sep 17 00:00:00 2001 From: josep-tecnativa Date: Thu, 10 Oct 2024 12:30:09 +0200 Subject: [PATCH] [FIX] Change eslintrc file name on oca-addons-repo-template last version(v1.26) --- .eslintrc.yml.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.yml.jinja b/.eslintrc.yml.jinja index d78d9994..bcf04344 100644 --- a/.eslintrc.yml.jinja +++ b/.eslintrc.yml.jinja @@ -1 +1 @@ -{%- include "vendor/oca-addons-repo-template/src/{% if odoo_version > 12 %}.eslintrc.yml{% endif %}" -%} +{%- include "vendor/oca-addons-repo-template/src/{% if odoo_version > 12 %}.eslintrc.yml{% endif %}.jinja" -%}