[IMP]caldev : change in label

bzr revid: dbr@tinyerp.com-20110621102042-e34d8zug4m07siee
This commit is contained in:
DBR (OpenERP) 2011-06-21 15:50:42 +05:30
parent 7883f13e68
commit 12bdf16ed2
1 changed files with 7 additions and 10 deletions

View File

@ -11,30 +11,27 @@
<group colspan="4" width="700" height="500">
<separator string="Browse caldav" colspan="4"/>
<field name="url" colspan="4" />
<separator string="Description" colspan="4"/>
<field name="description" colspan="4" nolabel="1"/>
<separator colspan="4"/>
<group col="4" colspan="4">
<label string="" colspan="2"/>
<button special="cancel" string="_Close" icon="gtk-close"/>
</group>
<group col="4" colspan="4">
<label string="" colspan="2"/>
<button special="cancel" string="_Close" icon="gtk-close"/>
</group>
</group>
</form>
</field>
</record>
<record id="host_prefernce_form" model="ir.ui.view">
<record id="host_prefernce_form" model="ir.ui.view">
<field name="name">host_preference</field>
<field name="model">user.preference</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Host name configuration for caldev synchronization">
<separator string="Hostname example : " colspan="4"/>
<separator string="Hostname example : " colspan="4"/>
<newline/>
<label string="database.my.openerp.com" colspan="4"/>
<newline/>
<label string=" or companyserver.com" colspan="4"/>
<label string="database.my.openerp.com or companyserver.com" colspan="4"/>
<newline/>
<field name="host_name" colspan="4" width="250" />
<separator colspan="4"/>