20 lines
453 B
Python
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,
|
|
} |