Hi,
I currently have a model which has relational fields connected with other models, but I want them to become static when the object is created.
Is there a way to have static fields, but the form showing the other model's data ? I mean when I create the object, I want :
1) to be able to choose an object from the other model to associate,
2) but when saved, the "relational" fields become static, so changing data in the other model doesn't update data in this one
I hope I have been clear,
Thanks,
Hugo