odoo / owl

OWL: A web framework for structured, dynamic and maintainable applications
https://odoo.github.io/owl/
Other
1.11k stars 334 forks source link

[REF] parser, template_set: factor out parseXML function #1570

Closed sdegueldre closed 7 months ago

sdegueldre commented 7 months ago

For some reason the code of parseXML was duplicated, despite being exactly the same except for some whitespace. Move it out into a common utils file.

closes #1569