A company which is using OpenERP for their sales operations may face the problem of loading sales module quite slow. It can be difficult to handle a situation where there can be many sales counters, the customer and salesman waiting for more than a minute.
The solution to this problem, that I found is to disable the module dashboard as they take a lot of time to load.
Just go to the module's __openerp__.py file and comment out the dashboard view as:
## 'board_sale_view.xml',
You can disable the dashboard of other modules too the same way and get relieved of the speed issue.
Good Luck.
0 Comment(s)