[IMP] base_update.xml: set restart=never and state=skip on the 'configure your interface' wizard

bzr revid: qdp-launchpad@openerp.com-20110331084853-d7hbgao5e242o23t
This commit is contained in:
Quentin (OpenERP) 2011-03-31 10:48:53 +02:00
parent a6bd1e7632
commit 0274e67b66
1 changed files with 2 additions and 1 deletions

View File

@ -354,8 +354,9 @@
</record>
<record id="config_wizard_simple_view" model="ir.actions.todo">
<field name="action_id" ref="action_config_simple_view_form"/>
<field name="restart">always</field>
<field name="restart">never</field>
<field name="sequence">1</field>
<field name="state">skip</field>
</record>
</data>
</openerp>