[IMP]: Improve view
authorksa (Open ERP) <ksa@tinyerp.co.in>
Mon, 27 Sep 2010 06:04:00 +0000 (11:34 +0530)
committerksa (Open ERP) <ksa@tinyerp.co.in>
Mon, 27 Sep 2010 06:04:00 +0000 (11:34 +0530)
bzr revid: ksa@tinyerp.co.in-20100927060400-7o2e30l1wkh2b3u4

addons/base_synchro/__openerp__.py
addons/base_synchro/base_synchro_obj.py

index 2128c53..1b1f813 100644 (file)
@@ -24,6 +24,7 @@
         "version":"0.1",
         "author":"Tiny",
         "category":"Generic Modules/Base",
+        "description": """Synchronization with all objects.""",
         "depends":["base"],
         "demo_xml":[],
         "update_xml":[ "wizard/base_synchro_view.xml",
index 5093c8f..b364566 100755 (executable)
@@ -42,7 +42,7 @@ class base_synchro_server(osv.osv):
 base_synchro_server()\r
 \r
 class base_synchro_obj(osv.osv):\r
-    '''Class to store the operations done by wizart'''\r
+    '''Class to store the operations done by wizard'''\r
     _name = "base.synchro.obj"\r
     _description = "Register Class"\r
     _columns = {\r