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:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
1
الرد
2954
أدوات العرض
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"] }
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
0
سبتمبر 22
|
2470 | ||
|
4
مايو 21
|
29043 | ||
|
2
نوفمبر 23
|
9028 | ||
|
0
يوليو 20
|
3133 | ||
|
1
يونيو 23
|
2532 |