[FIX] Schedule jobs even if their next time has passed.
[odoo/odoo.git] / addons / account_report / __terp__.py
index a3130f2..0aed736 100644 (file)
@@ -23,7 +23,7 @@
 
 {
     'name': 'Reporting for accounting',
-    'version': '1.0',
+    'version': '1.1',
     'category': 'Generic Modules/Accounting',
     'description': """Financial and accounting reporting
     Fiscal statements
@@ -42,5 +42,6 @@
     'demo_xml': [],
     'installable': True,
     'active': False,
+    'certificate': '0050976406925',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: