Hi all:
I am using the Project App and want to be able to set a default filter view that changes depending on which project is clicked. Instead of having just one project in my default filter view, I want the project I clicked plus another constant project. Ideally I would pass the active_id value of my filter to get something like:
<filter name="my_filter" domain=[('project_id', 'in', ['Constant Project', active_id])] />
However, the active_id field is not available for the search view where I need to define my filter to allow setting it as a default in my context value.
Any help is greatly appreciated, thank you!