the JS itself is being logged but the class is not being logged
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
1789
查看
Hello, Please declare the asset key in the module's manifest file.
Example:
'assets': {
'web.assets_backend': [
'module_name/static/src/js/my_module.js'
]
}
Replace module_name with the name of your module and js_name_module with the name of your JavaScript module.
Don't forget to restart the server after making the changes.
oh sorry it seems I forgot to put it that I already have it as you have stated but like I said the js itself was logged however the class wasn't
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
0
4月 24
|
1380 | ||
|
2
2月 25
|
1268 | ||
|
0
8月 23
|
1876 | ||
|
2
2月 23
|
6181 | ||
|
2
3月 24
|
7237 |