odoo/addons/web/static/src/js
Géry Debongnie e6a2d222d6 [FIX] correctly expand many2ones in autocompletion
The ManyToOneField widget evaluated the domain before doing a name_search,
but the domain should not be evaluated client side, because it can only
be static at that point. It caused crash in autocompletion because
some variables could not be found in the context (see stage_id in
project.task for example)
2014-09-18 11:04:01 +02:00
..
boot.js [IMP] Include openerpframework in common assets. Add module list in bundle 2014-05-12 17:18:12 +02:00
chrome.js [MERGE] forward port of branch saas-5 up to 7eab880 2014-09-15 14:00:02 +02:00
core.js [FIX] web: tooltip container set to body in all case 2014-08-05 13:57:49 +02:00
data.js [MERGE] forward port of branch saas-5 up to 7eab880 2014-09-15 14:00:02 +02:00
data_export.js [MERGE] Forward-port saas-3 up to b9275da 2014-08-13 17:33:12 +02:00
formats.js [MERGE] Forward-port of 7.0 bugfixes up to e2201369a3 2014-06-24 13:56:51 +02:00
openerpframework.js [ADD] openerp.loadBundle() 2014-05-06 12:36:49 +02:00
pyeval.js [FIX] web: fixes issues with custom filters and search view 2014-09-15 09:52:34 +02:00
search.js [FIX] correctly expand many2ones in autocompletion 2014-09-18 11:04:01 +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 [IMP] Convered qunit test suite to template 2014-04-28 20:24:51 +02:00
tour.js [FIX] tour: display username in log for point of sale module 2014-08-20 17:54:10 +02:00
view_form.js [FIX] web: failing onchanges should not prevent to save 2014-09-08 18:27:05 +02:00
view_list.js [ADD] doc: new documentation, with training tutorials, and new scaffolding 2014-08-22 17:51:20 +02:00
view_list_editable.js [MERGE] forward port of branch saas-5 up to 39bee35 2014-08-20 20:33:17 +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: invoke fields_view_get with kwargs instead of positional args 2014-09-09 17:13:14 +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