[MERGE] trunk
[odoo/odoo.git] / addons / decimal_precision / __openerp__.py
index 11c6d3b..9da1f21 100644 (file)
 {
     "name": "Decimal Precision Configuration",
     "description": """
-This module allows to configure the price accuracy you need for different kind
-of usage: accounting, sales, purchases, ...
+Configure the price accuracy you need for different kinds of usage: accounting, sales, purchases.
+=================================================================================================
 
 The decimal precision is configured per company.
 """,
     "author": "OpenERP SA",
     "version": "0.1",
     "depends": ["base"],
-    "category" : "Generic Modules/Others",
+    "category" : "Hidden/Dependency",
     "init_xml": [],
     "update_xml": [
         'decimal_precision_view.xml',
@@ -38,6 +38,10 @@ The decimal precision is configured per company.
     ],
     "demo_xml": [],
     "installable": True,
+    "certificate" : "001307317809612974621",
+    'images': ['images/1_decimal_accuracy_form.jpeg','images/1_decimal_accuracy_list.jpeg'],
 }
 
 
+
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: