- 14 Apr, 2014 1 commit
-
-
Benjamin Blanc authored
Conflicts: bt5/erp5_test_result/bt/revision bt5/erp5_test_result/bt/template_document_id_list bt5/erp5_test_result/bt/template_extension_id_list (cherry picked from commit 63c1fc09) Conflicts: bt5/erp5_test_result/TestTemplateItem/portal_components/test.erp5.testTaskDistribution.py bt5/erp5_test_result/bt/revision
-
- 11 Apr, 2014 3 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
This is a new preference for uses of resources that can be used when creating a response to an event. The create response dialog uses it in two places: - Only resources with this uses are proposed - Only notification messages that creates events with resource with this use are proposed
-
Jérome Perrin authored
-
- 10 Apr, 2014 6 commits
-
-
Julien Muchembled authored
For example, Sale Supply Lines/Cells can be customized to return values for the caller of Movement.getPriceCalculationOperandDict
-
Julien Muchembled authored
This is implemented by first changing Composition so that a model can define several lines with same reference, masking inherited ones. There is actually no compatibility issue, because previously, the result would have been undefined (composition only keeping a random line).
-
Julien Muchembled authored
-
Julien Muchembled authored
'display_id' expects a property name and 'display_method' a method name
-
Vincent Pelletier authored
-
Kazuhiko Shiozaki authored
-
- 09 Apr, 2014 5 commits
-
-
Gabriel Monnerat authored
As Event_send is doing nothing, we don't need it. Then, return None is enough when type based method is not found.
-
Gabriel Monnerat authored
erp5_base: Move script Event_send to erp5_core because it can raise exceptions if sendMessage method is called, for example by alarms. Also, proxy role as Manager was removed, because this script does nothing.
-
Kazuhiko Shiozaki authored
also add a missing return for Base_redirect.
-
Jérome Perrin authored
-
Kazuhiko Shiozaki authored
so that restrictedTraverse to published objects work for Anonymous.
-
- 08 Apr, 2014 2 commits
-
-
Jérome Perrin authored
-
Julien Muchembled authored
variable_additional_price was not multiplied by the result of getPricingVariable as it was done in previous implementation. In order that the caller has more information about how the price was computed, Resource_getPriceCalculationOperandDict now returns the result of getPriceParameterDict with following changed: - list values involved in priced calculation are replaced by their sums - 'price' key is added to holds the computed price Also removing fallback code from Resource class, since it's been a long time that erp5_pdm provides Resource_getPriceCalculationOperandDict Resource_getPrice script is kept in case some unrelated code still uses it.
-
- 07 Apr, 2014 4 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 04 Apr, 2014 2 commits
-
-
Jérome Perrin authored
There can be two cases: - the image is on the same domain that the agent is using, then the agent is logged in - the image is on another domain, then the agent is not logged in but we can somehow guess from referer that he is viewing the image from ERP5
-
Jérome Perrin authored
-
- 03 Apr, 2014 6 commits
-
-
Aurel authored
also make redirection stay on website
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 02 Apr, 2014 2 commits
-
-
Gabriel Monnerat authored
erp5_ingestion: Improve publication_section field in Base_viewNewFileDialog to be possible pass a default value to the field
-
Vincent Pelletier authored
-
- 01 Apr, 2014 9 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Vincent Pelletier authored
-
Jérome Perrin authored
-
Gabriel Monnerat authored
The category uid should be passed to the query. With this, is possible generate queries like stock.project_uid is NULL.
-
Jérome Perrin authored
This script is intended to replace Base_getCurrencyForSection and support properly the case where there are more than one currency. Start using it in accounting module view and grouping reference dialog.
-
Jérome Perrin authored
-
Jérome Perrin authored
-