[IMP]: Remove unnecessary space from view.

bzr revid: atp@tinyerp.com-20120927091102-h1aze8mva99w2uq7
This commit is contained in:
Atul Patel (OpenERP) 2012-09-27 14:41:02 +05:30
parent 20d81ad4e2
commit 8d01d3557b
2 changed files with 13 additions and 14 deletions

View File

@ -48,7 +48,7 @@ class crm_configuration(osv.osv_memory):
help="""Allows you to track your customers/suppliers claims and grievances.
This installs the module crm_claim."""),
'module_crm_helpdesk':fields.boolean("Manage helpdesk and support",
help="""Allows you to process Customer issues , question , and communicate with them. This installs the module crm_helpdesk."""),
help="""Allows you to communicate with Customer, process Customer query, and provide better help and support. This installs the module crm_helpdesk."""),
}

View File

@ -7,22 +7,21 @@
<field name="model">sale.config.settings</field>
<field name="inherit_id" ref="base_setup.view_sale_config_settings"/>
<field name="arch" type="xml">
<div name="config_sale" position="before">
<separator string="After-Sale Services"/>
<div name="config_sale" position="before">
<separator string="After-Sale Services"/>
<group>
<label for="id" string="After sales services feature"/>
<div>
<field name="module_crm_claim" class="oe_inline"/>
<label for="module_crm_claim"/>
</div>
<label for="id" string="Manage helpdesk and support" class="oe_inline"/>
<div>
<field name="module_crm_helpdesk" class="oe_inline"/>
<label for="module_crm_helpdesk"/>
</div>
<div>
<field name="module_crm_claim" class="oe_inline"/>
<label for="module_crm_claim"/>
</div>
<label for="id" string="Manage helpdesk and support" class="oe_inline"/>
<div>
<field name="module_crm_helpdesk" class="oe_inline"/>
<label for="module_crm_helpdesk"/>
</div>
</group>
</div>
</div>
<group name="On Mail Client" version="7.0" position="after">
<group>
<label for="id" string="On Mail Server"/>