Skip to Content
Menu
This question has been flagged
2 Replies
3942 Views

Hi,

  When we restored the database from dumb.sql the login page is crashed.it style is missing.when we login to the odoo  style is working properly.when i checked the log it showing warning like this

/web/webclient/qweb?mods=web,base,bus,web_tour,mail,product,portal,web_planner,project,sales_team,account,sale,account_invoicing,sale_management,web_editor,website,account_bank_statement_import,auth_signup,base_import,contacts,document,iap,l10n_fr,payment,payment_transfer,web_diagram,web_kanban_gauge,web_settings_dashboard,website_mail,website_quote,website_theme_ nstall HTTP/1.1"  304

There is some issue with restoring the backup file.So database restored through dumb.sql.

When we  try to extract the backup file it showed contain null value

Avatar
Discard

You can not only backup and restore the database, you need also to do the same with the filestore.

Best Answer

You can use these apps (search apps in odoo apps by names provided below) to change the whole login page style.

Moreover, these apps provide the ability to define your own favicon and logo as you wish.

Apps Name:

Minimalist Login Form

Creative Login Form

Advanced Login Form


Avatar
Discard
Best Answer

Hi,

This is due to missing file store issue as Mr. Ermin told in his comment. To fix this error, you can manually copy and add the missing file-store or delete the records from ir.attachment model.

For doing it, you can refer this link: https://github.com/odoo/odoo/issues/9296


Thanks

Avatar
Discard