跳至内容
菜单
此问题已终结
2 回复
1656 查看

While refreshing the page  i got this error in v18 but there is no record in stock.picking , how can i resolve 

形象
丢弃
最佳答案

Clear Notification or Chatter Cache
DELETE FROM mail_message WHERE model = 'stock.picking' AND res_id = 6236;

DELETE FROM mail_activity WHERE res_model = 'stock.picking' AND res_id = 6236;


I hope this helps

形象
丢弃
最佳答案

Hi,

The error means Odoo is trying to access a deleted stock.picking record (ID 2643), likely due to a leftover reference in a view, action, or saved filter. To fix it, check for and remove broken references in ir.model.data, ir.actions.act_window, or user filters (via Favorites → Manage Filters). Also, refresh the browser cache (Ctrl+F5) and restart the server. If needed, search for saved filters or menu actions pointing to that ID and delete them. You can also clear view caches or unlink the invalid record using Python or SQL to fully resolve it.


Hope it helps

形象
丢弃
相关帖文 回复 查看 活动
4
3月 25
13770
2
1月 24
3269
1
6月 23
2467
1
3月 22
3947
2
8月 25
1735