[ADD]: Images: product_manufacturer, product_margin, product_visible_discount, profil...
authorvro <vro@tinyerp.com>
Wed, 16 Mar 2011 10:55:02 +0000 (16:25 +0530)
committervro <vro@tinyerp.com>
Wed, 16 Mar 2011 10:55:02 +0000 (16:25 +0530)
bzr revid: vro@tinyerp.com-20110316105502-g2433hgwkjppodsp

addons/product_manufacturer/__openerp__.py
addons/product_margin/__openerp__.py
addons/product_visible_discount/__openerp__.py
addons/profile_tools/__openerp__.py
addons/share/__openerp__.py

index 3c620ef..fc3fbf9 100644 (file)
     "depends" : ["stock"],
     "init_xml" : [],
     "demo_xml" : [],
-    "description": "A module that add manufacturers and attributes on the product form",
+    "description": """
+    A module that add manufacturers and attributes on the product form.
+    ===================================================================
+    """,
     "update_xml" : [
         "security/ir.model.access.csv",
         "product_manufacturer_view.xml"
@@ -33,5 +36,6 @@
     "active": False,
     "installable": True,
     "certificate" : "00720153953662760781",
+    'images': ['images/products_manufacturer.jpeg'],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index 9a9a3f1..9968658 100644 (file)
     'version': '1.0',
     'category': 'Custom',
     'description': """
-Adds a reporting menu in products that computes sales, purchases, margins
-and other interesting indicators based on invoices. The wizard to launch
-the report has several options to help you get the data you need.
+Adds a reporting menu in products that computes sales, purchases, margins and other interesting indicators based on invoices.
+=============================================================================================================================
+
+The wizard to launch the report has several options to help you get the data you need.
 """,
     'author': 'OpenERP SA',
     'depends': ['account'],
@@ -40,5 +41,6 @@ the report has several options to help you get the data you need.
     'installable': True,
     'active': False,
     'certificate': '0064392591773',
+    'images': ['images/open_margins.jpeg','images/product_margins_form.jpeg', 'images/product_margins_list.jpeg'],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index 8e59bc3..f8bc8e8 100644 (file)
@@ -24,6 +24,8 @@
     "category": "Generic Modules/Sales & Purchases",
     "description": """
     This module lets you calculate discounts on Sale Order lines and Invoice lines base on the partner's pricelist.
+    ===============================================================================================================
+
     To this end, a new check box named "Visible Discount" is added to the pricelist form.
     Example:
         For the product PC1 and the partner "Asustek": if listprice=450, and the price calculated using Asustek's pricelist is 225
@@ -36,6 +38,7 @@
     "active": False,
     "installable": True,
     "certificate" : "001144718884654279901",
+    'images': ['images/pricelists_visible_discount.jpeg'],
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index 2e89465..af5dc17 100644 (file)
@@ -26,8 +26,9 @@
     "depends" : ["base"],
     "author" : "OpenERP SA",
     "category" : "Tools",
-    "description": """Installs tools for lunch,survey,subscription and audittrail
-    module
+    "description": """
+    Installer for extra tools like lunch, survey, idea, share, etc.
+    ===============================================================
     """,
     'website': 'http://www.openerp.com',
     'init_xml': [],
@@ -38,5 +39,6 @@
     'installable': True,
     'active': False,
     'certificate' : '00557100228403879621',
+    'images': ['images/config_extra_tools.jpeg'],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index 7a68936..f90d863 100644 (file)
     "author" : "OpenERP SA",
     "category": 'Generic Modules',
     "description": """
+    This module adds generic sharing tools to your current OpenERP database.
+    ========================================================================
 
-    This module adds generic sharing tools to your current OpenERP database,
-    and specifically a 'share' button that is available in the Web client to
+    It specifically adds a 'share' button that is available in the Web client to
     share any kind of OpenERP data with colleagues, customers, friends, etc.
 
     The system will work by creating new users and groups on the fly, and by
     combining the appropriate access rights and ir.rules to ensure that the
     shared users only have access to the data that has been shared with them.
 
-    This is extremely useful for collaborative work, knowledge sharing, 
+    This is extremely useful for collaborative work, knowledge sharing,
     synchronization with other companies, etc.
 
     """,
@@ -51,6 +52,7 @@
     'installable': True,
     'web': True,
     'certificate' : '001301246528927038493',
+    'images': ['images/share_wizard.jpeg','images/sharing_wizard_step1.jpeg', 'images/sharing_wizard_step2.jpeg'],
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: