filter files based on their namespace.
Like don't include files with __NAMESPACE__ = "http://www.w3.org/2000/09/xmldsig#" as you will typically not want to get Odoo have database tables for the XML signature model and leave external XML asignature libs responsible for it.
So don't include files such as l10n_br_nfe_spec/models/v4_0/xmldsig_core_schema_v1_01.py
filter files based on their namespace. Like don't include files with
__NAMESPACE__ = "http://www.w3.org/2000/09/xmldsig#"
as you will typically not want to get Odoo have database tables for the XML signature model and leave external XML asignature libs responsible for it. So don't include files such as l10n_br_nfe_spec/models/v4_0/xmldsig_core_schema_v1_01.py