- 21 Feb, 2013 23 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
to get rid of movement table dependancy
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
tickets are also in delivery table
-
Jérome Perrin authored
InventoryListBrain does not need a getQuantity method which returns something else that the total_quantity on this brain, this is just confusing (and using movement table)
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
The idea is to use Inventory API instead.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Also, movement with 0 price where ignored by omit_asset_increase / omit_asset_decrease Signed-off-by: Aurélien Calonne <aurel@nexedi.com>
-
Jérome Perrin authored
Signed-off-by: Aurélien Calonne <aurel@nexedi.com>
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
To migrate, run: alter table stock add column payment_request_uid bigint unsigned after funding_uid, add index payment_request_uid (payment_request_uid); alter table inventory_stock add column payment_request_uid bigint unsigned after funding_uid;
-
Jérome Perrin authored
To migrate, run: alter table stock add column funding_uid bigint unsigned after payment_uid, add index funding_uid (funding_uid); alter table inventory_stock add column funding_uid bigint unsigned after payment_uid;
-
- 20 Feb, 2013 10 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Julien Muchembled authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 19 Feb, 2013 2 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 18 Feb, 2013 5 commits
-
-
Vincent Pelletier authored
This hurts performances a lot.
-
Julien Muchembled authored
... instead of relying on automatic migration. This fixes TestCMFActivity.test_connection_sortkey on Zope 2.13
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Ivan Tyagov authored
Use already existing system preference and created accessor rather than hard coded value which was different from default for the system preference This can lead to different cache ids generated for same content by different parts of the code -> duplication of same data in cache backend.
-