From f08aa00c91dbbe81f52713a7bb5bc748d019f418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Suniaga?= Date: Thu, 16 Apr 2026 17:51:41 -0600 Subject: [PATCH] [FIX] checks_odoo_module_xml: return bytes from _get_first_tag When the XML file contains no tag (e.g. an empty file), _get_first_tag returned the Python str ''. The success branch returns bytes from b' '.join(buffer), and check_xml_header consumes the result with first_tag.startswith(b'