- 17 Oct, 2005 6 commits
-
-
Jérome Perrin authored
restore the destination_region category on Person, necesary to have the destination_region category acquired correctly for movements which have a Person as destination. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4056 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4055 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4053 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4052 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
as a portal type information. The Coordinate class now provides methods that allow to do all the "presentation" specific part of a Coordinate in a set of python scripts. For example, to add a CreditCard portal type information : - go to portal_types, choose 'Add ERP5 Type Information', select 'ERP5 Coordinate' and name your new type 'Credit Card' - go to your newly created 'Credit Card' type definition, and add 'CreditCard' to its list of Property Sheets. - create a new form for your CreditCard : CreditCard_view and add a field named my_text to it. - create two scripts, which will interact with the 'my_text' field : - CreditCard_fromText(text) : used to analyse the text entered by the user, and fill in the object's properties accordingly. - CreditCard_asText() : used to return a user-readable aggregation of the object's properties. These two python scripts can use regular expressions to analyse the text entered by the user, using the object's methods getRegularExpressionFindAll and getRegularExpressionGroups for example. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4051 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Oct, 2005 8 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4049 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4048 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4047 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
* add z_related_financial_section_category, z_related_function_category and z_related_group_category catalog methods from erp5_budget.bt5 * add groupCategory, financialSectionCategory and functionCategory related keys from erp5_budget.bt5 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4046 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
* move and merge financial_section category to erp5_accounting.bt5 * delete source_function and destination_function (they are duplicate with the ones in erp5_core.bt5) * move z_related_financial_section_category, z_related_function_category and z_related_group_category catalog methods to erp5_accounting.bt5 * move groupCategory, financialSectionCategory and functionCategory related keys to erp5_accounting.bt5 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4045 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4044 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4043 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4042 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Oct, 2005 12 commits
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4041 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4040 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
added an inital causality workflow for sale invoices; refactor select methods for delivery builders. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4039 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
put titles on workflow states for translation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4038 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4037 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4036 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4035 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
do not catch ObjectMoved git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4034 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4033 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
added a test for "different interactions in the same interaction workflow cannot be triggered by the same method_id" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4032 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4031 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4030 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Oct, 2005 14 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4029 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4028 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
because I didn't understood well what Kevin asked me, he commited something wrong, this fix the problem git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4027 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4025 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4024 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4023 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4022 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
TALES expression of an editable field in listbox is not evaluated in the context of the object represented by the line of the listbox. Instead the context correspond to his parent. This modification correct that bug. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4021 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4020 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4019 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
This is usefull to know from which kind of rule a simulation movement cames from. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4018 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4017 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4016 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4015 20353a03-c40f-0410-a6d1-a30d3c3de9de
-