After some quick tests I manage to build migration scripts of the companies 
(At least for the entries I am interesting for).

Although I ran into a syntax issue while using XMLrpc in python.
I try to create a 'Supplier Shipment' (or 'stock.shipment.in') but I can't 
relate the stock incoming moves of the shipment.

For example:
I have an array of the incoming moves:
moves = [1, 2, 3]

How am I suppose to link them with a specific 'Supplier Shipment'?
I tried:
getattr(self.server.model.stock.shipment, "in.write")(
  [supplier_shipment_id],
  {'moves' : moves},
  self.context
)

but I get from the server:
xmlrpclib.Fault: <Fault 255: ''>


-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/d5421e5d-af0d-4ff3-8ddb-b5bb88a44805%40googlegroups.com.

Reply via email to