Traceback:
Error: QWeb2: Template 'whatsapp_mail_messaging.whatsapp_icon' not found
at Object.exception (https://odoo.moumin.net/web/content/283-65a4489/web.assets_common.js:4384:7)
at Engine._render (https://odoo.moumin.net/web/content/283-65a4489/web.assets_common.js:4429:103)
at Engine.render (https://odoo.moumin.net/web/content/283-65a4489/web.assets_common.js:4425:151)
at Class.renderElement (https://odoo.moumin.net/web/content/283-65a4489/web.assets_common.js:4953:775)
at https://odoo.moumin.net/web/content/283-65a4489/web.assets_common.js:4963:6
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
3111
Widoki
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
5
sie 25
|
271292 | ||
|
1
sie 25
|
1573 | ||
|
1
cze 25
|
1126 | ||
|
1
paź 24
|
2015 | ||
|
0
wrz 24
|
140 |
Try to clear the browser cash or activate debug with assets (going to /web?debug=assets)
if this not worked and you can't access to the apps to upgrade module whatsapp_mail_messaging, you can do update the module from command line:
Locate ./odoo-bin file run the below command
./odoo-bin -c /etc/odoo.conf -u module_name -d database_name
-c odoo configuration file path
-u odoo module name
-d database name
Thanks for your reply, Debug with assets (going to /web?debug=assets) it is working well,
But for some users, we can not allow debugging users, so how we can solve undebug mode?