Skip to content

Commit

Permalink
[FIX] wrong asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-champonnois committed Aug 2, 2023
1 parent 8cd1e0d commit 72b9e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pos_reset_search/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"point_of_sale",
],
"assets": {
"point_of_sale.assets": ["/pos_reset_search/static/src/js/reset.js"],
"point_of_sale.assets": ["/pos_reset_search/static/src/js/ProductScreen.js"],
},
"installable": True,
}

0 comments on commit 72b9e39

Please sign in to comment.