I already publish some recruitment but it didn't show in /jobs . Any idea how to show it?
[UPDATE]
I debug the source code
this is from odoo-16.0\addons\website_hr_recruitment\controllers\main.py
the domain is [('website_id', 'in',(False,1))]. then I try to see each hr.job with Jobs.search([]). All of the hr.job website_id is empty.
When debugging, I try using domain [('website_id','=',False)] and the hr.job was founded