I read from cybrosys that we can either use the cdnjs link as an src attribute in the script tag or pull chart.js from git and add it to manifest. I registered cdnjs link to templates and it appears inside head tag, however it doesn't update my charts. Maybe that is because of another link below which calls built-in old chartjs. What about the second option, I don't know how to add chart.js to manifest. (as external dependency? if yes, how?)
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účtovníctvo
- Sklady
- PoS
- Project
- MRP
This question has been flagged
1
Odpoveď
2959
Zobrazenia
You can add the latest cdn link for the chart.js library in the assets path, So it will update the library as it updates.
Here is an example showing adding the cdnlink in manifest:
ie:
'assets': {
'web.assets_backend': [ "https://cdn.jsdelivr.net/npm/chart.js"] }
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
RegistráciaRelated Posts | Replies | Zobrazenia | Aktivita | |
---|---|---|---|---|
|
0
sep 22
|
2482 | ||
|
4
máj 21
|
29047 | ||
|
2
nov 23
|
9042 | ||
|
0
júl 20
|
3139 | ||
|
1
jún 23
|
2533 |