- 17 Dec, 2007 4 commits
-
-
Alexandre Boeglin authored
- remove duplicate empty entries in frequency lists - add '0' entries in hour and minute lists - replace map(lambda) by list comprehensions git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18355 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18354 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
well update an modify it git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18353 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18352 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Dec, 2007 5 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18349 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- add a "Model Inheritance" column in PaySheetModelModule_viewPaySheetModelList listbox git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18348 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18347 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Dec, 2007 3 commits
-
-
Fabien Morin authored
sub objects of a model are already added, the model will not be present in the final dict. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18346 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
wich use a Breadth First Search instead of Depth First Search witch is very more appropiate in this case. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18345 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- remove commented code - modify getInheritanceModelReferenceDict method to use a Breadth First Search instead of Depth First Search witch is very more appropiate in this case. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18344 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Dec, 2007 14 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18336 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- change the method who get annotation/ratio line from a reference to search first on the paysheet before on the dependencies model tree - remove some logs git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18334 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make worklist definition more realistic. It fixes a bug in SQL-cached version of worklist test, because the same objects caused 2 lines to be present in worklist cache, which are summed afterward - hence causing a 2-objects worklist to be displayed when there is actualy just one object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
rendered as utf-8 encoded strings, it is incompatible with Products that expect them to render as unicode objects. - this patch is based on MailTemplates 1.1.0 - it will only try to encode() text if it's of type unicode git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18331 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
matter. Now subobject are not yet copied but just gets from there path and return a list of them git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
a list of all subobjects from the herited model - rename getReferenceList in getReferenceDict, and now, this method return reference and id (dict) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18328 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Handle the case where owner does not have view permission on object. It cannot be handled with a NULL nicely, because NOT(NULL) AND [...] is always false in SQL, and it is required to negate conditions automaticaly for worklists. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18327 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
PaySheetTransaction class because object are copied into the paysheet, not in the model git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18325 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18324 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Use an ERP5 user instead of a ZODB user, so that the test does not need to use global roles. Add a test to check strict security in simulation (which may not work at the moment). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18323 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Dec, 2007 14 commits
-
-
Fabien Morin authored
add a test to check that all sub-objects of the inheritance model dependencies have been copied into the base model. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18322 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add a method to copy all subobjects using the model_reference_dict (wich is the result of the two previous methods) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18321 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18320 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18319 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18318 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Since Requirement Document is not associated with any workflow to manage security, it didn't make sense not to acquire local roles. * Remove start_date and stop_date from task_report_causality_workflow. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18317 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18315 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- PaySheetTransaction_getLineListAsDict : add a method to check if the dict has the property (getattr) instead of doing a lot of times the same thing. Currently, there is a hack to display the % symbole in the OOoTemplate, but when I will have time, OOoTemplate will be revriten using styles and will well displaying percent numbers - add Editable columns that permit to use the listbox fields (to display a % symbol and use figure css class) - PaySheetTransaction_getMovementList : move some variable that were calculated a lot of times for nothing (because they were misplaced) Add causality value - Change employer/ee_share_rate and amount into price and quantity git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18314 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18313 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- PaySheetTransaction_getLineListAsDict : add a method to check if the dict has the property (getattr) instead of doing a lot of times the same thing. Currently, there is a hack to display the % symbole in the OOoTemplate, but when I will have time, OOoTemplate will be revriten using styles and will well displaying percent numbers - add Editable columns that permit to use the listbox fields (to display a % symbol and use figure css class) - PaySheetTransaction_getMovementList : move some variable that were calculated a lot of times for nothing (because they were misplaced) Add causality value - Change employer/ee_share_rate and amount into price and quantity git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18312 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18311 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18310 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Get keyword arguments from state change info instead of request. Clean up code. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18309 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18308 20353a03-c40f-0410-a6d1-a30d3c3de9de
-