Hello,
I have created a records page on my Odoo website. I attempted to set a filter on the front end using t-set, and it is working. However, since I have many records, I end up with empty pages (e.g., 2 records on page 3, 1 on page 4). It seems like the records hidden by the filter are still occupying space.
Therefore, I am considering creating a domain filter directly on the model through the back end (I should mention that I am using Odoo SaaS).
However, despite trying various approaches, I haven't been successful:
[("x_studio_utilisateurs_associs", "=", "context.uid")]
x_studio_utilisateurs_associs is my many2many field connected to the partner model.
Has anyone done this before? It’s probably quite simple, but I’m new to Odoo.
Thank you!mo
Evan