- 05 Jan, 2007 4 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11907 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11906 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11905 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
Also, the xml syntax of scripts has changed a bit. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11904 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jan, 2007 12 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11902 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11901 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11900 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11899 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11898 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11897 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
remove max_row limit in Resource_zGetMovementHistoryList (the API does not provide a way to count rows for now) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11896 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
clear the list of sql string at the beginning of a transaction, so we do not execute again and again previous sql queries git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11895 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add an explicit raise. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11894 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11893 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11891 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11890 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2007 24 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11888 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11886 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11884 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11883 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11882 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
use a smaller font for account names git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11881 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11880 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
guarantee is that it will internally get/store value on the storage_id attribute, then account.edit(is_credit_account=) is not supposed to work. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11879 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add code to remove SQLCatalog instance when all content has been uninstalled. Do not get/set SQLCatalog properties on portal_catalog.getSQLCatalog() (which is the default catalog) but on the catalog corresponding to the ZSQLMethods being worked with. Thiw adds a limitation on business templates : all ZSQLMethods in a given business template must belong to the same SQLCatalog. Remove an extra (useless) default catalog gathering. Add dependency checking before business template preinstall and install. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11878 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Dynamicaly add methods FolderMixIn instead of Folder because it's not reloaded and the reloading problem was still present. Simplify the property filters : use __dict__ instale of dir(), which remove the need to check if the property is defined localy, and '_aq_dynamic' already matches the generic "not x.startswith('_')" rule. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11877 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11876 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11875 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11874 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11873 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11871 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
FloatField.format_value should not fail if value is None. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11870 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11869 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
use editable fields to format values in Account_viewAccountingTransactionList, and update GL to use them. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11864 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11863 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Prevent getUserByLogin from failing due to a degraded catalog (for example if it doesn't exist, ERP5Security prevents from accessing the managment screens to fix the situation). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11862 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11861 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11860 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11859 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11855 20353a03-c40f-0410-a6d1-a30d3c3de9de
-