Comment by [email protected]:

Version 2.0 view_type is not recognized in ir.action.act_window
here the correction
{{{
<!-- View for the main menu and the event -->
<record model="ir.action.act_window" id="act_hello_world_form">
  <field name="name">Hello World</field>
  <field name="res_model">hello.hello</field>
</record>
}}}
 I just remove the line : {{{<field name="view_type">form</field> }}}

For more information:
http://code.google.com/p/tryton/wiki/HelloWorld

--
[email protected] mailing list

Reply via email to