[FIX] Schedule jobs even if their next time has passed.
[odoo/odoo.git] / addons / base_iban / __terp__.py
index 2be819e..b4de833 100644 (file)
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 ##############################################################################
+
+
 {
-    "name" : "IBAN",
-    "version" : "1.0",
-    "author" : "Tiny",
-    "category" : "Generic Modules/Base",
-    "depends" : ["base"],
-    "description": """
+    'name': 'IBAN',
+    'version': '1.0',
+    'category': 'Generic Modules/Base',
+    'description': """
 This module install the base for IBAN bank accounts. 
 
     """,
-    "update_xml" : ["base_iban_view.xml"],
-    "init_xml" : ["base_iban_data.xml"],
-    "active": False,
-    "installable": True
+    'author': 'Tiny',
+    'depends': ['base', 'account'],
+    'init_xml': ['base_iban_data.xml'],
+    'update_xml': ['base_iban_view.xml'],
+    'installable': True,
+    'active': False,
+    'certificate': '0050014379549',
 }
-
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-