Tuesday, August 23, 2022
1 change · master
Features or functions removed from Odoo
Odoo is marking an unused internal module file tree helper and its related directory listing utility as deprecated. This reduces maintenance complexity in the core codebase without affecting normal business workflows.
Original PR description
It's unused, not super useful, and fairly complicated. Also deprecate `listdir` entirely since `get_module_filetree` is the only extant user of the recursive listdir (nb: will have to be rebased once #97987 is merged as it touches a similar location).