Allow copying Python instances of Model
Sometimes it can be useful to copy a record instance. For example in an on_change call to duplicate a record of a One2Many
or to pass an instance to a method that you do no want to be modified by the method.