I'm currently trying to add a small function in the Point of Sale module.
I've created a JS script, but it doesn't seem to work.
I think the issue is with the file path.
Here’s my current __manifest__.py configuration:
'assets': {
'point_of_sale._assets_pos': [
'costum_x_angel/static/custom_pos.js'
],
}
Previously, I used:
'point_of_sale.assets'
I suspect the problem is in the file path because I don't see any logs, and nothing happens—not even a syntax error.
Any suggestions on how to fix this?
Thanks