devendrapathi / sneldev-magento-openerp

Automatically exported from code.google.com/p/sneldev-magento-openerp
0 stars 1 forks source link

limit for the number of product/orders to import. #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It could be great if you add an option to limit the number of product/orders to 
import. 
If exist many order or products it's frequently obtain a time out error.

Original issue reported on code.google.com by sneldev@gmail.com on 8 Oct 2010 at 12:50

GoogleCodeExporter commented 8 years ago
If you know a little about python you can apply a filter. You can look at this 
post here
https://bugs.launchpad.net/bugs/617905 Sure its for a different connector but 
the language is the same. Hope this helps.

Original comment by GadgetsC...@gmail.com on 15 Nov 2010 at 3:17

GoogleCodeExporter commented 8 years ago
see Issue 7 : 
http://code.google.com/p/sneldev-magento-openerp/issues/detail?id=7

Original comment by sneldev@gmail.com on 24 Nov 2010 at 11:10

GoogleCodeExporter commented 8 years ago
A solution was implemeted in 0.7.6. It should fix this issue.

Original comment by sneldev@gmail.com on 18 Jan 2011 at 9:03

GoogleCodeExporter commented 8 years ago
Hello

This is Ashish. First time trying to integrate OpenERP6.1 and Magento-1.3. But 
I was fail

magento_export.log File showing me

2012-05-20 10:17:09 ===== Categories import 2012-05-20 10:17:10 Logged in to 
Magento 2012-05-20 10:17:10 Cannot get categories, check Magento web user 
config Traceback (most recent call last):

    File "/home/smart/openerp/openerp-6.1-1/openerp/addons/sneldev_magento/sneldev_magento.py", line 531, in import_categories

        info_category = server.call(session, 'category.tree',) 

    File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in call

        return self.send(self.name, args) 

    File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in request

        verbose=self.verbose 

    File "/usr/lib/python2.6/xmlrpclib.py", line 1253, in request

        return self.parse_response(h.getfile(), sock) 

    File "/usr/lib/python2.6/xmlrpclib.py", line 1392, in parse_response

        return u.close() 

    File "/usr/lib/python2.6/xmlrpclib.py", line 838, in close

        raise Fault(self.stack0?) 

Fault: <Fault 2: 'Access denied.'>

Plz any one can help me.

Thank You in advance

Original comment by ashuratu...@gmail.com on 20 May 2012 at 10:46