sdegueldre / snippets-oxp-2020

Code for the talk "Odoo Website: How to develop building blocks"
5 stars 3 forks source link

Missing dependencies Error #3

Open nathanbangwa243 opened 2 years ago

nathanbangwa243 commented 2 years ago
Array [ "custom_snippets.s_cart_products", "website.s_countdown_options" ]
​
0: "custom_snippets.s_cart_products"
​
1: "website.s_countdown_options"
​
length: 2
​
<prototype>: Array []
web.assets_common_minimal.min.js:90:4

image

sdegueldre commented 2 years ago

You should fix your ReferenceError before anything else, the dependencies are meaningless if your module has incorrect syntax.