in "act_window", I set view_mode as below "view_mode="form" ";
Then I click the windows' button, I will go into its "form" for "create" mode; Now I want to to into the latest existed record when I click this windows's button/menu button; how shall I?
The form codes are as below:
<record id="test1" model="ir.ui.view">
<field name="name">Test Form</field>
<field name="model">Test</field>
<field name="arch" type="xml">
<form>
..........
</form>
</field>
</record>