odoo/addons/web
Denis Ledoux 1d76586a1b [FIX] web: context lang & active* in action buttons
This reverts rev. 9f9e7ef0e1

As explained in 9f9e7ef0e1,
if a field "lang" is present in the view, clicking in any action item
in the more menu leaded for the action title to be translated
in the lang value of the form, such as in the partner form.

9f9e7ef0e1 fixed the issue,
but has as side-effect to not update correctly the active* keys.
So, if "active_id" was used in the context of the action button,
and the active_id was set in the dataset context, for example
because you come from another form, trough another action button
(For instance, Customers > Opportunities > Logged Calls),
the active_id was not updated with the current id of the record.

opw-620293
opw-617321
fixes #3462
2015-02-09 17:53:11 +01:00
..
cli [FIX] test_js typo 2012-12-09 05:30:15 +01:00
controllers [FIX] web: context lang & active* in action buttons 2015-02-09 17:53:11 +01:00
doc [IMP] PNG recompression 2013-06-05 14:43:27 +02:00
i18n [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
static [FIX] web: context lang & active* in action buttons 2015-02-09 17:53:11 +01:00
tests [FIX] test: correct Mock of search_read 2014-01-23 18:08:36 +01:00
__init__.py minor fixes 2012-12-19 03:49:46 +01:00
__openerp__.py [FIX] correctly handle group_by_no_leaf when no grouping applied 2013-04-16 11:23:44 +02:00
http.py [FIX]Refixed the issue of oe_sessions_effectiveusername storage in temp, used geteuid which returns effective user id. 2013-05-30 14:38:14 +05:30
session.py [IMP] clean permissions and shebang in files 2013-05-14 12:37:36 +02:00