On 17 Apr 14:04, Simon Klemenc wrote: > Hi there, > > I have a question regarding the setting of sequence numbers in shipments.. > > Is there a good reason to set the reference in the validate function, and > not, say for example when assigning the shipment?
First this is absolutly not what Tryton does. The code of shipment is set on creation. > To my opinion this would be more consistent with invoicing for example, and > on top of that it seems fiscal authorities in our country might become > suspicious if there is a lot of missing numbers... (even with shipments) I have very very very hight doubt that any authorities care about how you number your shipments. > Would anything break when moving that to the assign function? No but it will be difficult to do it. > (Also different naming (reference / code) irritates me a bit, but that > might be personal...) This is the naming of Tryton. Everything that is to identify internally document is named "code" when "reference" is to identify from external. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
