Skip to content

Commit

Permalink
[FIX] Manifest: Move test asset declaration (#2)
Browse files Browse the repository at this point in the history
Without this, tests break on a recent Odoo 16.0.

Inspired by `partner_autocomplete` in Odoo where the `jsvat` lib is
similarly lazy-loaded.
  • Loading branch information
houzefa-abba authored Apr 7, 2023
1 parent 546b280 commit 615b177
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web_widget_markdown/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
"web.assets_qweb": [
"/web_widget_markdown/static/src/xml/qweb_template.xml",
],
"web.qunit_suite_tests": [
"web.tests_assets": [
"/web_widget_markdown/static/lib/simplemde.min.js",
],
"web.qunit_suite_tests": [
"/web_widget_markdown/static/tests/**/*",
],
},
Expand Down

0 comments on commit 615b177

Please sign in to comment.