- Jan 09, 2015
-
-
Antony Lesuisse authored
To avoid phantomjs broken pipe messages on odoo stderr during testing.
-
- Jan 08, 2015
-
-
Antony Lesuisse authored
-
Sebastien Versaille authored
Closes #4561
-
Raphael Collet authored
The validation of leaves was broken because it relies on a check on the remaining days. The problem is that the latter uses an old-api function field that is not recomputed yet at the time of the validation. The fix consists in using a non-computed field instead.
-
Denis Ledoux authored
Setting a constraint on an old api style computed field is broken in Odoo 8.0 The constraint is checked with the old value of the computed field, not the new one So, it was possible to update an event with a start date greater than the stop date And once done, it was impossible to correct the mistake
-
Nick Booker authored
Fixes #4549
-
Denis Ledoux authored
Not only when both are.
-
Martin Trigaux authored
If a view inherits from another with a different model (typically product.product view inherits from product.template view), the terms from the second view were not translated. Checking on the parent view in case of different model and look up the terms on this model. Fixes some of #1755, opw 621512
-
Christophe Matthieu authored
-
- Jan 07, 2015
-
-
Ajay Javiya authored
This is necessary for supporting old-api sparse and serialized fields. Without this, old-api serialized fields are broken because they cannot be converted to new-api fields. This closes #4571
-
Nicolas Seinlet authored
-
Denis Ledoux authored
-
Denis Ledoux authored
Therefore: - we avoid to split an a bool, as this isn't possible - we avoid to concatenate False with strings
-
Denis Ledoux authored
This fix is related to 8de7be62 opw-621962
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
A _prepare method had to be introduced in the wizard for the lines invoicing method
-
Somesh Khare authored
The owner of an incoming picking was not propagated to the generated quants Fixes #4136, opw 619854
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
If an employee in UTC + 1 (Europe/Brussels) entered an attendance from January 2 00:00 to Januay 2 23:59, the summary by day table displayed two different lines, for two different days: - 1 hour on January 1 from 23:00 to 23:59 - 22:59 hours on January 2 from 00:00 to 22:59 Which is obviously wrong, the employee, in its own time zone, worked on January 2 only.
-
Ronak Baxi authored
Fixes #4553
-
Antony Lesuisse authored
-
Antony Lesuisse authored
-
Antony Lesuisse authored
remove psutil dependency under windows reverts documentation commit 96aba067 because it prevent sphinx build merge setup source code and vcs checkout sections and simplify wording simplify source installation instructions for windows
-
- Jan 06, 2015
-
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
When adding several lines in an editable list (adding 7 lines to an invoice for instance), then clicking on the first row direcly after having filled the last line, the value of the cell sometimes had the value of the last line. Just a display bug, but still. Using internal_set_value avoid the re-rendering of the cell, and solve the above issue opw-620111
-
Martin Trigaux authored
Products with a seller name but no attributes (only one variant) got their name in the format 'seller name ()' Fixes #4523
-
Martin Trigaux authored
It was intended to be replaced by log-handler at first but log-level is still a very convenient way to manage the level of debug.
-
Denis Ledoux authored
-
Josse Colpaert authored
Closes #4554
-
Jignesh Rathod authored
-
Josse Colpaert authored
When invoicing from dropshipping picking, choose the correct partner. Also, change the partner on the picking to be the partner of the purchase. Change the picking report to include the destination partner or the warehouse address on the right. [IMP] Only put partner_id on move from purchase when really necessary [FIX] Default value of partner on stock move should be False
-
Aaron Bohy authored
-
Martin Trigaux authored
The image of a contact of a company was wrongly resized. Use image_small instead of image for correct ratio (anyway 48x48px). Remove image_preview as always use image_small (was wrongly positioned and considered as cache attribute, getting '&cache=NaN' urls...) opw 593992
-
Arthur Maniet authored
[IMP] account: bank statement reconciliation widget: added a 'Show more' button to load further reconciliations. PR #4519
-
Denis Ledoux authored
Before, all crm.lead of the partner were counted, whatever it was a lead or an opportunity, but the button opens the opportunity tree, which has a domain type = opportunity. So leads were not displayed, and the count was therefore misleading. Besides, the button is called "Opportunities", and it was misleading to count leads for a button with such a name
-
Olivier Dony authored
-
Martin Trigaux authored
Setting the margins of a paperformat to 0mm was ignored and fallbacked on wkhtml default margins. This change is considered as relatively safe as margin-* fields have a default value and setting 0 is then an explicit choice. Fixes #3367, opw 620130
-