- Jan 14, 2015
-
-
Michiels Denis authored
Attempt to fix and clarify the guide. I still can not get "Advanced Customization" to work. closes ##4291
-
- Jan 13, 2015
-
-
Raphael Collet authored
-
Martin Trigaux authored
The log level rec.request and rpc.response where no longer logged as the webclient no longer uses XMLRPC but JSONRPC instead. Duplicate the logging part from dispatch_rpc to dispatch method of JsonRequest to add rpc logs when using JSON requests. opw 617490
-
Denis Ledoux authored
Once the bank statement reconcilation done, the back button should not come back to Home when it does not found the bank statement list in the breadcrumb history, but simply perform a history_back action, which will come back to the previous action, the statement form for instance. opw-625397
-
David Monjoie authored
Without this fix, the 'Total' line of the pivot view does not display any inventory value, because there is no __domain as we are not asking the inventory value for any specific product.
-
Akash Balar authored
Only admin was able to create product.putaway records. Gives all access to warehouse manager. If a putaway strategy was present on a location, a warehouse user was not able to transfer goods as he had no access to the rule lines (no read to stock.fixed.putaway.strat). Give read access. opw 619774
-
- Jan 12, 2015
-
-
Denis Ledoux authored
Colors were no more applied. colors attribute from tree expects a semicolon separated string, not a dict. Regression introduced during b414e05a
-
Raphael Collet authored
As unaccent() of date fields will not work Fixes #4615
-
Pavel Tysliatski authored
Searching by location in stock.history failed as field name does not exists Fixes #4650
-
David Monjoie authored
-
Erwin van der Ploeg authored
-
Jeremy Kersten authored
-
Jeremy Kersten authored
When comment is created, emails are sent with subject: "Re: False" and footer: "About Forum False". Now, when the post is a comment, we fallback to the name of the parent (the main forum post).
-
youring authored
TTC fonts is widely used in CJK font. Odoo should support ttc fonts recognition.
-
Fabrice Henrion authored
-
Denis Ledoux authored
-
Denis Ledoux authored
Regression introduced with rev. f081a5e4 opw-621989
-
Julien De Coster authored
-
Yannick Tivisse authored
- admin is not follower anymore of all leads created through the contact form. The famous no_subscribe key is added in the context for that purpose. - fixed medium and sales_team of the contact form leads. A bad xml_id + bad use of get_object_reference + bad use of try/catch prevented from having any of those. It now works correctly even if the medium and/or sales team has been deleted. Courtesy of Use Merge: Yannick Tivisse. Reviewed by Use Merge: Thibault Delavallée. I think this commit message is waaaay longer than the commit itself, although I think I will never beat Olivier or Martin. Those two are able to write 3 pages of commit messages when doing a one-line fix. Well, this fix can be tricky to understand but, hey, I am not writing stupid things just to gain some characters. Not my style. Have a good day.
-
- Jan 09, 2015
-
-
Kevin Wang authored
fields received by the fields_get call sometimes have a digit precision. This commit makes sure that it is used when formatting the cells to be displayed.
-
Christophe Matthieu authored
-
Denis Ledoux authored
The view *_acquirer_button being being in noupdate mode, this is possible that the view isn't updated during the migration
-
Alexis de Lattre authored
When generating account.move.line from pos.order, orders with different analytic account should not be groupped in generated lines (possible if inherit _prepare_analytic_account). Add the analytic_account_id in the key to avoid this grouping. Fixes #4602
-
Fabrice Henrion authored
-
Antony Lesuisse authored
-
Antony Lesuisse authored
windows cmd.exe terminal doesnt display them correctly so escape sequences end up uselessly wasting some of the precious 80 char wide screen estate.
-
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
-