Skip to content

Commit b677356

Browse files
[IMP] Implemented the file path of js
1 parent 9edab91 commit b677356

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mail_sound/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"data": [],
1111
"assets": {
1212
"web.assets_backend": [
13-
"mail_sound/static/src/services/out_of_focus_service_patch.es.js",
13+
"mail_sound/static/src/services/out_of_focus_service_patch.js",
1414
],
1515
},
1616
"installable": True,

mail_sound/static/src/services/out_of_focus_service_patch.es.js renamed to mail_sound/static/src/services/out_of_focus_service_patch.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/** @odoo-module **/
1+
/** @odoo-module **/
2+
/* eslint-env node */
23

34
import {OutOfFocusService} from "@mail/core/common/out_of_focus_service";
45
import {patch} from "@web/core/utils/patch";

0 commit comments

Comments
 (0)