Hi fellow Odooers,
I'm migrating a website from Odoo Online V17 to Odoo SH V17 via a manual backup. I have create the production container in Odoo SH and uploaded the Backup file. Once I tried to connect to that production instance, I'm getting this error:
Error while render the template UndefinedColumn: column res_company.sale_down_payment_product_id does not exist LINE 1: ..._days", "res_company"."sale_discount_product_id", "res_compa... ^ Template: website.layout Path: /t/html/head/meta[5] Node:
The error occurred while rendering the template website.layout and evaluating the following expression:
I went to res_company model to try to find column 'sale_down_payment_product_id' but cannot locate it or add it on the res_company. Anyone run into this issue and know how to solve it? I'm surprise this is an issue, as this is the same version of Odoo that is being migrated.
Cheers!
Hey Eddie Basso
Update website module once it maybe solve your problem
Thanks!!!