تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
7490 أدوات العرض

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.

المنشورات ذات الصلة الردود أدوات العرض النشاط
0
يوليو 24
1010
1
ديسمبر 21
4721
1
يونيو 20
3546
1
مايو 23
1969
1
يناير 19
21239