- 28 May, 2008 19 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21198 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
fix AccountModule_getTransactionListUrl for virtual hosting (was producing an URL using getPath instead of absolute_url) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21196 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21195 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21194 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21193 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21192 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
add metadata header in the generated po file, otherwise gettext tools cannot be used to manipulate the file git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21191 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21190 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21189 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Add fast parameter in Movement._getTotalPrice (ignored, but here for consistency) Update _getTotalPrice / getTotalPrice on some Movement subclasses to support default argument (default is still 0.0) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21188 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* give Modify portal content to Manager role in closed state * call Assignment_setStopDate in after script of close transition, and add a Manager proxy role to this script.) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21187 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21186 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Set default value of form_id parameter at 'view' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21185 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Module Products.ERP5Type.Document.Order, line 76, in getTotalPrice Module Products.ERP5.Document.Delivery, line 124, in getTotalPrice TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' when this delivery contain a cell where price is not defined. This test case reproduces this bug git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21184 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21183 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Try to make the request temp parameter more robust (revert this change if it causes more troubles than solution) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21181 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21180 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21179 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
runner git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21178 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 May, 2008 18 commits
-
-
Rafael Monnerat authored
Set a local Tales. changed to use here.portal_categories['quantity_unit'] instead get category from field Id git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21177 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21176 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
it again to omit REQUEST parameter. Thanks JM git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21175 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
both ListWidget and RadioWidget are some SingleItemsWidget ) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21174 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
the current date (this is currently failing because setStopDate is called in the workflow script and the user does not have Modify portal content at this stage) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21173 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* give Modify portal content to Manager role in closed state * call Assignment_setStopDate in after script of close transition, and add a Manager proxy role to this script. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21172 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21171 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21170 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21169 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21168 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Only disable GC when a test is run, to avoid disabling GC for everybody importing the file. I'm not sure if GC should be re-enabled at tear down, and prefer not to do so for the moment. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21167 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
"Create Related Event" action was replaced with equivalent workflow transition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21166 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Instead of explicitely collecting in hope of collection not happening in tests, simply disable garbage collection. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21165 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- proxify listboxs - use editable fields for formatting - add some more columns - rename the order domain to Priority git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21164 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Replace "Create Related Event" action with a equivalent workflow method. * Fixed appearance of content in view and preview. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21163 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21161 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21160 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
Added a check for PriceCurrency git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21159 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 May, 2008 3 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21158 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21156 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21155 20353a03-c40f-0410-a6d1-a30d3c3de9de
-