- Nov 28, 2014
-
-
Sebastien Versaille authored
Explicitly specifiy that quantities are in product uom
-
Amit Vora authored
a blog will receive notifications only for published posts. They will not receive all comments of all posts anymore. When commenting a post users will receive the answers. Added tests to try to test this behavior.
-
Géry Debongnie authored
requested by fp. the filter is wrong and not very useful from a functional viewpoint.
-
Denis Ledoux authored
This fix is related to c12a2e1d Mutex allow to wait sequentially for mutex Besides, if one of the onchanges deferreds fails, it does not resolve the mutex until all deferreds of the mutex are resolved. Besides, we now wait for the onchanges mutex between each field commited value (line 596) in case the commited value leaded to a new onchanges, that we should wait for before commiting the rest of the values.
-
Akash Balar authored
- better many2one ondelete strategies - domain set on fields, not views - added domain on analytic_account_id field
-
Arthur Maniet authored
-
- Nov 27, 2014
-
-
Christophe Simonis 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
-
- 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
-
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
-
Tymoteusz Motylewski authored
public_categ_ids field was moved to product.template object
-
Martin Trigaux authored
-
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
-
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
-
-
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
-
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
-
Denis Ledoux authored
website introduces two new stored function fields, which depend on the attachment data The thing is, these two fields are pertinent for website attachments only Therefore, we avoid to read the datas field when the attachment is not a website attachment(when not needed), as this is the most costly field to read
-
Géry Debongnie authored
The issue is that when a default searchview is requested, it is initialized without its view_id. Result: debug mode can't edit the search view. This commit makes sure that when the field_view_get is received, the correct view_id is set.
-
Martin Trigaux authored
-
- Nov 24, 2014
-
-
Josse Colpaert authored
-
Olivier Dony authored
Complements bde1a443
-
Denis Ledoux authored
This reverts commit 436bbb0a. The many2many widget is usefull, as it allows to select an existing picking instead of creating a new one when clicking add an item from the list
-
Denis Ledoux authored
As it sets the standard_price field, which is defined on product templates only: setting the standard price of a product variant will lead to set the standard price to all the variants of the product template. There is therefore no meaning to compute and set the standard price of product variants according to the boms
-