I added a new model 'some.model' in branch A, then I switched to branch B.
When I try to upgrade the module I get this error.
It seems like 'some.model' is still referenced somewhere.
How can I avoid this problem?
Thank you
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I added a new model 'some.model' in branch A, then I switched to branch B.
When I try to upgrade the module I get this error.
It seems like 'some.model' is still referenced somewhere.
How can I avoid this problem?
Thank you
Option 1 (Quick fix): Run SQL to remove the missing model references:
DELETE FROM ir_model WHERE model = 'some.model';
DELETE FROM ir_model_fields WHERE model = 'some.model';
DELETE FROM ir_act_window WHERE res_model = 'some.model';
DELETE FROM ir_ui_view WHERE model = 'some.model';
Option 2 (Best practice): Use a separate database for each branch to avoid model conflicts.
Option 3: Switch back to branch A, uninstall the module, then switch to branch B.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Mei 25
|
638 | ||
|
2
Mei 25
|
1258 | ||
Change filename
Diselesaikan
|
|
1
Mei 25
|
649 | |
|
0
Mar 25
|
786 | ||
|
0
Jan 25
|
687 |