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:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
2218
ビュー
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
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
1
10月 18
|
3733 | ||
|
2
12月 22
|
6250 | ||
|
5
1月 22
|
11876 | ||
|
1
8月 16
|
5235 | ||
|
1
5月 25
|
8425 |