Skip to content
Snippets Groups Projects
Commit 0e2c55ee authored by Swapnesh Shah's avatar Swapnesh Shah
Browse files

[FIX] website: default focus of searchpanel

Before this commit, Going to Website --> Configurations --> Apps was displaying Modules related to Website only but the default focus on searchpanel was on "All". (https://tinyurl.com/y5tw5uob)

Now, The default focus of searchpanel is on Website Category. (https://tinyurl.com/y6984hl7

)

closes odoo/odoo#60479

Signed-off-by: default avatarJérémy Kersten (jke) <jke@openerp.com>
parent afc827dc
Branches
Tags
No related merge requests found
......@@ -14,7 +14,7 @@
<field name="res_model">ir.module.module</field>
<field name="view_mode">kanban,tree,form</field>
<field name="domain">['!', ('name', '=like', 'theme_%')]</field>
<field name="context" eval="{'search_default_category_id': ref('base.module_category_website_website')}"/>
<field name="context" eval="{'search_default_category_id': ref('base.module_category_website_website'), 'searchpanel_default_category_id': ref('base.module_category_website')}"/>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment