This question has been flagged
1 Reply
9579 Views

I'd like to validate my XML in Notepad++

Validation would help avoid XML errors.

Avatar
Discard
Author Best Answer

Odoo uses RELAX NG to define and validate the XML used by the system.

You can search the source for *.rng files


https://github.com/odoo/odoo/blob/16.0/odoo/import_xml.rng


https://github.com/odoo/odoo/tree/16.0/odoo/addons/base/rng




Avatar
Discard