Odoo-Tutorial/documentation/__manifest__.py
2025-02-24 16:51:43 +07:00

15 lines
315 B
Python

{
"name": "Documentation",
"version": "18.0",
"description": "Serves a static HTML page",
"author": "NextZen",
"category": "Tutorial",
"depends": ["base"],
"data": [],
"assets": {
'documentation/static/html/**/*',
},
"installable": True,
"auto_install": False,
}