After inheriting CRM-Lead unable to hide or add fields to my Custom module in Openerp
问题 I have created a new custom module and inherited CRM-LEAD. I'm trying add new fields and hide existing fields.I couldn't do it.Can anyone please tell me how can I do it. My code is __init__.py : import lead __openerp__.py : { 'name': 'Lead Information', 'version': '0.1', 'category': 'Tools', 'description': """This module is Lead information.""", 'author': 'Nitesh', 'website': '', 'depends': ['crm'], 'init_xml': ['lead_view.xml'], 'update_xml': [], 'demo_xml': [], 'installable': True, 'active'