An error occurred fetching the project authors.
- 30 Sep, 2015 1 commit
-
-
Vincent Pelletier authored
Let's see test results if ignore_unknown_columns is set to False (except for listbox which propagates all parameters)
-
- 17 Feb, 2015 1 commit
-
-
Sebastien Robin authored
This avoid differences like 07:55:27 != 07:55:26 in tests
-
- 02 Feb, 2015 1 commit
-
-
Jérome Perrin authored
-
- 31 Dec, 2014 1 commit
-
-
Jérome Perrin authored
-
- 12 Dec, 2014 1 commit
-
-
Gabriel Monnerat authored
Avoid pass next_item_simulation_state to _generateSQLKeywordDict because it will always ignore this parameter and display messages in logs Add test to parameter with output=1 in getTrackingList method
-
- 06 Nov, 2014 1 commit
-
-
Jérome Perrin authored
-
- 16 Oct, 2014 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 30 Jan, 2014 1 commit
-
-
- 13 Sep, 2013 3 commits
-
-
Tatuya Kamada authored
This is not a new feature, this behavior is compatible with the old caching implementation that was using inventory_stock table. In other words, this brings backs the backward compatibility in inventory caching. (This commit fixes the incomplete tests that was reverted just before.)
-
Tatuya Kamada authored
Needs more tests. This reverts commit 74db4d39.
-
Tatuya Kamada authored
This is not a new feature, this behavior is compatible with the old caching implementation that was using inventory_stock table. In other words, this brings backs the backword compatibility in invetory caching.
-
- 16 Aug, 2013 1 commit
-
-
Jérome Perrin authored
-
- 09 Apr, 2013 1 commit
-
-
Jérome Perrin authored
We were joining catalog for section, node and resource, mainly in order to expose _title and _relative_url in brains. We just need to select the corresponding uids and let brains do another catalog search to get the object when accessed. Note that erp5_banking_core is not updated
-
- 01 Mar, 2013 1 commit
-
-
Aurel authored
-
- 28 Feb, 2013 1 commit
-
-
Jérome Perrin authored
-
- 26 Feb, 2013 1 commit
-
-
Aurel authored
Create a sql cache for getInventory call Remove full-inventory optimisation as it now useless Implement full-inventory feature directly into stock Make erp5_pdm depends on this optimisation Install optimisation for all unit tests
-
- 21 Feb, 2013 6 commits
-
-
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
-
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;
-
- 26 Jul, 2012 2 commits
-
-
Yusei Tahara authored
-
Yusei Tahara authored
Mark three tests as expected failure. To filter by category with full inventory document does not work.
-
- 25 Jul, 2012 1 commit
-
-
Yusei Tahara authored
-
- 23 Jul, 2012 1 commit
-
-
Yusei Tahara authored
-
- 20 Jul, 2012 1 commit
-
-
Yusei Tahara authored
This test will make sure that getInventoryList works in the situation which two sections use the same node and one section has full inventory for the node.
-
- 18 May, 2012 2 commits
-
-
Yusei Tahara authored
-
Yusei Tahara authored
-
- 15 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 29 Mar, 2012 1 commit
-
-
Rafael Monnerat authored
- Solvers were moved to erp5_configurator_standard_solver - trade related code and rules to erp5_configurator_standard_trade_template - accounting related code and rules to erp5_configurator_standard_accounting_template - invoicing related code and rules to erp5_configurator_standard_invoicing_template Code were moved and splited to several diferent business templates. The rules and related code should be used only as template.
-
- 22 Mar, 2012 1 commit
-
-
Ivan Tyagov authored
-
- 21 Mar, 2012 1 commit
-
-
Ivan Tyagov authored
testnode's test execution when multiple nodes are involved.
-
- 29 Dec, 2011 1 commit
-
-
Vincent Pelletier authored
This prevent using iterators, and there is an easy alternative.
-
- 23 Jun, 2011 1 commit
-
-
Tatuya Kamada authored
-
- 01 Dec, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40953 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Nov, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40002 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Sep, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38564 20353a03-c40f-0410-a6d1-a30d3c3de9de
-