[IMP] improvement in general setting wizard

bzr revid: rma@tinyerp.com-20120730113412-y5yehcxsktc5ubs3
This commit is contained in:
Randhir Mayatra (OpenERP) 2012-07-30 17:04:12 +05:30
parent 443c0c967f
commit 599a0dfb0f
1 changed files with 12 additions and 14 deletions

View File

@ -13,23 +13,22 @@
<button string="Cancel" type="object" name="cancel" class="oe_link"/> <button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header> </header>
<separator string="Company Settings"/> <separator string="Company Settings"/>
<div>
<label string="You will also find several configuration options on your company data:
address for the header and footer, overdue payments texts, etc."/>
<button type="object" name="open_company" string="Configure Your Company Data" icon="gtk-execute" class="oe_inline oe_link"/>
</div>
<group> <group>
<label for="id" string="Company"/> <label for="id" string="Options"/>
<div> <div>
<div> <div>
<field name="module_multi_company" class="oe_inline"/> <field name="module_multi_company" class="oe_inline"/>
<label for="module_multi_company"/> <label for="module_multi_company"/>
</div> </div>
<div>
<label string="You will also find several configuration options on your company data:
address for the header and footer, overdue payments texts, etc."/>
<button type="object" name="open_company" string="Configure Your Company Data" icon="gtk-execute" class="oe_inline oe_link"/>
</div>
</div> </div>
</group> </group>
<separator string="External Accesses"/>
<group> <group>
<label for="id" string="External Accesses"/> <label for="id" string="Share Data"/>
<div> <div>
<div> <div>
<field name="module_share" class="oe_inline"/> <field name="module_share" class="oe_inline"/>
@ -39,13 +38,12 @@
<field name="module_portal" class="oe_inline"/> <field name="module_portal" class="oe_inline"/>
<label for="module_portal"/> <label for="module_portal"/>
</div> </div>
</div> <div>
</group> <label string="Configure outgoing email servers"/>
<separator string="Others"/> <button type="action" name="%(base.action_ir_mail_server_list)d"
<group>
<label for="id" string="Outgoing Mail Servers"/>
<button type="action" name="%(base.action_ir_mail_server_list)d"
string="Configure" icon="gtk-execute" class="oe_link"/> string="Configure" icon="gtk-execute" class="oe_link"/>
</div>
</div>
</group> </group>
</form> </form>
</field> </field>