Hi,
We have a custom model within our V7 of OpenERP system. It is a model that is linked to the partner screen via a onetomany field within res.partner.
I have created a menu and view for this model, but now need to go a little deeper in terms of what I can do. For instance, I cannot just go to settings>user interface>views and click create new search view. The form defaults to view only and I have no option to create a Search view. Also I need to make a change to order etc, which I understand is only available within the custom module code.
So the question is, can I just generate a module based on an existing custom model? If I create a module and import it, will I lost data with the database table, if the same?
What is the best approach?
Many thanks!