Can anyone tell me about the caching system of odoo?? which approach odoo use for data caching. Also how can i integrate redis or other caching service with odoo.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
6023
ビュー
Odoo has a file store where all files are stored.
CSS and JS files are minified and also stored in the file store.
/web/content/159767-3f78657/web.assets_common.js
To add CSS and JS the files need to be added to asset bundles.
https://www.odoo.com/documentation/16.0/developer/reference/frontend/assets.html
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
0
7月 23
|
2341 | ||
|
10
4月 17
|
41229 | ||
|
0
1月 16
|
3285 | ||
|
2
3月 24
|
1534 | ||
Query caching
解決済
|
|
1
6月 25
|
11143 |