[IMP] crm: remove google map option from sale setting

bzr revid: hmo@tinyerp.com-20120912112437-qjbg3nj3g586bh95
This commit is contained in:
Harry (OpenERP) 2012-09-12 16:54:37 +05:30
parent feab306cca
commit 9f8623edea
2 changed files with 0 additions and 9 deletions

View File

@ -38,9 +38,6 @@ class crm_configuration(osv.osv_memory):
'module_import_google': fields.boolean("Google (Contacts and Calendar)",
help="""Import google contact in partner address and add google calendar events details in Meeting.
This installs the module import_google."""),
'module_google_map': fields.boolean("add google maps on customers",
help="""Locate customers on Google Map.
This installs the module google_map."""),
'group_fund_raising': fields.boolean("Manage Fund Raising",
implied_group='crm.group_fund_raising',
help="""Allows you to trace and manage your activities for fund raising."""),

View File

@ -32,12 +32,6 @@
</div>
</group>
</div>
<div name="Customer Features" position="inside">
<div>
<field name="module_google_map" class="oe_inline"/>
<label for="module_google_map"/>
</div>
</div>
</field>
</record>