Hello all, For a client, we're currently looking at integrating Satchmo with OpenERP as a backend (so that they can use Satchmo as an online shop, but OpenERP for all of the stock management and shipping). One approach we're considering is getting Satchmo to back its Order model directly on to the OpenERP sale_order model.
This would require overriding any of the times that SQL would be executed on the Satchmo Order model to run against OpenERP (which we would do via OpenERP's XMLRPC interface). Would it be enough to override the save method on the Order model (and never call the save method of the parent class), and modify the Manager to provide a different QuerySet (which does the XMLRPC stuff)? Is there a better or easier way to do this? Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---