[MERGE]:genral setings wizard

bzr revid: apa@tinyerp.com-20120731064316-8xa9bsnbgxaaewj0
This commit is contained in:
Amit Patel (OpenERP) 2012-07-31 12:13:16 +05:30
commit b3830bf5f3
1 changed files with 15 additions and 17 deletions

View File

@ -12,24 +12,23 @@
or
<button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header>
<separator string="Company Settings"/>
<separator string="General 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>
<label for="id" string="Company"/>
<label for="id" string="Options"/>
<div>
<div>
<field name="module_multi_company" class="oe_inline"/>
<label for="module_multi_company"/>
</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>
</group>
<separator string="External Accesses"/>
<group>
<label for="id" string="External Accesses"/>
<label for="id" string="Share Data"/>
<div>
<div>
<field name="module_share" class="oe_inline"/>
@ -39,13 +38,13 @@
<field name="module_portal" class="oe_inline"/>
<label for="module_portal"/>
</div>
</div>
</group>
<separator string="Others"/>
<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"/>
<div>
<label string="Configure outgoing email servers"/>
<button type="action"
name="%(base.action_ir_mail_server_list)d"
string="Configure" icon="gtk-execute" class="oe_link"/>
</div>
</div>
</group>
</form>
</field>
@ -117,6 +116,5 @@
<field name="view_mode">form</field>
<field name="target">inline</field>
</record>
</data>
</openerp>