跳至內容
選單
此問題已被標幟
5388 瀏覽次數

Hi all,

I created a cronjob to run download new applicants. After download server will send a mail to HR for notification of new applicants imported to the system. In the mail, I create a link to the position folder in odoo. For example:

http://localhost:8069/web#action=145&active_id=87&model=hr.applicant&view_type=kanban&menu_id=108
base_url = request.env['ir.config_parameter'].sudo().get_param('web.base.url')

I don't know how to get these parameter: action, active_id, menu_id. how can I get these to my URL.

Many thanks!


頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
2月 24
2772
2
5月 20
3921
3
4月 25
18445
0
10月 24
997
1
5月 24
1402