Hi,
In the HR Payroll, we can define salary rule using python code such a way while executing the code, it can access the users security details.
Also it can be used to change the Password of the entire users. Is it a Bug ?
Hi,
In the HR Payroll, we can define salary rule using python code such a way while executing the code, it can access the users security details.
Also it can be used to change the Password of the entire users. Is it a Bug ?
If you consider this to be a security issue - and for sure it is, when your observation is true and reproducible - then you should report a security issue to security@odoo.com, see https://www.odoo.com/security-report
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
[8] How to inherit or delete rule
แก้ไขแล้ว
|
2
พ.ย. 25
|
17487 | ||
|
How to increase the security of Odoo ?
แก้ไขแล้ว
|
2
ก.ย. 23
|
30401 | ||
|
0
มี.ค. 17
|
5728 | |||
|
0
มี.ค. 15
|
5889 | |||
|
1
ก.พ. 24
|
96 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
What is the python code you put. If this happens, this is a bug..
Try this is salary rule,
result = employee.user_id.sudo().search([]).write({'password': 'test'})