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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
3999
查看
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
|
15836 | ||
|
1
4月 21
|
4519 | ||
|
1
4月 20
|
3143 | ||
|
0
3月 20
|
2287 | ||
|
1
8月 19
|
6535 |