[IMP] sale.config.settings: remove field module_base_contact

bzr revid: rco@openerp.com-20120330135757-4io21k8kizrpifl1
This commit is contained in:
Raphael Collet 2012-03-30 15:57:57 +02:00
parent d56385b55f
commit 1aad2cd28d
2 changed files with 0 additions and 7 deletions

View File

@ -52,12 +52,6 @@ class crm_configuration(osv.osv_memory):
'module_wiki_sale_faq': fields.boolean("Install a sales FAQ",
help="""This provides demo data, thereby creating a Wiki Group and a Wiki Page for Wiki Sale FAQ.
This installs the module wiki_sale_faq."""),
'module_base_contact': fields.boolean("Manage a several addresses per customer",
help="""Lets you define:
* contacts unrelated to a partner,
* contacts working at several addresses (possibly for different partners),
* contacts with possibly different job functions.
This installs the module base_contact."""),
'module_google_map': fields.boolean("Google maps on customer",
help="""Locate customers on Google Map.
This installs the module google_map."""),

View File

@ -31,7 +31,6 @@
<field name="module_wiki_sale_faq" />
<separator string="Customer Form" colspan="4"/>
<field name="module_base_contact"/>
<field name="module_google_map"/>
</group>
</field>