- 01 Mar, 2007 4 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13119 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kristian Rother authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13118 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13117 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13116 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Feb, 2007 22 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13115 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13114 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13113 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13112 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Added more reserved keywords to prevent trying to build an invalid query from a query parameter (ex. format). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13111 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Woops, my last change broke installability of this business template since it does not provide the interraction workflow I made it depend on... So I revert this change. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13110 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13109 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13108 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13106 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
getSource must be used, not getDestination, since source is set by the MutilatedBanknote_init script. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13105 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13104 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13103 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13102 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13101 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13100 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13098 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
afterTearDown from the original tests, which would write to the FileStorage when --save is enabled. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13097 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Check the counter date against the date of the document and the site of the counter associated which the document. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13096 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
- update zsql method in the new catalog by default git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13095 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
use portal_selections.buildSQLExpressionFromDomainSelection instead of selection_domain.asSQLExpression. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13094 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Fixes one issue related to empty strings in long expressions. Added initial support for query based parameters (ex. grioup_by) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13093 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add SelectionTool.buildSQLExpressionFromDomainSelection() * please use these methods instead of selection_domain.asSQLJoinExpression and selection_domain.asSQLExpression. * to pass a DomainSelection instance to these methods is deprecated. please use a domain dict instance to these methods instead. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13092 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Feb, 2007 14 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13091 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13090 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13089 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13086 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13084 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
* define most cache git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13078 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13076 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13075 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13074 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13072 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Update workflow states which doesn't block counter date from reaching "closed" status. This is a consequence of earlier update of Cash Movement workflow states. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* stay on the form after grouping * reset selection when grouping is successful * fix operator priority problem that failed when getDestinationInventoriatedTotalAssetPrice returns None git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-