res.partner.rule.private.employee How to override this rule. I want to deactivate it through code.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
Hi,
Either you can delete that rule or you can set active False for that record. Both can be done from UI or from Code.
Setting active False:
<record id="base.res_partner_rule_private_employee" model="ir.rule">
<field name="name">res.partner.rule.private.employee</field>
<field name="active" eval="False"/>
</record>
Deleting the rule:
<delete id="base.res_partner_rule_private_employee" model="ir.rule"/
Thanks
Thanks!
Messing with this rule, unfortunately, is quite dangerous. By deleting or archiving this rule any users that belong to the internal group will no longer able see any internal users / partners, and probably not even able to log-in.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
0
thg 7 24
|
1023 | ||
|
1
thg 12 21
|
4749 | ||
|
1
thg 6 20
|
3584 | ||
Odoo 15 remove ir.rule on m2o
Đã xử lý
|
|
1
thg 5 23
|
1988 | |
|
1
thg 1 19
|
21266 |