Hi, I am developing a custom module to create several pages on a website. Does anyone know how to load a js file for each page? I ask that because If you load on web.assets.frontend 1 file this is executed every time you navigate on every page.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
1
Reply
2228
Views
Hi,
One thing you could do is check window.location.href == 'the page url' and then write the functions required for the page, or if there’s a specific class to identify the page, you can find it using jQuery and then write the code inside that.
if($(‘identifier)) {
function
}
Or you can add the script in the XML so that it only loads when the specific page loads.
Regards
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
अक्तू॰ 18
|
3738 | ||
|
2
दिस॰ 22
|
6252 | ||
|
5
जन॰ 22
|
11876 | ||
|
1
अग॰ 16
|
5236 | ||
|
1
मई 25
|
8427 |