on_view_form_created

Group.on_view_form_created(item)
Domain:

client

Language:

javascript

Class:

Group()

Description

The on_view_form_created event is triggered by the view method of the item when the form has been created but not shown yet.

This event, if defined, is triggered for every item of the group, whose view method has been called.

Parameter

Parameter

Type

Description

item

The item that triggered the event.

See also

Related methods

view

Related concepts

Forms