- 06 Feb, 2025 36 commits
-
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
Almost working test, Inventory API still does not process properly.
-
Titouan Soulard authored
Had I not done that before? How did it worked? Weird. Maybe just changed the configuration on the Portal Type ?
-
Titouan Soulard authored
I am unsure if they should not instead be in the delivery movement group, that way we might be able to discard my change to ERP5Site and get rid completely of this inventory movement thing.
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
Also: add `getTotalQuantity`. Why?
-
Titouan Soulard authored
-
Titouan Soulard authored
…and delete unused `z_catalog_stock_list_without_delete_for_inventory_virtual_movement`
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Xiaowu Zhang authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
In order to have Inventory Offset Lines, we want the user to be able to check the generated lines before validating. This commit therefore adds an intermediate state `planned`, which will be used to trigger generation of Simulation Movements and building of the offset lines. Some other small changes have been done to make the actions' names more clear and adhere to ERP5 standards, but all keep backward compatiblity: previous states have been kept, and previously validated inventories are now recorded so that no Simulation Movements will be generated that would impact stock values.
-
Titouan Soulard authored
-
- 24 Jan, 2025 4 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
We were applying str() to PData or bytes, resulting on broken image inserted, something like "b'PNG'" instead of the expected "PNG"
-
Jérome Perrin authored
This was not correct on python3
-
Jérome Perrin authored
-