I'm studying web module of Odoo12, and I'm trying to find where Odoo creates DOM. As I understand it creates DOM elements from XML view files but what function is doing this? can't find by myself
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
4108
ビュー
for each view, odoo has renderer file which converts provided XML syntax by view_loads/field_view_get to HTML DOM
e.g form view creteated by from_renderer.js
https://github.com/odoo/odoo/blob/12.0/addons/web/static/src/js/views/form/form_renderer.js
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
1
5月 21
|
15970 | ||
|
1
4月 21
|
4724 | ||
|
1
4月 20
|
3293 | ||
|
0
3月 20
|
2381 | ||
|
1
8月 19
|
6665 |