- 29 Dec, 2014 2 commits
-
-
Julien Muchembled authored
They were useless since 'delivery' is indexed in ZODB, and this also fixes a bug causing local build to fail in the following conditions: - root document moved to a state that triggers a builder, whereas there's no simulation tree yet - the builder select method has a condition on the root simulation movement An example is building of task reports, when the ERP is overloaded. The reason was that in some cases, ERP5 tried to set 2 tags on the same reindexing activity (built: in updateMovementCollection & expand: in _updateSimulation), but there's actually no support for multi-valued tags and for CMFActivity, default activate parameters (here expand:) have lower precedence (see ActivateObject.activate). So another possible fix is to add built: to _localBuild after_tag. This commit also renames expand: into build:
-
Jérome Perrin authored
-
- 26 Dec, 2014 5 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
erp5_code_mirror: Refresh Component history revisions (used for merge mode) when saving with CTRL+s.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 25 Dec, 2014 1 commit
-
-
Yusei Tahara authored
Translate "I forgot my password!", "Input data has errors. Please look at the error messages below.", "Input is required but no input given.", "No such document was found.", "You did not enter a valid date and time.".
-
- 23 Dec, 2014 2 commits
-
-
Jérome Perrin authored
AccountingTransactionLine_checkGroupingReferenceIsValid: We are not supposed to group if the section is a person
-
Tristan Cavelier authored
- Too slow because it takes same time than the search_method. - The count is made durring the search thank to LIMIT 1000; - The search LIMIT 1000 takes same time than LIMIT 30; - The search LIMIT 1000 stays in cache, so going to next page is almost instant.
-
- 22 Dec, 2014 5 commits
-
-
Sebastien Robin authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 19 Dec, 2014 2 commits
-
-
Arnaud Fontaine authored
-
Jérome Perrin authored
The task of moving those to delivered state is only due when closing the period, so this worklist is not needed. Also it is slow to generate as it matches many documents.
-
- 18 Dec, 2014 1 commit
-
-
Romain Courteaud authored
External BOSH server is requested to use it.
-
- 16 Dec, 2014 15 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
I guess nobody remember psyco
-
Jérome Perrin authored
This is mostly to prevent starting when some products cannot be imported
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Listbox: do not get stat values on brains by index when we can simply get them by key (ie. column name)
-
Jérome Perrin authored
-
Jérome Perrin authored
If no select expression is passed, just count distinct uid as before 6e1a33d
-
Jérome Perrin authored
erp5_mysql_innodb_catalog: Count using a subquery so that "distinct" have same semantics as search_results
-
Jérome Perrin authored
-
Jérome Perrin authored
The previous way was duplicating transaction references since AccountingTransaction_afterClone was no longer called.
-
- 15 Dec, 2014 2 commits
-
-
Sebastien Robin authored
-
Kazuhiko Shiozaki authored
-
- 12 Dec, 2014 5 commits
-
-
Gabriel Monnerat authored
testOrder: create default address in entities to not fail when call Invoice_viewAsODT to generate invoices
-
Gabriel Monnerat authored
erp5_item: Change listbox in Item_getTrackingList to sort by date and display time in the date column In this way is easier to follow and check where is the item
-
Gabriel Monnerat authored
With this, is possible see the destination of the Item shipped in the Tracking tab
-
Gabriel Monnerat authored
Avoid pass next_item_simulation_state to _generateSQLKeywordDict because it will always ignore this parameter and display messages in logs Add test to parameter with output=1 in getTrackingList method
-
Gabriel Monnerat authored
erp5_mysql_innodb_catalog : Use isMovingItem instead of isAccountable to be possible index only movements that are moving physically Movement: by default Movement should returns false. Otherwise it will index not expected objects in item table erp5_mysql_innodb_catalog: check if there are movement items instead of aggregated uids
-