[IMP] config wizards layouts

bzr revid: fp@openerp.com-20120805100812-9m2cw3ktn2emzf2b
This commit is contained in:
Fabien Pinckaers 2012-08-05 12:08:12 +02:00
parent 61dd90ab32
commit d0949decec
3 changed files with 13 additions and 9 deletions

View File

@ -194,9 +194,9 @@
type="action" type="action"
class="oe_inline oe_link"/> class="oe_inline oe_link"/>
</div> </div>
<div style="color:grey"> <p>
<label for="company_footer"/>: <field name="company_footer" class="oe_inline"/> <label for="company_footer"/>: <field name="company_footer" class="oe_inline"/>
</div> </p>
<div> <div>
<label for="paypal_account"/> <label for="paypal_account"/>
<field name="paypal_account" placeholder="sales@openerp.com" class="oe_inline"/> <field name="paypal_account" placeholder="sales@openerp.com" class="oe_inline"/>

View File

@ -86,10 +86,12 @@
<div name="config_sale"> <div name="config_sale">
<field name="module_crm" invisible="1"/> <field name="module_crm" invisible="1"/>
<separator string="Emails Integration" attrs="{'invisible': [('module_crm','=',False)]}"/> <separator string="Emails Integration" attrs="{'invisible': [('module_crm','=',False)]}"/>
<div style="color:grey" attrs="{'invisible': [('module_crm','=',False)]}"> <p attrs="{'invisible': [('module_crm','=',False)]}">
The email integration allows you to automatically create leads or others documents from an incoming emails account. OpenERP allows to automatically create leads (or others documents)
Users can do it from the mail client by pressing a button or it can be configured to automatically synchronize from your mail server. from incoming emails. You can synchronize emails with OpenERP
</div> by connecting the mail gateway to your mail server or by manually
pressing buttons in our mail clients.
</p>
<group name="On Mail Client" attrs="{'invisible': [('module_crm','=',False)]}"> <group name="On Mail Client" attrs="{'invisible': [('module_crm','=',False)]}">
<label for="id" string="On Mail Client"/> <label for="id" string="On Mail Client"/>
<div> <div>

View File

@ -108,9 +108,11 @@
</div> </div>
<div name="customer feature" position="after"> <div name="customer feature" position="after">
<separator string="Contracts Management"/> <separator string="Contracts Management"/>
<div style="color:grey"> <p>
Use contract to be able to manage your services with multiple invoicing as part of the same contract with your customer Use contract to be able to manage your services with
</div> multiple invoicing as part of the same contract with
your customer.
</p>
<group> <group>
<label for="id" string="Contract Feature"/> <label for="id" string="Contract Feature"/>
<div> <div>