This module add extra postgresql indexes to speed up SELECT queries.
"Purchase" performance
stock_move
, oncreated_purchase_line_id
"Sale" performance
stock_picking
, onsale_id
"Stock" performance
stock_move
, oninventory_id
stock_move_line
, onpicking_id
stock_picking
, ongroup_id
"Point of Sale" performance
account_bank_statement_line
, onpos_statement_id
pos_order
, onreturned_order_id
andcompany_id
pos_order_line
, onorder_id
"Product" performance
product_price_history
, onproduct_id
Table of contents
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
- GRAP
- Sylvain LE GAL (https://www.twitter.com/legalsylvain)
This module is part of the grap/grap-odoo-custom project on GitHub.
You are welcome to contribute.