Fiscal year not set in the GL context model
The default fiscal year in the context model is cleared by sao when search_filter
is called.
This is because call get_on_change_value
which is calling set_value
on the view.
But the view has not yet been displayed so the input is empty which trigger reset of the field value.
This is because new_
is called without default for the screen context and after default_get
is called. But this does not trigger a display of the view.
This happens since 7.4 but I could not identified the reason (probably an improvement removed a display which happened after the call to default_get
).