- 14 Dec, 2009 24 commits
-
-
Sebastien Robin authored
nice solution, but this code will change deeply once simulation API is finished git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31288 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
fix findSpecialiseValueList so that now it works with portal_type_list parameter and an inheritance tree bigger than 3 levels and also fix a problem in findEffectiveSpecialiseValueList which was addind None object to result list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31287 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Replace sales group type with sale group type. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31286 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix group type on Sale Invoice Transaction. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31284 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31283 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
explicitly define SolverProcess._generateRandomId() to call ActiveProcess._generateRandomId() otherwise Folder._generateRandomId() will be called and it returns 'str' not 'int' id. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31282 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
'delivery' category is also used to record the relation between a solver decision and a delivery movement, so we need to specify portal_type in order to get related simulation movements only. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31281 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
parameter and an inheritance tree bigger than 3 levels git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31279 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31278 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31277 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Change worklists url to use an dynamic expression instead of repeat role in role box and in url box, this should avoid some human errors. reviewed and approved by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31276 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add sales group type to Sale Invoice Transaction. * Add purchase group type to Purchase Invoice Transaction. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31275 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add new group type to each Sale/Purchase/Internal type informations. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31274 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31273 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31272 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Reviewed and approved by jp git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31271 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Reviewed and approved by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31270 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Remove this hardcoded portal_transform policy as it should be defined by default on portal_transforms by Business Template installation. Approved by jp. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31269 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* Add Docstring to explain the test * Add comments * Use more ERP5'ish API (getDefaultModule(), newContent() without hardcoded ids) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31268 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* remove unused spaces * remove the use of run parameter : now "--run_only=test_name" parameter can be passed to runUnitTest to run only desired tests, so this beucome useless. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31267 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add use field to order line view and packing list line view. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31266 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add use field to invoice line view. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31265 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Dec, 2009 3 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31264 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31263 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31262 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Dec, 2009 1 commit
-
-
Yoshinori Okuji authored
* Show translated logical paths instead of paths of quantity units in the Stock tab. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31259 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Dec, 2009 12 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31258 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31257 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- remove unused imports - remove useless spaces git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31256 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
testFormPrintout.py contain only mixin code git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31255 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31254 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
testFormPrintout. This make possible to reuse some methods in testFormPrintoutAsODG Class. - fix a small issue in testFormPrintoutAsODG.py git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31253 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
default_site_preference so testDmsWithFlare does nothing more than testDms. Now, preferred_cache_cache_factory is set to "dms_cache_factory" which enable flare as memcached backend. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31252 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31251 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- remove "if new_node is not None" expression because now their is a render_odg method defined on Widget Class git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31250 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- replace \n, \r and \t caracters by ooo corresponding expression git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31249 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31248 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
line) - ODT skin is not needed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31247 20353a03-c40f-0410-a6d1-a30d3c3de9de
-