Skip to content
Snippets Groups Projects
Commit bb5ceeaa authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[FIX] website: restore 'Add Features' feature


Since commit 07631a51, category has been updated, but not the filter of this action

task-2081177

closes odoo/odoo#38223

Signed-off-by: default avatarJérémy Kersten (jke) <jke@openerp.com>
parent 16cd2270
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')}"/>
<field name="context" eval="{'search_default_category_id': ref('base.module_category_website_website')}"/>
</record>
......
......@@ -2,7 +2,7 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Send SMS to Visitor with leads',
'category': 'Website',
'category': 'Website/Website',
'sequence': 54,
'summary': 'Allows to send sms to website visitor that have lead',
'version': '1.0',
......
......@@ -2,7 +2,7 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Send SMS to Visitor',
'category': 'Website',
'category': 'Website/Website',
'sequence': 54,
'summary': 'Allows to send sms to website visitor',
'version': '1.0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment