Reset or Remove « unknown » fields in Odoo 8
Sometime in Odoo 8, after updating the version of the system via git, you will see that some fields name has been renamed by « unknow » instead of its real name. When you have this problem it seems you cannot use filters using this field.
To repair this you only need to update the database of Odoo 8 by the commands below :
Shutdown Odoo 8
1 |
cd <odoo_directory/odoo> |
1 |
./openerp-server -u all -d <database_name> |
You need to execute the command above for all the databases
Wait until the database finish its update.
Normally the update is done when you can access to the website.
It can be long. It tooks 10 minutes on my 36.5MB database
Restart Odoo 8 with your normal startup
0 commentaire