- 03 Mar, 2010 36 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33331 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33328 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33327 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Danièle Vanbaelinghem authored
of catalog git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33326 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33325 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33324 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33323 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33322 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33321 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
It makes maintenance easier as column names are included in code as dict keys git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33320 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33319 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Allow OrderBuilder to specify a method to select simulation movements and methods to separate cells. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33318 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33317 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Rather than test a scriptable key which simply exposes built in catalog SearchableText tests SearchableText instead. Add more testing for passed portal_type outside SearchableText. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33316 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix cell portal type names in matrix boxes. Internal Supply Cell must be used in Internal Supply Line. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33315 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
This fixes an interesting bug: # Takes place during indexing phase, when Transactional Cache is on # A transformation is defined, producing a (blue|red) resource from # (blue|red) fabric transformation = ... movement1 = newTempMovement(colour="blue", resource=A) movement2 = newTempMovement(colour="red", resource=A) amount1 = transformation.getAggregatedAmountList(movement1)[0] amount2 = transformation.getAggregatedAmountList(movement2)[0] # amount1 and amount2 have wrongly the same Physical path. # Which means that due to caching in CategoryTool, the category # values will be computed only once instead of twice: assert amount1.getVariationText() == "colour/blue" #OK assert amount2.getVariationText() == "colour/blue" # !! git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33314 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* do not remove existing mapped property document in Payment Simulation Rule. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33313 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
inherit from Trade Model Line instead of Business Path in Payment Condition, that makes more flexible for customisation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33312 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
support the case where both base_application and base_contribution are empty, that happens for using Trade Model Line as a base class of Payment Condition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33311 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33310 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
support mapped value in simulation movements by builders. same for divergence testers will be implemented soon. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33309 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33308 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Filter by contributor title (if passed). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33307 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
* Remove unused script. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33306 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Use get_recursive_tales (for ProxyField) or get_tales (for the others) to see if a tales expression is defined. Otherwise, a delegated one is ignored. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33303 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33302 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33301 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33300 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33297 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33295 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
* Use sql_deferred_connection instead of sql_connection git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33294 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Mar, 2010 4 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33293 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33291 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33290 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33289 20353a03-c40f-0410-a6d1-a30d3c3de9de
-