[RENAME] Renamed crm_project module with project_issue
authorHarry (Open ERP) <hmo@tinyerp.com>
Fri, 5 Mar 2010 13:25:30 +0000 (18:55 +0530)
committerHarry (Open ERP) <hmo@tinyerp.com>
Fri, 5 Mar 2010 13:25:30 +0000 (18:55 +0530)
commit6e0f534bf7ec100ae9c24ea42dbcfdd1d1fbe940
tree389192922c20a21d2769814117bd40005e76b2d0
parent5ef680e14b219a8ff356fdc97a0b75627b4af89d
[RENAME] Renamed crm_project module with project_issue

bzr revid: hmo@tinyerp.com-20100305132530-1wrppksepbbkzads
33 files changed:
addons/crm_project/__init__.py [deleted file]
addons/crm_project/__terp__.py [deleted file]
addons/crm_project/crm_bug_wizard.xml [deleted file]
addons/crm_project/crm_bugs_data.xml [deleted file]
addons/crm_project/crm_bugs_demo.xml [deleted file]
addons/crm_project/crm_bugs_menu.xml [deleted file]
addons/crm_project/crm_bugs_view.xml [deleted file]
addons/crm_project/crm_feature_menu.xml [deleted file]
addons/crm_project/crm_project_bug.py [deleted file]
addons/crm_project/report/__init__.py [deleted file]
addons/crm_project/report/report_crm_project_bug.py [deleted file]
addons/crm_project/report_crm_project_bug_view.xml [deleted file]
addons/crm_project/security/crm_project_security.xml [deleted file]
addons/crm_project/security/ir.model.access.csv [deleted file]
addons/crm_project/wizard/__init__.py [deleted file]
addons/crm_project/wizard/crm_bug_wizard.py [deleted file]
addons/project_issue/__init__.py [new file with mode: 0644]
addons/project_issue/__terp__.py [new file with mode: 0644]
addons/project_issue/project_feature_menu.xml [new file with mode: 0644]
addons/project_issue/project_issue.py [new file with mode: 0644]
addons/project_issue/project_issue_data.xml [new file with mode: 0644]
addons/project_issue/project_issue_demo.xml [new file with mode: 0644]
addons/project_issue/project_issue_menu.xml [new file with mode: 0644]
addons/project_issue/project_issue_view.xml [new file with mode: 0644]
addons/project_issue/project_issue_wizard.xml [new file with mode: 0644]
addons/project_issue/report/__init__.py [new file with mode: 0644]
addons/project_issue/report/project_issue_report.py [new file with mode: 0644]
addons/project_issue/report/project_issue_report_view.xml [new file with mode: 0644]
addons/project_issue/security/ir.model.access.csv [new file with mode: 0644]
addons/project_issue/security/project_issue_security.xml [new file with mode: 0644]
addons/project_issue/wizard/__init__.py [new file with mode: 0644]
addons/project_issue/wizard/project_issue_wizard.py [new file with mode: 0644]
addons/project_long_term/__terp__.py