- Nov 27, 2014
-
-
Denis Ledoux authored
For instance, when a context was passed to a method, but no lang was defined in the context, it did not tried to fallback to other places where we could have find the user language.
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Xavier Morel authored
-
Xavier Morel authored
-
Xavier Morel authored
-
Denis Ledoux authored
In graph views, fields from the pivot table were not translated in the user language We pass the context, containing the user language, to fields_get in order to get the translation This is also done by the search view, in search.js line 1978 at this rev. opw-616713
-
Denis Ledoux authored
In multi company environment, the company logo was not updated on company change in the user preferences This disrupted the end user, as he might think the company change did not happen.
-
Will Stott authored
-
David Monjoie authored
Without this fix, if you have a new view in a module with active=False, the active tag will be ignore when upgrading the module because of 'update' mode, and the view will be activated by default !
-
- Nov 26, 2014
-
-
Olivier Dony authored
Incorrect use of stock.move in product module + needs review. This reverts commit 42f51140: "[IMP] When no stock moves, change whatever you want, otherwise no change at all for UoM. #3440 Enhancement request richard-willowit"
-
Josse Colpaert authored
[IMP] When no stock moves, change whatever you want, otherwise no change at all for UoM. #3440 Enhancement request richard-willowit The default UoM can only be changed when there are no stock moves (or only cancelled ones), but to any category. The purchase UoM can be changed whenever you want, but has to be in the same category as the default UoM. Closes #3440 [IMP] When no stock moves, change whatever you want, otherwise no change at all for UoM. #3440 Enhancement request richard-willowit [FIX] Remove line [FIX] Constraint should be applied when UoM or PO UoM is changed
-
Jeremy Kersten authored
[FIX] website_forum: Forum, use old API in v8. forum was not a browse record, so we need to re-browse. Tags: Force to delete tag. Before old tag deleted was not removed from relation, Now we use a 6 to force the update, followed by 0 to create.
-
Denis Ledoux authored
Otherwise, in some cases, the categ_sequence can be set to null, which is not ordered the same way than 0, and you won't be able to sort lines with null and 0 as categ_sequence between each others
-
Maria G authored
Used to be rounded to integer while the field is a float. Fixes #3526
-
Frédéric van der Essen authored
POS is loading all partners, not only customers
-
Mario Arias Badila authored
Replaced domain functions with literals where there are only constants
-
Edy Kendengis authored
-
Christophe Matthieu authored
When adding informational attribute, with only one possible value, it used to be skipped. Instead keep it and add it on every variant. To avoid dropping and recreating product (and lose eventual customisations), the attributes with only one possible value are set on every product. This makes sure that in following test, these are not considered in variants_inactive variable. Fixes #3204
-
Somesh Khare authored
[Fix] ir_translation: fix the problem of base_field object has no attribute model (Maintenance Case:618054) Fixes #3859
-
Tymoteusz Motylewski authored
public_categ_ids field was moved to product.template object
-
Martin Trigaux authored
-
happyraul authored
closes #3594
-
Arthur Maniet authored
-
Holger Brunn authored
-
Arthur Maniet authored
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
Arthur Maniet authored
[FIX] account: bank statement reconciliation widget: disable buttons which trigger RPC calls until done
-
Paul Chater authored
closes #3874
-
hiekmann authored
closes #3557
-
Martin Trigaux authored
It is present in mrp declaration but was not in mrp_production which was problematic if another module inherit as well from action_produce_end.
-
- Nov 25, 2014
-
-
Antony Lesuisse authored
updated deb-repository URL
-
Denis Ledoux authored
[FIX] website: the attachment creation improvment of a3e57806 must be done on res_model instead of type
-
Martin Trigaux authored
Setting 0.0001 as precision used to be converted to 9.999999999999999e-05 precision_digits of 6 is the precision of the field 'rounding' on res.currency Fixes #3875
-
Olivier Dony authored
This is safer to avoid inadvertently dropping customizations, and does not impact the normal update/uninstall process, which is based on the dependency order.
-
Denis Ledoux authored
I avoid to change external ids, in case some custom/community modules use it in their own tests
-
Arthur Maniet authored
- find a move line whose amount exactly matches the bank statement line amount even if it has no partner - properly handle multicurrency - if there's no exact match, look for a set of move line whose amount is <= to the statement line's amount
-
Jeremy Kersten authored
[FIX] survey: Was browsing a browse record, useless and traceback... https://github.com/odoo/odoo/issues/2383
-