Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
7514 มุมมอง

res.partner.rule.private.employee How to override this rule. I want to deactivate it through code.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

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.

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
ก.ค. 24
1015
1
ธ.ค. 21
4739
1
มิ.ย. 20
3568
Odoo 15 remove ir.rule on m2o แก้ไขแล้ว
1
พ.ค. 23
1977
1
ม.ค. 19
21255