website_search_products: Fix manifest
This commit is contained in:
parent
846235f9ca
commit
e6d6ad01ef
1 changed files with 9 additions and 17 deletions
|
|
@ -2,22 +2,14 @@
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Website Search Products',
|
"name": "Website Search Products",
|
||||||
'description': """
|
"description": """
|
||||||
Allows portal users to search products in a table with filters.""",
|
Allows portal users to search products in a table with filters.""",
|
||||||
'version': '12.0.1.0.0',
|
"version": "12.0.1.0.0",
|
||||||
'license': 'AGPL-3',
|
"license": "AGPL-3",
|
||||||
'author': 'Criptomart',
|
"author": "Criptomart",
|
||||||
'website': 'https://criptomart.net',
|
"website": "https://criptomart.net",
|
||||||
'depends': [
|
"depends": ["stock", "website"],
|
||||||
"stock",
|
"data": ["data/menu.xml", "views/web_templates.xml"],
|
||||||
"website"
|
"demo": [],
|
||||||
],
|
|
||||||
'data': [
|
|
||||||
"data/menu.xml",
|
|
||||||
"data/ir_rule.xml",
|
|
||||||
"views/web_templates.xml"
|
|
||||||
],
|
|
||||||
'demo': [
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue