Montag, 23. Mai 2011

First try of synching with remote Trytond servers

I implemented a synching system for tryton models for testing.
The communication is based on the normal NET-RPC which is also used by the GTK-client. The advantage over a separate solution is that a "master" server needs not to be modified before another server can synch with it.

My first tests have shown that this way of synching is possible.

The next steps will be:
  • Improve synching speed with some kind of caching
  • Preventing creation of system records with foreign ids like the uom model
  • Possibility of excluding fields from synching

Keine Kommentare:

Kommentar veröffentlichen