[IMP] web_notify: migration improvements

- Use ES6 in js files
- Update screenshots
- Clean old lint exceptions
- New icon

TT38350
This commit is contained in:
David
2023-01-05 16:26:33 +01:00
parent dd92d61f30
commit 23269fcbd6
15 changed files with 85 additions and 87 deletions

View File

@@ -14,8 +14,7 @@
"depends": ["web", "bus", "base", "mail"],
"assets": {
"web.assets_backend": [
"web_notify/static/src/js/services/notification.js",
"web_notify/static/src/js/services/notification_services.js",
"web_notify/static/src/js/services/*.js",
]
},
"demo": ["views/res_users_demo.xml"],