- 16 Dec, 2009 18 commits
-
-
Kazuhiko Shiozaki authored
call _getPropertyAndCategoryList instead of using __dict__, because here movement can be 'real_simulation_movement.asContext()' value and __dict__ contains activate, reindexObject attributes etc. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31338 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
define Rule class in NewOrderRule.py temporarily, that will be a super class of any rule in the new simulation implementation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31336 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Change the permission of sale order fast input to Add portal content. This is not still sufficient (because Modified portal content on lines is also required), but better than before. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31334 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
revert 31296. matching with 'order' should be configured by adding a divergence tester that is only used for matching. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31331 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31328 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
* Disable columns sorting, as the list method can not handle it git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31327 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Comments to exlain progress directions. Some categories need to be expanded but do not need to checked for divergence. Checking divergence has a higher management cost. By not checking divergence, we reduce a bit the quality of simulation and at the same time the management costs of data. Use API of SolverTool instead of creating by handle solver processes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31326 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31325 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31324 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Set default matching property to default order rule. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31323 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update xml format. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31322 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Set default matching properties to default invoicing rule and default invoice transaction rule for convenience. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31321 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Dec, 2009 22 commits
-
-
Leonardo Rochael Almeida authored
On Zope 2.12, in test files with multiple test classes, activities from one test class are reactivated on the next test class. This doesn't happen on Zope 2.8 by pure accident: during portal construction, the skin is not properly configured, and so activities are not reactivated as they are on Zope 2.12. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31320 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31319 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31318 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31317 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31316 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Check that the 'Change State' action available on modules correctly handle domain selection: it should only modify objects matching the current domain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31315 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31314 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31313 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31312 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* simulation movements are delivery related value of delivery line, not of self. * delivery of a new simulation movement should be removed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31311 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31310 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31309 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31308 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Store action_id on items returned by Base_getWorkflowHistoryItemList in order to support merging of action and transition. reviewed by romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31307 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use Quantity Accept Solver for accepting quantity decision. * use Resource Accept Solver for accepting resource decision. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31306 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
revert r31281, r31992, r31294, because 'property to be solved' should be specified in each Solver portal type itself and we don't need indexed relation between solver decision and solver. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31305 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
fix the way to get 'property to be solved' from Solver document, that should be specified in each Solver portal type itself. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31303 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
remove bogus Accept Solver and Adopt Solver portal types, but add Quantity Accept Solver and Resource Accept Solver. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31302 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31301 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31300 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
add 'tested_property' property in SolverType portal type, because each solver portal type should know which property should be solved. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31299 20353a03-c40f-0410-a6d1-a30d3c3de9de
-