[ADD]: Images: marketing_campaign_crm_demo, membership, multi_company, pad

bzr revid: vro@tinyerp.com-20110316094620-lstx5v9nyooopo10
This commit is contained in:
vro 2011-03-16 15:16:20 +05:30
parent 8080d02b1d
commit 8af941a413
4 changed files with 22 additions and 9 deletions

View File

@ -21,14 +21,17 @@
{
"name" : "marketing_campaign_crm_demo",
"name" : "Demo data for Marketing Campaign",
"version" : "1.0",
"depends" : ["marketing_campaign",
"crm",
],
"author" : "OpenERP SA",
"category": 'Generic Modules/Marketing',
"description": """Demo data for the module marketing_campaign.""",
"description": """
Demo data for the module marketing_campaign.
============================================
""",
'website': 'http://www.openerp.com',
'init_xml': [],
'update_xml': [],
@ -38,5 +41,6 @@
'installable': True,
'active': False,
'certificate' : '001005497972871352957',
'images': ['images/campaigns.jpeg','images/email_templates.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -26,9 +26,11 @@
'category': 'Generic Modules/Association',
'description': """
This module allows you to manage all operations for managing memberships.
=========================================================================
It supports different kind of members:
* Free member
* Associated member (ex: a group subscribe for a membership for all
* Associated member (eg.: a group subscribes to a membership for all
subsidiaries)
* Paid members,
* Special member prices, ...
@ -51,5 +53,6 @@ invoice and send propositions for membership renewal.
'installable': True,
'active': False,
'certificate': '0042907796381',
'images': ['images/members.jpeg','images/membership_list.jpeg', 'images/membership_products.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,12 +21,14 @@
{
'name': 'Multi Company',
'name': 'Multi-Company',
'version': '1.0',
'category': 'Custom',
'description': """
Multicompany module is for managing a multicompany environment.
This module is the base module for other multicompany modules.
This module is for managing a multicompany environment.
=======================================================
This module is the base module for other multi-company modules.
""",
'author': 'OpenERP SA,SYLEAM',
'website': 'http://www.openerp.com/',
@ -45,5 +47,6 @@
'installable': True,
'active': False,
'certificate' : '001115526094673097933',
'images': ['images/companies.jpeg','images/default_company_per_object_form.jpeg', 'images/default_company_per_object_list.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -4,9 +4,11 @@
'version': '1.0.3',
'category': 'Generic Modules/Others',
'description': """
Adds enhanced support for (Ether)Pad attachments in the web client, lets the
company customize which Pad installation should be used to link to new pads
(by default, pad.openerp.com)
Adds enhanced support for (Ether)Pad attachments in the web client.
===================================================================
Lets the company customize which Pad installation should be used to link to new pads
(by default, http://ietherpad.com/).
""",
'author': 'OpenERP SA',
'website': 'http://openerp.com',
@ -18,4 +20,5 @@ company customize which Pad installation should be used to link to new pads
'active': False,
'web': True,
'certificate' : '001183545978470526509',
'images': ['images/pad_link_companies.jpeg'],
}