Hi, I Think the use of integers is hardcoded, lots of subtle things probably depend on it.
You could add an additional "business key" to your custom objects and some objects of the standard modules (override the create method). You could also make the ORM create both an integer PK and a UUID business key on every object in a generic way. >From our modest experience UUIDs are good business keys but make poor PK >because their use is so unpractical, and database match is slower.. Lionel. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=39379#39379 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
