website_search_products: Fix manifest

This commit is contained in:
Luis 2024-02-20 10:50:37 +01:00
parent 846235f9ca
commit e6d6ad01ef

View file

@ -2,22 +2,14 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Website Search Products',
'description': """
"name": "Website Search Products",
"description": """
Allows portal users to search products in a table with filters.""",
'version': '12.0.1.0.0',
'license': 'AGPL-3',
'author': 'Criptomart',
'website': 'https://criptomart.net',
'depends': [
"stock",
"website"
],
'data': [
"data/menu.xml",
"data/ir_rule.xml",
"views/web_templates.xml"
],
'demo': [
],
"version": "12.0.1.0.0",
"license": "AGPL-3",
"author": "Criptomart",
"website": "https://criptomart.net",
"depends": ["stock", "website"],
"data": ["data/menu.xml", "views/web_templates.xml"],
"demo": [],
}