[MERGE] trunk
[odoo/odoo.git] / addons / decimal_precision / __openerp__.py
index fc6399f..9da1f21 100644 (file)
 {
     "name": "Decimal Precision Configuration",
     "description": """
-Configure the price accuracy you need for different kinds of usage: accounting, sales, purchases, etc.
-======================================================================================================
+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" : "Tools",
+    "category" : "Hidden/Dependency",
     "init_xml": [],
     "update_xml": [
         'decimal_precision_view.xml',
@@ -43,3 +43,5 @@ The decimal precision is configured per company.
 }
 
 
+
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: