From 078c639247878d9be61117615391ab55f3a912c8 Mon Sep 17 00:00:00 2001 From: Daniel Reis Date: Sat, 18 Nov 2023 14:35:31 +0000 Subject: [PATCH] [FIX] Do not apply new style checks to 14.0 --- src/{% if odoo_version <= 14 %}.oca_hooks.cfg{% endif %} | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/{% if odoo_version <= 14 %}.oca_hooks.cfg{% endif %} diff --git a/src/{% if odoo_version <= 14 %}.oca_hooks.cfg{% endif %} b/src/{% if odoo_version <= 14 %}.oca_hooks.cfg{% endif %} new file mode 100644 index 0000000..1f3e3e4 --- /dev/null +++ b/src/{% if odoo_version <= 14 %}.oca_hooks.cfg{% endif %} @@ -0,0 +1,2 @@ +[MESSAGES_CONTROL] +disable=xml-deprecated-data-node,xml-deprecated-tree-attribute