In Odoo-8 there is list view for journal items, in that there are two selection field one for account journal
and second is for account period
.
What I want to do
I would like to remove default value from period and journal.
I would also like to filter period in which only open period will be loaded.
What I have done so far
I have tried to set default value for period and journal by just setting _defaults but then filter wasn't worked.