Hi all,
I've created a model from gui, now I need to exted it and there are a lot of records, so I can't create it from py file from scratch, how can I solve the issue?
I've tryied to declare the model in py file but I'm not able to overryde what was created from gui. I've also tryied to inherit it, but the change are not updated.
Any help will be very appreciated.