[IMP] remove col in sales config wizard

bzr revid: fka@tinyerp.com-20120720113714-95bck1w2yoazjnu7
This commit is contained in:
Foram Katharotiya (OpenERP) 2012-07-20 17:07:14 +05:30
parent 0f221d5c2a
commit e031752232
3 changed files with 11 additions and 11 deletions

View File

@ -72,9 +72,9 @@
or
<button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header>
<group name="config_sale" col="1">
<div name="config_sale">
<field name="module_crm" invisible="1"/>
<separator string="Emails Integration" col="1" attrs="{'invisible': [('module_crm','=',False)]}"/>
<separator string="Emails Integration" attrs="{'invisible': [('module_crm','=',False)]}"/>
<div style="color:grey" attrs="{'invisible': [('module_crm','=',False)]}">
The email integration allows ypu to autometically create leads or others documents from an incoming emails account.
Users can do it from the mail client by pressing a button or it can be configured to automatically synchronize from your mail server.
@ -92,9 +92,9 @@
</div>
</div>
</group>
</group>
<group name="config_other" col="1">
</group>
</div>
<div name="config_other">
</div>
</form>
</field>

View File

@ -21,7 +21,7 @@
</div>
</group>
</group>
<group name="config_other" version="7.0" position="inside">
<div name="config_other" version="7.0" position="inside">
<separator string="Import and Synchronize Data from an Other Application" colspan="2"/>
<group>
<label for="id" string="Import From"/>
@ -52,8 +52,8 @@
<label for="module_google_map"/>
</div>
</div>
</group>
<group name="config_sale" position="inside">
</div>
<div name="config_sale" position="inside">
<separator string="Documents and Wiki" colspan="2"/>
<div>
<div>
@ -61,7 +61,7 @@
<label for="module_wiki_sale_faq"/>
</div>
</div>
</group>
</div>
</field>
</record>

View File

@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="inherit_id" ref="base_setup.view_sale_config_settings"/>
<field name="arch" type="xml">
<group name="config_sale" position="before">
<div name="config_sale" position="before">
<div>
<separator string="Invoicing Process"/>
<group>
@ -125,7 +125,7 @@
</div>
</div>
</group>
</group>
</div>
</field>
</record>