- 24 Jun, 2011 1 commit
-
-
Gabriel Monnerat authored
Refactor code to follow last changes in SystemPreference_viewCredential form. Now all categories are returned in list and setCategoryList method is used to set all properties in assignment.
-
- 23 Jun, 2011 14 commits
-
-
Gabriel Monnerat authored
update to add category list in portal_preferences. This change is to follow the changes in erp5_credential
-
Gabriel Monnerat authored
Refactor code to not hardcode of base categories. Now is possible use all base categories possible(and others non existing yet).
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Yusei Tahara authored
-
Tatuya Kamada authored
-
Yusei Tahara authored
-
Yusei Tahara authored
This is needed, because graph was not drawn.
-
Yusei Tahara authored
-
Tatuya Kamada authored
Show the owner at Inventory module listbox because the inventories can be owned by multiple sections.
-
- 22 Jun, 2011 9 commits
-
-
Gabriel Monnerat authored
-
Kazuhiko Shiozaki authored
divergent movement can include trade model related movements, that should not be accepted.
-
Vincent Pelletier authored
For some reason res list can contain unicode strings (requinfo maybe). This makes manage_debug_thread return a raw unicode object, which is unreadable. So, if a unicode object is found, encode it as utf-8.
-
Julien Muchembled authored
Because chdir/getcwd is global to the whole process, it is not thread-safe and may cause very serious bugs like data loss (for example when 'os.remove' or 'shutil.rmtree' are called with relative paths). There still remain uses of 'chdir' in ERP5 Subversion. A temporary quick change is done to reduce the probability of race conditions, but this should really be fixed.
-
Kazuhiko Shiozaki authored
-
Łukasz Nowak authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
- 21 Jun, 2011 16 commits
-
-
Gabriel L. Oliveira authored
Override ListBox_viewSliderPageNavigationRenderer while not able to make default ajax navigation renderer to work
-
Gabriel L. Oliveira authored
Preference_viewHtmlStyle was overriden to add xinha as an option into its listbox
-
Leonardo Rochael Almeida authored
Previously Simulaiton Movements did not carry trade_phase, but they do now, and looking up trade_phase on the Trade Model Path forces one TMP per trade_phase
-
Kazuhiko Shiozaki authored
add Internal Packing List Builder in deliver link, and remove harmful override of SaleOrder_selectMovement.
-
Łukasz Nowak authored
-
Kazuhiko Shiozaki authored
if delivery_mode, incoterm or payment_mode is defined in Trade Model Path, we just use it and should not care one that is stored in input movement.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This could be improved in future as an Accessor or Similar.
-
Rafael Monnerat authored
Now as with a dictionary with informations of all instance.
-
Rafael Monnerat authored
This is usefull to assert if the erp5 configuration is appropriated for the environment.
-