Launchpad automatic translations update.
[odoo/odoo.git] / addons / document_ftp / res_config_view.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4         <record id="view_document_ftp_configuration" model="ir.ui.view">
5             <field name="name">Knowledge Application</field>
6             <field name="model">knowledge.config.settings</field>
7             <field name="inherit_id" ref="knowledge.view_knowledge_configuration"/>
8             <field name="arch" type="xml">
9                  <xpath expr="//div[@name='module_document_ftp']" position="after">
10                     <field name="document_ftp_url" widget="url"/>
11                  </xpath>
12             </field>
13         </record>
14     </data>
15 </openerp>