[fix] base_setup: typo in target field; correct nolabel value

bzr revid: xmo@tinyerp.com-20100121122358-glmk7s2bib1noddf
This commit is contained in:
Xavier Morel 2010-01-21 13:23:58 +01:00
parent 132e65a01c
commit e7ea0b40d1
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
<separator colspan="4"
string="Your Logo - Use a size of about 450x150 pixels."/>
<field colspan="4" name="logo" widget="image"
nolabel="True"/>
nolabel="1"/>
</group>
<xpath expr='//button[@name="action_skip"]' position='replace'/>
@ -51,7 +51,7 @@
<field name="view_id" ref="view_base_setup_company"/>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="targer">new</field>
<field name="target">new</field>
</record>
<record id="base_setup_company_todo" model="ir.actions.todo">