Divyesh Makwana(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1025662-mdi into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1025662 in OpenERP Addons: "Point_of_sale : 'auto_install' is true."
  https://bugs.launchpad.net/openobject-addons/+bug/1025662

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1025662-mdi/+merge/115468

Hello Sir,

I have fix the issue: https://bugs.launchpad.net/openobject-addons/+bug/1025662 
"Point_of_sale : 'auto_install' is true".

I have set 'auto_install' to False.


Thanks,
Divyesh
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1025662-mdi/+merge/115468
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1025662-mdi.
=== modified file 'point_of_sale/__openerp__.py'
--- point_of_sale/__openerp__.py	2012-07-16 16:41:29 +0000
+++ point_of_sale/__openerp__.py	2012-07-18 05:11:21 +0000
@@ -99,6 +99,6 @@
         'static/src/css/keyboard.css'
     ],
     'qweb': ['static/src/xml/pos.xml'],
-    'auto_install': True,
+    'auto_install': False,
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to