Hi,
when I try to retrieve objects from model between two dated the second conditional gives an error, any idea why "<" is not allowed?
<t t-foreach="request.env['my.model'].search([('date','>=', doc.date_start),
('date','<=', doc.date_end)])" t-as="m">
Error:
lxml.etree.XMLSyntaxError: Unescaped '<' not allowed in attributes values, line 29, column 80