Hi I need to inherit the standard rule for lead object and change the domain
<record id="crm_rule_personal_lead" model="ir.rule">
.............
</record>
I have inheritted the rule and modified the domain as per the requirement. but when ever i upgrade the domain is not getting changed
how to fix this issue ?
Thanks