I was provided with a backup copy of the database (with a file file), a filestore folder, and another folder with installed modules in this database.
I expect to restore this backup in Odoo 8 without any data. So, I created the PostgreSQL role, which owns the database tables and gives it enough permissions (login, createdb, replication). Then I created the Odoo configuration file. Inside this, I set this new PostgreSQL role to db_user and its password to db_password . I added the path where I saved filestore to data_dir , and the path to the folder with all the modules in addons_path .
Since I was not provided with a startup file, I copied the OCB folder of another Odoo instance that I have and used its odoo.py file to launch Odoo.
The new instance seems to work fine, but now I just restored the database and I get this error:
QWebException: "'HttpRequest' object has no attribute 'endpoint_arguments'" while evaluating 'website.get_alternate_languages(request.httprequest)'
I walked a lot, but I could not find anything except a question without an answer in another forum.
Does anyone know what that means?
source share