oracle has M_INVENTORYLINEMA_KEY is reason error when complete Internal Use Inventory
Description
1. at https://test-oracle.idempiere.org/webui/index.zul create Material Receipt for PTable with qty = 20 so PTable has 2 onhand record with qty 12 and 20 2. create Internal Use Inventory (docno=10000000) for PTable with qty = 15 and compete 3. system create 2 record M_INVENTORYLINEMA with same M_INVENTORYLINE_ID, M_ATTRIBUTESETINSTANCE_ID it violated unique constraint M_INVENTORYLINEMA_KEY so get error
Could not save record - Require unique data: Please change information.: ORA-00001: unique constraint (IDEMPIERE.M_INVENTORYLINEMA_KEY) violated
reason: oracle database has unique constraint M_INVENTORYLINEMA_KEY but postgresql hasn't
1. at https://test-oracle.idempiere.org/webui/index.zul create Material Receipt for PTable with qty = 20
so PTable has 2 onhand record with qty 12 and 20
2. create Internal Use Inventory (docno=10000000) for PTable with qty = 15 and compete
3. system create 2 record M_INVENTORYLINEMA with same M_INVENTORYLINE_ID, M_ATTRIBUTESETINSTANCE_ID
it violated unique constraint M_INVENTORYLINEMA_KEY so get error
Could not save record - Require unique data: Please change information.: ORA-00001: unique constraint (IDEMPIERE.M_INVENTORYLINEMA_KEY) violated
reason: oracle database has unique constraint M_INVENTORYLINEMA_KEY but postgresql hasn't