- 18 Oct, 2005 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4068 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Oct, 2005 16 commits
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4064 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4063 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* remove unnecessary related keys from last change * fix gap_id related key and add a preferred_gap related key * get VAT from simulation before printing invoice * support for portal types and simulation_state translations git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4062 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4061 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
* Klaus: update Folder_create to catch NoAllowedContentTypesError exception git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4060 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
use bypass_init_script when creating Invoice to make sure that a script attached to the portal type will not create lines. added a few checks git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4059 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4058 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4057 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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 2 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
-