Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
2414 Weergaven

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

Avatar
Annuleer
Beste antwoord

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

Avatar
Annuleer
Auteur

is there any py event of function ?