[FIX] Schedule jobs even if their next time has passed.
[odoo/odoo.git] / addons / account_voucher / __terp__.py
index dca0f40..b23c289 100755 (executable)
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 #    OpenERP, Open Source Management Solution  
-#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
+#    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
 #    $Id$
 #
 #    This program is free software: you can redistribute it and/or modify
 #
 ##############################################################################
 
-
 {
-    'name': 'Accounting - Voucher Management',
-    'version': '1.0',
-    'category': 'Generic Modules/Accounting',
-    'description': """
-India Accounting module includes all the basic requirements of 
-Basic Accounting, plus new things that are available:
-    * New Invoice - (Local, Retail)
-    * Invoice Report
-    * Tax structure
-    * Journals 
-    * VAT Declaration report
-    * Accounting Periods
+    "name" : "Accounting Voucher Entries",
+    "version" : "1.0",
+    "author" : 'Tiny & Axelor',
+    "description": """
+    India Accounting module includes all the basic requirenment of 
+    Basic Accounting, like
+    * Bank Payment, Receipt
+    * Cash Payent, Receipt
     """,
-    'author': 'Tiny',
-    'website': 'http://www.openerp.com',
-    'depends': ['base', 'account'],
-    'init_xml': [],
-    'update_xml': [
-        'security/ir.model.access.csv',
-        'account_voucher_sequence.xml',
-        'account_view.xml',
-        'account_report.xml',
-        'voucher_view.xml'
+    "category" : "Generic Modules/Indian Accounting",
+    "website" : "http://tinyerp.com",
+    "depends" : ["base", "account"],
+    "init_xml" : [
+    ],
+    
+    "demo_xml" : [
+    ],
+    
+    "update_xml" : [
+        "voucher_sequence.xml",
+        "account_report.xml",
+        "voucher_wizard.xml",
+        "voucher_view.xml",
+        "account_view.xml",
     ],
-    'demo_xml': [],
-    'installable': True,
-    'active': False,
     'certificate': '0037580727101',
+    "active": False,
+    "installable": True,
 }
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: