diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a530ad3d33042a2567bd363d89bcc54509a25d7d_LmdpdGxhYi1jaS55bWw=..9e69790aa9ecb7fa31c4b852ca7e17f2a1fb8ef3_LmdpdGxhYi1jaS55bWw= 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,6 +68,7 @@ entrypoint: [""] variables: ODOO_TYPE: odoo13 + allow_failure: true build-documentation: stage: build diff --git a/NEWS.rst b/NEWS.rst index a530ad3d33042a2567bd363d89bcc54509a25d7d_TkVXUy5yc3Q=..9e69790aa9ecb7fa31c4b852ca7e17f2a1fb8ef3_TkVXUy5yc3Q= 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,11 @@ History ======= +4.2.1 +----- + +Disable test, meaning that import_base_import does not work in odoo 13. + 4.2 --- @@ -9,4 +14,5 @@ Fix missing PyYAML dependency. +Colored logs. @@ -12,5 +18,4 @@ -Colored logs. 4.1 ---