From db8f2b6dbc274957a48afd14af8fc6e859d5fdde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Vi=20Or?= Date: Fri, 1 Sep 2023 11:12:41 +0200 Subject: [PATCH] fixup! [BPRT] edi: Backport from 14.0 --- edi_oca/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edi_oca/__manifest__.py b/edi_oca/__manifest__.py index c9ee11d36a..273c03850c 100644 --- a/edi_oca/__manifest__.py +++ b/edi_oca/__manifest__.py @@ -22,7 +22,7 @@ "base_sparse_field", "queue_job", ], - "external_dependencies": {"python": ["pyyaml"]}, + "external_dependencies": {"python": ["yaml"]}, "data": [ "wizards/edi_exchange_record_create_wiz.xml", "data/cron.xml",