You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to split some models definition in different new modules.
I don't find any openupgrade function that allows to move a model to another module. I think there is an entry in ir_model_data that associates model and module. Is the entry deleted on new module install?
Maybe there is nothing to do... Is there anybody faced the same situation
The text was updated successfully, but these errors were encountered:
We only have the update_module_names, but it's for whole models of the module. You can take the code from this function for applying specific things for a model and create a new function update_model_module or similar name and factor out this code to be called isolate or from the update_module_names function.
I want to split some models definition in different new modules.
I don't find any openupgrade function that allows to move a model to another module. I think there is an entry in ir_model_data that associates model and module. Is the entry deleted on new module install?
Maybe there is nothing to do... Is there anybody faced the same situation
The text was updated successfully, but these errors were encountered: