19 lines
420 B
Python
19 lines
420 B
Python
{
|
|
"name": "Scraper Test",
|
|
"version": "18.0.1.0.0",
|
|
"depends": ["web", "bus", "ai_chat_base"],
|
|
"author": "Yoni Tjio",
|
|
"category": "Customizations",
|
|
"description": """
|
|
Scraper Test
|
|
""",
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"wizard/scrap.xml",
|
|
],
|
|
"application": True,
|
|
"installable": True,
|
|
"auto_install": False,
|
|
"license": "Other proprietary",
|
|
}
|