[FIX] make base odoo JS tests working with web_responsive module

This commit is contained in:
Sergey Shebanin
2022-01-23 18:53:52 +03:00
parent 7441e79dc9
commit 071df67c79
3 changed files with 25 additions and 1 deletions

View File

@@ -48,6 +48,9 @@
"/web_responsive/static/src/components/attachment_viewer/attachment_viewer.xml",
"/web_responsive/static/src/components/hotkey/hotkey.xml",
],
"web.assets_tests": [
"/web_responsive/static/tests/test_patch.js",
],
},
"sequence": 1,
}