[ADD]: Images of project_mailgate, project_messages, project_mrp and project_planning modules.

bzr revid: rch@tinyerp.com-20110316125620-2oti5lnwck6190s0
This commit is contained in:
rch-openerp 2011-03-16 18:26:20 +05:30
parent e966e4c077
commit 967a9a9cdf
4 changed files with 12 additions and 3 deletions

View File

@ -26,8 +26,11 @@
"author": "OpenERP SA",
"website": "http://www.openerp.com",
"category": "Generic Modules/Projects & Services",
"images": ["images/project_mailgate_task.jpeg"],
"depends": ["project", "mail_gateway"],
"description": """This module is an interface that synchronises mails with OpenERP Project Task.
"description": """
This module is an interface that synchronises mails with OpenERP Project Task.
==============================================================================
It allows creating tasks as soon as a new mail arrives in our configured mail server.
Moreover, it keeps track of all further communications and task states.

View File

@ -23,10 +23,13 @@
{
"name": "In-Project Messaging System",
"version": "1.0",
"images": ["images/project_message.jpeg"],
"depends": ["project"],
"author": "OpenERP SA",
"description": """
This module provides the functionality to send messages within a project.
=========================================================================
A user can send messages individually to other user. He can even broadcast
it to all the users.
""",

View File

@ -25,8 +25,8 @@
'version': '1.0',
'category': 'Generic Modules/Projects & Services',
'description': """
This module creates a link between procurement orders
containing "service" lines and project management tasks.
This module creates a link between procurement orders containing "service" lines and project management tasks.
==============================================================================================================
When installed, this module will automatically create a new task
for each procurement order line, when the corresponding product
@ -47,6 +47,7 @@ automatically created via sale orders.
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['images/product.jpeg', 'images/task_from_SO.jpeg'],
'depends': ['project', 'procurement', 'sale', 'mrp_jit'],
'init_xml': [],
'update_xml': ['project_mrp_workflow.xml', 'process/project_mrp_process.xml', 'project_mrp_view.xml'],

View File

@ -26,6 +26,7 @@
'category': 'Generic Modules/Human Resources',
'description': """
This module helps you to manage your plannings.
===============================================
This module is based on the analytic accounting and is totally integrated with
* the timesheets encoding
@ -38,6 +39,7 @@ At the end of the month, the planning manager can also check if the encoded time
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['images/planning_statistics.jpeg','images/project_planning.jpeg'],
'depends': [
'project',
'hr_timesheet',