Skip to content
Snippets Groups Projects
Commit e2cfe6cb authored by Antony Lesuisse's avatar Antony Lesuisse
Browse files

[FIX] Customers remove action domain customer=1 use the context default.

Closes #3902
parent d4027e61
No related branches found
No related tags found
No related merge requests found
......@@ -455,7 +455,7 @@
<field name="res_model">res.partner</field>
<field name="view_type">form</field>
<field name="view_mode">kanban,tree,form</field>
<field name="domain">[('customer','=',1)]</field>
<field name="domain">[]</field>
<field name="context">{'default_customer':1, 'search_default_customer':1}</field>
<field name="filter" eval="True"/>
<field name="help" type="html">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment