[IMP]Knowledge : document_ftp_url link is diplay below share repositories

bzr revid: hsa@tinyerp.com-20121127110657-n6ancfb11bgzraqw
This commit is contained in:
Hardik 2012-11-27 16:36:57 +05:30
parent 0b4efe1c8c
commit 24a664d6c8
2 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@
<field name="model">knowledge.config.settings</field>
<field name="inherit_id" ref="knowledge.view_knowledge_configuration"/>
<field name="arch" type="xml">
<field name="module_document_ftp" position="before">
<xpath expr="//div[@name='module_document_ftp']" position="after">
<field name="document_ftp_url" widget="url"/>
</field>
</xpath>
</field>
</record>
</data>

View File

@ -20,7 +20,7 @@
<field name="module_document" class="oe_inline"/>
<label for="module_document"/>
</div>
<div>
<div name="module_document_ftp">
<field name="module_document_ftp" class="oe_inline"/>
<label for="module_document_ftp"/>
</div>