Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2380 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Autor

is there any py event of function ?