[IMP/FIX] Imporved the Knoledge wizard no label issue and removed the action_skip button

bzr revid: jam@tinyerp.com-20120625052204-ge7533h5n6wand0j
This commit is contained in:
Jigar Amin - OpenERP 2012-06-25 10:52:04 +05:30
parent 622abf69b3
commit 93b17b1854
3 changed files with 13 additions and 13 deletions

View File

@ -16,7 +16,6 @@
<label align="0.0" string="When executing this wizard, it will configure your directories automatically according to modules installed."/>
</group>
</group>
<xpath expr="//button[@name='action_skip']" position="replace"/>
</data>
</field>
</record>

View File

@ -22,7 +22,6 @@
<label string="Indicate the network address on which your OpenERP server should be reachable for end-users. This depends on your network topology and configuration, and will only affect the links displayed to the users. The format is HOST:PORT and the default host (localhost) is only suitable for access from the server machine itself.."/>
<field name="host"/>
</group>
<xpath expr="//button[@name='action_skip']" position="replace"/>
</data>
</field>
</record>

View File

@ -10,18 +10,20 @@
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
</header>
<newline/>
<separator string="Wiki" colspan="4"/>
<field name="module_wiki_faq"/>
<newline/>
<field name="module_wiki_quality_manual"/>
<group>
<newline/>
<separator string="Wiki" colspan="4"/>
<field name="module_wiki_faq"/>
<newline/>
<field name="module_wiki_quality_manual"/>
<separator string="Documents" colspan="4"/>
<field name="module_document"/>
<newline/>
<field name="module_document_ftp"/>
<newline/>
<field name="module_document_webdav"/>
<separator string="Documents" colspan="4"/>
<field name="module_document"/>
<newline/>
<field name="module_document_ftp"/>
<newline/>
<field name="module_document_webdav"/>
</group>
</form>
</field>
</record>