- 10 Apr, 2014 1 commit
-
-
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 10 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
-
Jérome Perrin authored
-
- 31 Mar, 2014 6 commits
-
-
Rafael Monnerat authored
Contributed by Jingjing XU.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
Revert "TemplateTool: keep_bt5_id_set can't be None because the is expecting one set or list at least." This reverts commit b72cc56a.
-
Gabriel Monnerat authored
-
- 28 Mar, 2014 2 commits
-
-
Kazuhiko Shiozaki authored
because it overrides WebPage_viewAsWeb.
-
Kazuhiko Shiozaki authored
-