odoo/addons/web/static/src/js
Denis Ledoux a37bad205b [FIX] web: on launching ir_actions_act_window, reset the active_* params if the target is current
This commit is related to 8d49639933 and b88755c431
When hitting buttons of type object, the active_model and active_id(s) were kept, and, therefore, when calling a feature using the active* args, this feature used the active* args from the previous action.
Nevertheless, concerning wizards, the active* args should be indeed the active* args of the previous action, as wizards expects to have the active* args from the previous action. Thus, we reset these active* args only when this is not a wizard (target === 'current')
For example, from a sales order, hit the 'view invoice' button, and on the invoice, hit the 'send by email' button: The active_id in the send by email wizard were the id of the sale order, not of the invoice
2014-05-26 17:05:02 +02:00
..
boot.js [FIX] regression that made the qweb modules be loaded 2 times 2013-08-07 11:54:57 +02:00
chrome.js [FIX]modal: in some particular case, we have 2 actions opening modal one after another, fix problem in those case where second modal was close instead of first one 2014-05-19 14:01:47 +02:00
core.js [MERGE] forward port of branch 7.0 up to revid 5270 chs@openerp.com-20140403084524-9rb174osjrbmhgwc 2014-04-03 10:48:08 +02:00
data.js [MERGE] merge from trunk 2014-04-08 11:08:52 +02:00
data_export.js [FIX] export: make the 'Close' button works fine with modal 2014-04-30 13:56:50 +02:00
formats.js [MERGE] forward port of branch 7.0 up to revid 4162 launchpad_translations_on_behalf_of_openerp-20140318062141-rdiqz2ptnz3qmxd0 2014-03-18 12:27:43 +01:00
openerpframework.js [MERGE] trunk-website-al 2014-01-31 01:52:02 +01:00
pyeval.js [MERGE] [ADD] ways to correctly handle local datetimes in e.g. domains 2014-01-28 14:37:06 +01:00
search.js [MERGE] forward port of branch saas-3 up to revid 9429 chs@openerp.com-20140424123538-rxk9got9k2on1ki1 2014-04-24 15:45:33 +02:00
test_support.js [IMP] Removed old JavaScript module loading system in the 'web' addons. Still has some retro-compatibility for other addons. 2013-08-06 14:50:22 +02:00
testing.js [FIX] remove test commits 2014-03-11 18:35:19 +01:00
view_form.js [MERGE] forward port of branch saas-3 up to revid 9429 chs@openerp.com-20140424123538-rxk9got9k2on1ki1 2014-04-24 15:45:33 +02:00
view_list.js [MERGE] Sync with trunk 2014-04-08 10:37:33 +02:00
view_list_editable.js [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 4171 revid:dle@openerp.com-20140409093422-imrg2hqozf46kj8d 2014-04-09 11:36:16 +02:00
view_tree.js [MERGE] point_of_sale: various fixes and improvements 2013-09-11 17:59:21 +02:00
views.js [FIX] web: on launching ir_actions_act_window, reset the active_* params if the target is current 2014-05-26 17:05:02 +02:00
watch.js [FIX] Add prototype watch in js object. That will allow to listen change on some library for example. It's used to know if jquery is overrided by an external script. 2014-04-14 16:58:02 +02:00