Commit 2ec3bfbb authored by Vincent Pelletier's avatar Vincent Pelletier

Implement optimisation of getInventoryList.

  This optimisation prevents specific query paterns on stock table from
  reading a number of lines which is proportionnal to the number of operations
  present for a given criterion set.
  This optimisation requires:
   - new ZSQLMethod from erp5_core
   - 2 new catalog tables from erp5_mysql_innodb_catalog
   - inventories with new "full_inventory" property set to true
       full_inventory means that the user which did the inventory acknowledges
       there is no remaining resource besides what is present in the inventory.
Add test for this optimisation, disabled for now (required business templates
are not updated yet).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16103 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 19962b5a
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment