This question has been flagged
1805 Views

I would like to know if the domain filter in the below code has any function in the http.route? An example can be found in the website_hr_recruitment model.

@http.route('''/jobs/apply/<model("hr.job", "[('website_id', 'in', (False, current_website_id))]"):job>''', type='http', auth="public", website=True)

Avatar
Discard