跳至内容
菜单
此问题已终结
1 回复
2386 查看

what event or function fires when add item press of tree view.

形象
丢弃
最佳答案

Hi,

If you want to know what happens on clicking the Add an item button , navigate to this path :-

odoo-10.0/addons/web/static/src/js/views/form_relational_widgets.js

In this file you can see it.

Relevant code :

Thanks

形象
丢弃
编写者

is there any py event of function ?