I need to add a couple custom date ranges (Q1,Q2,Q3,Q4) in this filter dropdown.
For that, I inherit, "search_template_date_filter" from account_reports/views/report_template.xml.
When I try to run, there is parse error somewheere inside the code.
self._tag_root(de)
File "/opt/odoo17/odoo-server/odoo/tools/convert.py", line 569, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /home/abhinavmb/Smarten/Odoo17/Projects/nicasia/account_tax_asset/views/quarter_filter.xml:3, somewhere inside
hello
I cant seem to find out what to do in this case, or if I am even following the correct approach to add custom date range there.