Browse Source

Changed Manifest

pull/81/head
SHEREEF PT 8 years ago
parent
commit
8147d9fa0d
  1. 2
      project_status_level_report/__openerp__.py
  2. 5
      project_status_level_report/__openerp__.py~

2
project_status_level_report/__openerp__.py

@ -23,7 +23,7 @@
{ {
'name': "Project Status Report", 'name': "Project Status Report",
'summary': """ 'summary': """
Project task Analysis""", Detailed Project Analysis with XLS Diagrams""",
'description': """ 'description': """
Graphical information of Project from various aspects. Project Task list, Comparison of planned and Graphical information of Project from various aspects. Project Task list, Comparison of planned and
actual budget and time duration for the project. actual budget and time duration for the project.

5
project_status_level_report/__openerp__.py~

@ -39,4 +39,7 @@
'views/report.xml' 'views/report.xml'
], ],
'license': 'AGPL-3', 'license': 'AGPL-3',
} 'images': ['static/description/banner.jpg'],
'installable': True,
'auto_install': False,
}

Loading…
Cancel
Save