- 14 Dec, 2007 7 commits
-
-
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 33 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
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18307 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
state is ok git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18306 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18305 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- add cell categories of the Pay Sheet Cell on the Pay Sheet Line (it's much more easyer to access it (from the OOoTemplate) on the Pay Sheet Line rather than on the Cell) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18303 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18302 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18301 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18299 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
And, if BaseData is empty, don't connect oood. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18298 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18297 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18296 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18295 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18294 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
to reindex all inventory in date order git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18293 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
That's more simple and in this way, it's make possible the caclulation script to return other things than quantity and price (categories for example). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18292 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18291 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18290 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18288 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18287 20353a03-c40f-0410-a6d1-a30d3c3de9de
-