** added menu data files for each sections which will be loaded on configuration...
authorHarshad Modi <hmo@tinyerp.com>
Fri, 19 Sep 2008 11:44:13 +0000 (17:14 +0530)
committerHarshad Modi <hmo@tinyerp.com>
Fri, 19 Sep 2008 11:44:13 +0000 (17:14 +0530)
commit7ee77ad4da7671e53b5b6c7b0c39c8dfea12dcf1
tree945c0c8f7c101a66a47458d32198e649ce096d9a
parent368ed24bbcea2942fac73ea6085251d93420bd78
** added menu data files for each sections which will be loaded on configuration wizard.
** data and demo files are loaded on installation.
** added vertical view files for each sections which will be loaded on configuration wizard but currently it is not implemented bz inheritance is not implement on osv.memory wizard. and need to inherit configuration wizard.

bzr revid: hmo@tinyerp.com-20080919114413-pxsyxzx8dpnoxzjy
30 files changed:
addons/crm_configuration/__terp__.py
addons/crm_configuration/crm_bugs_data.xml
addons/crm_configuration/crm_bugs_demo.xml
addons/crm_configuration/crm_bugs_menu.xml [new file with mode: 0644]
addons/crm_configuration/crm_config.py
addons/crm_configuration/crm_fund_data.xml
addons/crm_configuration/crm_fund_demo.xml
addons/crm_configuration/crm_fund_menu.xml [new file with mode: 0644]
addons/crm_configuration/crm_jobs_data.xml
addons/crm_configuration/crm_jobs_demo.xml
addons/crm_configuration/crm_jobs_menu.xml [new file with mode: 0644]
addons/crm_configuration/crm_lead_data.xml
addons/crm_configuration/crm_lead_demo.xml
addons/crm_configuration/crm_lead_menu.xml [new file with mode: 0644]
addons/crm_configuration/crm_meeting_data.xml
addons/crm_configuration/crm_meeting_demo.xml
addons/crm_configuration/crm_meeting_menu.xml [new file with mode: 0644]
addons/crm_configuration/crm_opportunity_data.xml
addons/crm_configuration/crm_opportunity_demo.xml
addons/crm_configuration/crm_opportunity_menu.xml [new file with mode: 0644]
addons/crm_vertical/__init__.py
addons/crm_vertical/__terp__.py
addons/crm_vertical/crm_bugs_vertical_view.xml [new file with mode: 0644]
addons/crm_vertical/crm_fund_vertical_view.xml [new file with mode: 0644]
addons/crm_vertical/crm_jobs_vertical_view.xml [new file with mode: 0644]
addons/crm_vertical/crm_lead_vertical_view.xml [new file with mode: 0644]
addons/crm_vertical/crm_meeting_vertical_view.xml [new file with mode: 0644]
addons/crm_vertical/crm_opportunity_vertical_view.xml [new file with mode: 0644]
addons/crm_vertical/crm_vertical.py [new file with mode: 0644]
addons/crm_vertical/crm_vertical_view.xml [deleted file]