[FIX] Account : General Ledger report improved
[odoo/odoo.git] / addons / board_auction / __terp__.py
index 7ba251e..7d44ae3 100644 (file)
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 #    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
+#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
 #    $Id$
 #
 #    This program is free software: you can redistribute it and/or modify
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 ##############################################################################
+
+
 {
-    "name":"Board for Auction",
-    "version":"1.0",
-    "author":"Tiny",
-    "category":"Board/Auction",
-    "depends":[
-        "board",
-        "auction",
-#       "report_auction",
-    ],
-    "demo_xml":["board_auction_demo.xml"],
-    "update_xml":["board_auction_view.xml","board_auction_manager_view.xml"],
-    "description": """
+    'name': 'Board for Auction',
+    'version': '1.0',
+    'category': 'Board/Auction',
+    'description': """
     This module creates a dashboards for auction that includes:
 
     """,
-    "active":False,
-    "installable":True,
+    'author': 'Tiny',
+    'depends': ['board', 'auction'],
+    'update_xml': ['board_auction_view.xml', 'board_auction_manager_view.xml'],
+    'demo_xml': ['board_auction_demo.xml'],
+    'installable': True,
+    'active': False,
+    'certificate': '0049187078189',
 }
-
-
-
-
-
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-