[fix] forgot to apply the expanded set of args in next() to the action_server

bzr revid: xmo@tinyerp.com-20091210103043-i8pck9jonbjmomp9
This commit is contained in:
Xavier Morel 2009-12-10 11:30:43 +01:00
parent a636a7ab0a
commit 503695e4e5
1 changed files with 1 additions and 1 deletions

View File

@ -1411,7 +1411,7 @@
<field name="name">Start Configuration</field>
<field name="model_id" ref="model_res_config"/>
<field name="state">code</field>
<field name="code">action = self.next(cr, uid)</field>
<field name="code">action = self.next(cr, uid, [])</field>
</record>
<menuitem action="action_start_configurator" id="menu_configurator_module" parent="next_id_11" type="server"/>
</data>