ForgeFlow / stock-rma

Stock RMA
GNU Affero General Public License v3.0
38 stars 41 forks source link

[16] rma : add index on stock_move.rma_line_id #542

Closed florian-dacosta closed 3 weeks ago

florian-dacosta commented 3 weeks ago

In a database with a lot of stock it helps a lot. The one2many rma.order.line.move_ids for instance trigger a search on the this field.

@AaronHForgeFlow