odoo/addons/web/static/src
Xavier Morel b87102f22e [FIX] Inject user context in all domain and context evaluation
Custom keys from user context may be used in action contexts (not just
e.g. searchview filters). For instance, have a custom key
context_salesteam (in the user model) and an action defining some
search default as a function of the salesteam.

In that case, the action's context evaluation (view.js:~275) will blow
up.

Ensure that does not happen.

Note: eval_contexts already injects user_context in the reduction of
contexts to evaluate. It should be possible to alter the reduction
function to avoid having to inject instance.session.user_context
through pyeval.context(), maybe by _.extend-ing ``result_context``
into ``evaluation_context`` at the *top* of the reduction function
rather than at its bottom?

bzr revid: xmo@openerp.com-20130128130640-ksyvxvx6rlc4820n
2013-01-28 14:06:40 +01:00
..
css [FIX] hit box of menu items is large and can sometimes overflow the page content on its right.--fixes:lp1098574 2013-01-15 15:51:41 +05:30
font Improved view switcher icons 2012-05-11 17:42:48 +02:00
img [IMP] image if no logo 2012-12-15 22:55:59 +01:00
js [FIX] Inject user context in all domain and context evaluation 2013-01-28 14:06:40 +01:00
xml [FIX]Fixed the issue of sum aggregates not displayed on one2many footer. 2013-01-24 17:37:27 +05:30