- 03 Jun, 2009 4 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27342 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27341 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- move logic to python script to avoid code repetition, invoke python script from interaction workflow git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27340 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jun, 2009 15 commits
-
-
Kazuhiko Shiozaki authored
wait for '(delivery_path)_expand' tag to prevent 'Delivery xxx has more than one applied rule.' problem. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27338 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add new step and new tests. This tests check that it's possible to have model_line that depend each other in both cases : 1 - if the model line creation order follow the dependencies, there should be no problem 2 - if the model lines are randomly created (ie, if you create first a line A wich applied on base_amount X, and after you define the line B wich contribute to base_amount X) in both cases, getAggregatedAmountList should be able to return the same result git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* Define correctly security settings on acknowledgement workflow states git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27336 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add a test. FullText operators have no SearchText representation, so disable it explicitely. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27334 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Do not notify if an active process finishes. This never worked before r27329 and it is now redundant with alarm notification. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27331 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
of item quantities. Anyway even if we want to do this, it should not be done by overloading _edit git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Fix ActiveProcess.hasActivity. On active processes, hasActivity tests active_process_uid instead of path: * hasActivity must handle the case when no document is provided (bug #1142) * Fix initialisation of active_process_uid property on Message objects. Add unit test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
change some steps names. Add a new test to check that updateMovement return nothing but modify directly the movement that need it. Add a check (CheckPaysheetLineAmounts) in test_basicPaySheetCalculation to be sure that even if updateAggregatedAmountList return nothing, movement are not modified git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27328 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27327 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27326 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27325 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
revert 27291 because it makes testBPM failing, and currently, I don't understand why sorting is needed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27324 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2009 21 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27323 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27322 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27321 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27320 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Except for persons, always try to use 'codification' property first in order to compute security group. Indeed, this property was created for that purpose, as written in Codification property sheet: « Codification is an identifier used by security groups » 'reference' property is used if no codification is set. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27319 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add movement_list parameter, in this way it's possible to pass a movement_list to use for calculation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27318 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27317 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27316 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27315 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
move out findSpecialiseValueList method to have it on the class (she is usefull for class wich inherite of TradeCondition). Change a bit it to accept portal_type_list parameter to be able to have inheritance tree of another portal_type thant caller (ie. 'Business Process' in 'Pay Sheet Model') Change also getTradeModelLineComposedList to accept portal_type_list parameter for the same reasons git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27314 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27313 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27312 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27311 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27310 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27309 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27308 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27307 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27305 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
we prefer to use "is None" and "is not None" instead of "== None" and "!= None" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27303 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
this temporrary hack git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27302 20353a03-c40f-0410-a6d1-a30d3c3de9de
-