In Sales > Send by Email smart button, i want to remove the Ecommerce: Cart Recovery from the dropdown. I did this in the code but it did not removed it from the list.
1
2
3
4
5
6 <function name="write" model="ir\.model\.data\"\ style="font\-weight:\ bold">\>
\ \ \ \ \ \ \ \ \<function\ name=\"search\"\ model=\"ir.model.data" style="font-weight: bold">>
<value eval="[('name', '=', 'mail_template_sale_cart_recovery'), ('module', '=', 'sale')]" />
</function>
<value eval="{'invisible': False}" />
</function>