I just started venturing into the wonderful world of Odoo module programming, and working throught the tutorials.
When I make a mistake in the XML though, I get quite cryptic error messages, for example (not to mention the extensive backtraces that are not very useful for a beginner):
2024-01-17 15:01:35,403 4115 WARNING bf odoo.tools.convert: /home/bf/odoo/extra-addons/estate/views/estate_property_type_views.xml:3:0:ERROR:RELAXNGV:RELAXNG_ERR_EXTRACONTENT: Element odoo has extra content: record
(...a lot of backtracing...)
AssertionError: Element odoo has extra content: record, line 3
While the problem was, that i had a right after the , on a completely different line number.
Is there some way to check the XMLs, or have more descriptive error messages?