Skip to Content
Menu
This question has been flagged
1 Odpoveď
943 Zobrazenia

I'm experiencing a significant performance issue with the post() method in the Account Move module in Odoo 10. Here's the situation:

  • Even after archiving all records of customer invoices, account moves, and move lines, the system remains slow.
  • However, when I delete the discount charts and recreate them with the same IDs, the performance improves dramatically.

Has anyone encountered a similar issue or can suggest a solution? Any insights or recommendations to resolve this would be greatly appreciated.



Avatar
Zrušiť
Best Answer

Hi,
As it is a non supported version, you may have to dig yourself and find the performance loop hole. Using this app, try to find the slowly executed queries and see if you can bring some perfomance improvident:  https://apps.odoo.com/apps/modules/10.0/slow_statement_logger

Thanks

Avatar
Zrušiť