odoo/addons/web/static
Nicolas Martinelli e5f184fe6d [FIX] web: context/domain in move line tree
DO NOT FORWARD-PORT: the functionality is not used anymore in v9

Commit aaf9badb filters the returned ids by keeping the domain in the
request. However, `this.dataset.domain` might be empty, while
`self.dataset.get_domain()` will retrieve it from the model.

Since `get_domain` is not always defined on the dataset, we keep
`this.dataset.domain` as a fallback. The fix is not great, and a better
solution should be found in master branch when the web refactoring is
done.

opw-666755
2016-02-19 13:21:41 +01:00
..
lib [FIX] web: datejs Spanish long format 2015-12-09 08:56:00 +01:00
src [FIX] web: context/domain in move line tree 2016-02-19 13:21:41 +01:00
test [FIX] py.js: unhandled prefix `not` 2015-11-19 13:54:26 +01:00