Ir al contenido
Menú
Se marcó esta pregunta
3 Respuestas
889 Vistas
Looks like any addon is plagued by undefined fields.

EDIT : CANNOT ACCESS SETTINGS.

How to prevent that ??
Are these things not tested before deployment ?
How can I help ?

Was installing Customise Login Page Style ...
Why does Manage Database show on the login page ? I want to remove it !
Customize Login Page Style
OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)
    at handleError (http://localhost:8069/web/assets/b145335/web.assets_web.min.js:916:101)
    at App.handleError (http://localhost:8069/web/assets/b145335/web.assets_web.min.js:1542:29)
    at ComponentNode.initiateRender (http://localhost:8069/web/assets/b145335/web.assets_web.min.js:1006:19)

Caused by: Error: "res.config.settings"."orientation" field is undefined.

Avatar
Descartar
Autor

Thank you Anaghan Heri.
I am unable to access Settings, it throws OWL error.

Autor

Sure looks like ODOO is still bug ridden. All sorts of things broken, no way to fix because can't get into settings....

Autor

The complaint is 'can't get into settings' and the advice is 'go to settings'

Mejor respuesta

To address the issue you're describing in Odoo, follow these steps:

  1. Enable Developer Mode:
    • Go to Settings and activate the Developer Mode by clicking on the "Activate the Developer Mode" link.
  2. Navigate to the Technical Menu:
    • Once in Developer Mode, go to Settings > Technical > User Interface > Views.
  3. Search for the Field in the View Architecture:
    • Use the search bar to look for the specific field by typing (Search View Architecture for: orientation) or any other specific field name that is causing the issue.
  4. Modify or Remove the Field:
    • Option 1: If the application is still installed, you can try updating it manually. Go to the Apps menu, find the application, and click on "Upgrade."
    • Option 2: If you prefer to handle it directly, you can edit the view in which the field appears. Locate the field in the XML architecture of the view and either delete it or comment it out.
  5. Save Changes:
    • After making the necessary changes, save the view. This should resolve the issue.

This approach allows you to address problems with specific fields or views in Odoo without needing to uninstall or reinstall applications. If you encounter difficulties or need further assistance, feel free to ask!

Avatar
Descartar
Autor Mejor respuesta

For your information, UNINSTALL immediately after does NOT fix.
The module that broke it was : Customise Login Page Style

Avatar
Descartar
Mejor respuesta

Try searching 'orientation' to see which module does this field stay in and try uninstall that module maybe

Avatar
Descartar