Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 2.5 KB

README.rst

File metadata and controls

85 lines (57 loc) · 2.5 KB

GRAP - Custom Index

Beta License: AGPL-3 grap/grap-odoo-custom

This module add extra postgresql indexes to speed up SELECT queries.

"Purchase" performance

  • stock_move, on created_purchase_line_id

"Sale" performance

  • stock_picking, on sale_id

"Stock" performance

  • stock_move, on inventory_id
  • stock_move_line, on picking_id
  • stock_picking, on group_id

"Point of Sale" performance

  • account_bank_statement_line, on pos_statement_id
  • pos_order, on returned_order_id and company_id
  • pos_order_line, on order_id

"Product" performance

  • product_price_history, on product_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

This module is part of the grap/grap-odoo-custom project on GitHub.

You are welcome to contribute.