Files
odoo-mobile-testing/mobile_debug/__manifest__.py
T
Hubert Van De Walle 3b93bbc43f Initial commit
2026-06-05 16:57:09 +02:00

20 lines
453 B
Python

{
"name": "Mobile Debug",
"version": "1.0.0",
"summary": "Mobile Debug",
"description": "Stuff",
"author": "huvw@odoo.com",
'category': 'Category',
"license": "LGPL-3",
"depends": ["base", "web"],
"data": [
"views/mobile_debug_views.xml",
],
"assets": {
'web.assets_backend': [
"mobile_debug/static/src/index.js"
]
},
"installable": True,
"application": True,
}