Launchpad automatic translations update.
[odoo/odoo.git] / addons / account_check_writing / __openerp__.py
index c09288f..f5a2355 100644 (file)
 #
 ##############################################################################
 {
-    "name" : "Check writing",
-    "version" : "1.1",
-    "author" : "OpenERP SA, NovaPoint Group",
-    "category": "Generic Modules/Accounting",
-    "description": """
-    Module for the Check writing and check printing  
+    'name': 'Check Writing',
+    'version': '1.1',
+    'author': 'OpenERP SA, NovaPoint Group',
+    'category': 'Generic Modules/Accounting',
+    'description': """
+Module for the Check Writing and Check Printing.
+================================================
     """,
     'website': 'http://www.openerp.com',
-    'init_xml': [],
-    "depends" : [
-        "account_voucher",
-        ],
-    'update_xml': [
+    'depends' : ['account_voucher'],
+    'data': [
         'account_check_writing_report.xml',
         'account_view.xml',
         'account_voucher_view.xml',
         'account_check_writing_data.xml',
     ],
-    'demo_xml': [
-        'account_demo.xml',
-    ],
-    'test': [
-    ],
+    'demo': ['account_demo.xml'],
+    'test': [],
     'installable': True,
     'active': False,
 }