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

I made some changes on the employee menu by adding some views but then error appears every time I am clicking the studio button inside the employee menu. I removed what I added from User Interface > Views​ but the error is still blocking me from entering to the studio. Please help.

here is the error message:

RPC_ERROR

Odoo Server Error

Traceback (most recent call last):

  File "/home/odoo/src/odoo/saas-16.4/odoo/https://vector-corrosion.odoo.com/web/assets/9588-82094af/web.assets_backend.min.js:1363:13)

*EDIT*
cannot paste the whole error message here so I paste to code editor and screenshot below:


Avatar
Discard

can you share the last part of the error message

Author Best Answer

Hi Niyas. Thank you but the error fixed already by removing some of unneeded stuffs I added previously and now I can open studio as usual

Avatar
Discard
Best Answer

Hi,

It seems like you're encountering an error after making changes to the employee menu and adding some views, particularly when trying to access the Studio functionality within the employee menu. Here's a step-by-step approach to troubleshoot and resolve this issue:

  1. Clear Browser Cache: Sometimes, errors can persist due to cached data in your browser. Try clearing your browser cache and cookies, then reload the page to see if the error persists.
  2. Restart Odoo Server: Restart the Odoo server to ensure that any changes made are properly reflected and to clear any potential server-side issues that may be causing the error.
  3. Check Server Logs: Review the Odoo server logs to identify the specific error message and traceback associated with the issue. This can provide valuable insights into what might be causing the problem.
  4. Review Recent Changes: Since the error occurred after making changes to the employee menu and adding views, carefully review the changes you made. Check for any syntax errors, missing dependencies, or incorrect configurations that might be causing the problem.
  5. Check XML Views: If you added or modified XML views, ensure that they are correctly defined and do not contain any errors. Pay close attention to the view definitions, including field names, model references, and inheritance structures.
  6. Remove Recent Changes: If the error persists even after removing the changes you made from the User Interface > Views, consider reverting any other recent changes that might be related to the issue. This could include modifications to Python code, XML files, or database records.
  7. Test Studio Functionality: Try accessing the Studio functionality from other menus or modules to see if the error is specific to the employee menu or if it affects other areas of the application as well. This can help narrow down the scope of the problem.

Hope it helps



Avatar
Discard
Author

Hi. Thank you so much for your answer, will try those one by one. Anyway how to start the odoo server? I am using odoo enterprise v16.4 web based, I googled already but didn't find any ideal answer

Author

anyway the error fixed and now I can open the studio by re-checking previous changes and remove some unneeded. thank you!

Related Posts Replies Views Activity
0
Sep 21
2019
2
Mar 24
2195
0
Jun 18
2745
1
May 25
2198
2
Jun 24
13444