Hello,
i try to upgrade a project from 13 to 15 but i've got a problem i don't understand.
I follow all steps of the odoo documentation and do the upgrade by the upgrade tab in odoo.sh
Everything seems to be ok but all my custom code is not taking into account.
For example, i modified a view according to v15 specification.
I pushed this view but i've got an error when i'm trying to connect and the problem is that the view try to find an element (xpath) wich does'nt exist.
If i'm looking for my view in database (ir\.ui\.view\), i\ can\ see\ that\ this\ is\ always\ the\ old\ view\.
But\ in\ the\ editor\ of\ odoo\.sh, i\ can\ see\ that\ my\ xml\ file\ is\ the\ good\ one\.
I\ try\ to\ do\ a\ "odoo\-bin\ \-u\.\.\.\ "\ but\ i\ have\ always\ the\ same\ error\.
Do\ you\ know\ if\ there\ is\ something\ to\ do\ to\ replace\ old\ view\ by\ the\ new\ one\ in\ case\ of\ upgrade\ on\ odoo.sh ?