- 08 Nov, 2006 18 commits
-
-
Jérome Perrin authored
fix createEntities to create entities with correct categories ( setGroup('group/client') is a mistake ) fix setup to create transactions in a logical Debit Credit scheme git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11210 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11209 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11208 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11206 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Get the list of group titles to generate the cache key for Form_getGroupTitleAndId. This fixes the case when creating a form, displaying it and then creating groups with fields would not render the fields (because the groups are not known in the cache). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11205 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Added initCacheStorage method which will init (if needed) cache backend storage when cache is updated git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11204 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11203 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thierry authored
- added delete action - added follow action for sale opportunities - added new worklists git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11202 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thierry authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11200 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thierry authored
- some fields were replaced according to the refactoring of ERP5 CRM (start_date instead of date, use of properties defined in arrow,etc.) - intensive use of proxy fields - some forms have been removed because they were useless (forms previously used for workflow transition dialogs) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11198 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11196 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Thanks to Mame Coumba Sall. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11195 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11194 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
preferences, not the one from General. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11193 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kristian Rother authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11192 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
more checks in workflows fixed some security settings git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11191 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11190 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
updated import cateogory script xml format as changed a bit git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11189 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Nov, 2006 22 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11188 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thierry authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11187 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11186 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11185 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11184 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Deprecate query_string parameter. New correct way is to provide the parameter in their "native" format, in the request. This allows more flexible filtering of parameters. Grab dialog_id if present, to fix relation string field listbox redirecting to object view when changing page. firstPage lastPage nextPage previousPage setPage Make list_selection_name a mandatory parameter, because walling those functions without it has no meaning and must never happen. Save one selection edition by changing the page using html parameter to the listbox (so it's only edited by the listbox rendering code, not before the redirection). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11183 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11182 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11181 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thierry authored
New fields are added to the form defining proxy fileds for CRM : price_range_min and price_range_max. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11180 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11179 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11178 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11177 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11176 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11175 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11174 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11173 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11172 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Don't validate form again in Folder_modifyWorkflowStatus, it's already done just before in Base_callDialogMethod git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11171 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kristian Rother authored
* Removed translate action from Transformation Rule. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11170 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
tests workflow validation from the module git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11168 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Remove useless SaleOpportunity property sheet, which was not used. Add Price property sheet to SaleOpportunity, in order to define price range. Add Amount property sheet to SaleOpportunity, in order to define product_line. Thanks to Thierry Brettnacher. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11167 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kristian Rother authored
* removed translation action from Invoice Cell. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11166 20353a03-c40f-0410-a6d1-a30d3c3de9de
-