- 02 Apr, 2013 2 commits
-
-
Arnaud Fontaine authored
Otherwise a TypeError exception is raised when calling Connection().columns().
-
Tatuya Kamada authored
Inventory movements are not indexed into stock table every time, and inventory_stock table no longer exists. Thus we use movement table instead.
-
- 01 Apr, 2013 1 commit
-
-
Tatuya Kamada authored
-
- 31 Mar, 2013 1 commit
-
-
Kazuhiko Shiozaki authored
that raises an Exception for PDF documents without any metadata.
-
- 29 Mar, 2013 1 commit
-
-
Tatuya Kamada authored
-
- 28 Mar, 2013 1 commit
-
-
Tatuya Kamada authored
-
- 27 Mar, 2013 15 commits
-
-
Julien Muchembled authored
-
Sebastien Robin authored
-
Tatuya Kamada authored
-
Vincent Pelletier authored
With due warnings.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
try..except is significantly slower than getattr with default value when an exception is raised. defaultdict is faster than calling setdefault. The two other try..except blocks need more careful analysis of typical hit-rates to tell if they are optimal.
-
Vincent Pelletier authored
-
Kazuhiko Shiozaki authored
override _edit() to migrate existing documents if hook is not yet registered.
-
Kazuhiko Shiozaki authored
otherwise the result is unpredictable.
-
Tatuya Kamada authored
-
Arnaud Fontaine authored
Remove Japanese accounting bt5s as there is no standard like in France, thus making these bt5s useless.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 26 Mar, 2013 1 commit
-
-
Tatuya Kamada authored
-
- 25 Mar, 2013 2 commits
-
-
Kazuhiko Shiozaki authored
so that we can change the skin selection in each Web Section.
-
Ivan Tyagov authored
Refactor code and use proper default page templates names so no need to rename manually to enable this bt5.
-
- 22 Mar, 2013 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
This does not work well with erp5_accounting_alternate_catalog. It is left for draft transactions, because draft may not have any section set. For the records, the idea behind is to prevent an unexpected behaviour when a user have a section_category in his selection and calls a worklist which is also supposed to display transactions which are not part of the selected section_category. In such case, section_category= is passed to reset the selected section_category and display all transactions, the problem is that alternate catalog is not able to decide wether to display source or destination section in that case
-
- 21 Mar, 2013 4 commits
-
-
Ivan Tyagov authored
-
Aurel authored
-
Aurel authored
-
Ivan Tyagov authored
Refactor code and use proper names.
-
- 20 Mar, 2013 4 commits
-
-
Sebastien Robin authored
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
same as 4c129961.
-
Aurel authored
Complete rewrite of the syncml core engine to make it scallable Remaining work : - review of conflict management - re-implement splitting of big object - generic unit test for AsynchronousEngine - complete review of default conduit - lot of TODO and XXX in the code to check
-
- 18 Mar, 2013 2 commits
-
-
Vincent Pelletier authored
-
Jérome Perrin authored
Now title needs to be configured as a content translation translated property to be able to search on title.
-
- 15 Mar, 2013 2 commits
-
-
Jérome Perrin authored
I doubt anyone wants to fill full_text table with this information.
-
Jérome Perrin authored
It's no longer needed to configure using the script
-