[IMP] Improvements to the screenshots for some modules.

bzr revid: nicolas.vanhoren@openerp.com-20110322131214-g4h9rzpam67k2ym9
This commit is contained in:
niv-openerp 2011-03-22 14:12:14 +01:00
parent 6369c843bb
commit 1b7854503d
4 changed files with 4 additions and 4 deletions

View File

@ -132,6 +132,6 @@ Creates a dashboard for CRM that includes:
'installable': True,
'active': False,
'certificate': '0079056041421',
'images': ['images/crm_dashboard.jpeg','images/leads.jpeg','images/meetings.jpeg','images/opportunities.jpeg','images/outbound_calls.jpeg','images/stages.jpeg'],
'images': ['images/sale_crm_crm_dashboard.png', 'images/crm_dashboard.jpeg','images/leads.jpeg','images/meetings.jpeg','images/opportunities.jpeg','images/outbound_calls.jpeg','images/stages.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -61,6 +61,6 @@ Note: If you need demo data, you can install the marketing_campaign_crm_demo mod
'installable': True,
'active': False,
'certificate' : '00421723279617928365',
'images': ['images/campaigns.jpeg','images/email_account.jpeg','images/email_templates.jpeg','images/segments.jpeg'],
'images': ['images/campaign.png', 'images/campaigns.jpeg','images/email_account.jpeg','images/email_templates.jpeg','images/segments.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -26,7 +26,7 @@
"author": "OpenERP SA",
"website": "http://www.openerp.com",
"category": "Project Management",
"images": ["images/project_dashboard.jpeg","images/project_task_tree.jpeg","images/project_task.jpeg","images/project.jpeg","images/task_analysis.jpeg"],
"images": ["images/gantt.png", "images/project_dashboard.jpeg","images/project_task_tree.jpeg","images/project_task.jpeg","images/project.jpeg","images/task_analysis.jpeg"],
"depends": ["product", "analytic", "board"],
"description": """
Project management module tracks multi-level projects, tasks, work done on tasks, eso.

View File

@ -44,7 +44,7 @@ Thanks to the double entry management, the inventory controlling is powerful and
* Graph : Products to send in delay (date < = today)
""",
"website" : "http://www.openerp.com",
"images" : ["images/delivery_orders.jpeg", "images/inventory_analysis.jpeg","images/location.jpeg","images/moves_analysis.jpeg","images/physical_inventories.jpeg","images/warehouse_dashboard.jpeg"],
"images" : ["images/stock_forecast_report.png", "images/delivery_orders.jpeg", "images/inventory_analysis.jpeg","images/location.jpeg","images/moves_analysis.jpeg","images/physical_inventories.jpeg","images/warehouse_dashboard.jpeg"],
"depends" : ["product", "account"],
"category" : "Warehouse",
"init_xml" : [],