Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

( BUG ) Can't access settings or get out of Developer after Accounting module install #122

Open
Circlegent opened this issue Mar 13, 2024 · 2 comments

Comments

@Circlegent
Copy link

Circlegent commented Mar 13, 2024

Hello,
After install of accounting module I am unable to access settings or get out of developer mode at all. This is a major issue that I am hoping can be resolved right away as I am days away from presenting this to company higher ups.

Latest 17.0 build

UncaughtPromiseError > OwlError
Uncaught Promise > An error occured in the owl lifecycle (see this Error's "cause" property)
OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)
at handleError (http://localhost:8069/web/assets/b1c24d7/web.assets_web.min.js:916:101)
at App.handleError (http://localhost:8069/web/assets/b1c24d7/web.assets_web.min.js:1542:29)
at ComponentNode.initiateRender (http://localhost:8069/web/assets/b1c24d7/web.assets_web.min.js:1006:19)

Caused by: Error: "res.config.settings"."anglo_saxon_accounting" field is undefined.
at Field.parseFieldNode (http://localhost:8069/web/assets/b1c24d7/web.assets_web.min.js:7657:231)
at http://localhost:8069/web/assets/b1c24d7/web.assets_web.min.js:8534:865
at visit (http://localhost:8069/web/assets/b1c24d7/web.assets_web.min.js:4221:51)
at visitChildren (http://localhost:8069/web/assets/b1c24d7/web.assets_web.min.js:4220:171)
at visit (http://localhost:8069/web/assets/b1c24d7/web.assets_web.min.js:4221:129)
at visitChildren (http://localhost:8069/web/assets/b1c24d7/web.assets_web.min.js:4220:171)
at visit (http://localhost:8069/web/assets/b1c24d7/web.assets_web.min.js:4221:129)
at visitChildren (http://localhost:8069/web/assets/b1c24d7/web.assets_web.min.js:4220:171)
at visit (http://localhost:8069/web/assets/b1c24d7/web.assets_web.min.js:4221:129)
at visitChildren (http://localhost:8069/web/assets/b1c24d7/web.assets_web.min.js:4220:171)

@Circlegent Circlegent changed the title ( BUG ) Can't access settings or get out of Developer after module install ( BUG ) Can't access settings or get out of Developer after Accounting module install Mar 13, 2024
@odoomates
Copy link
Owner

hi @Circlegent ,
Follow this steps:

  • Enable debug mode
  • Navigate the views menu under settings -> technical -> user interface
  • search for the view containing the field "anglo_saxon_accounting" , ensure to search inside the view architecture
  • delete the view from the db
  • upgrade om_account_accountant module

@algarih
Copy link

algarih commented May 18, 2024

SOLUTION FOR this error:

connect to odoo database using terminal and run this sql:

DELETE FROM ir_ui_view WHERE arch_db::text LIKE '%anglo_saxon_accounting%';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants