Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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,
|
||||
}
|
||||
Reference in New Issue
Block a user