تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
2389 أدوات العرض

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 ?