- 23 Jun, 2011 6 commits
-
-
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 25 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.
-
Rafael Monnerat authored
Only name and revision.
-
Rafael Monnerat authored
Now it uses pkg_resources to collect much more versions.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Introspection tool should not edit zopectl.
-
Rafael Monnerat authored
Move methods to Private, this methods should be used only as internal calls on ERP5.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
It is not the intention of IntrospectionTool edit zope.conf.
-
Rafael Monnerat authored
It is not the goal of IntrospectionTool set edit zope.conf.
-
Rafael Monnerat authored
-