This question has been flagged
3 Replies
2506 Views

I added a field to res_partner in a custom module under odoo.sh. it works fine on my feature branch but when merging into STAGING branch I get "500 Internal error" because base should be upgraded in order to add the new field into the DB.

How may I fix this?

Avatar
Discard
Author Best Answer

solved it by "odoo-bin -u base" in the sh console

Avatar
Discard
Best Answer

Hi, without seeing the code it is difficult to tell what the issue might be. You check the odoo logs to see what is going wrong with your module.

Avatar
Discard