odoo/addons/web/static/src/js
Denis Ledoux a8f94a59cd [FIX] web: scroll handling for many2one selection
If the many2one selection height was too big (bigger than the browser page), it wasn't possible to see all options, because the body is set as overflow: hidden;

Moreover, if you opened a many2one selection and then scrolled the page, the selection moved with the scrolling, while it should be sticked to its input field
2014-12-09 14:41:26 +01:00
..
boot.js [IMP] Include openerpframework in common assets. Add module list in bundle 2014-05-12 17:18:12 +02:00
chrome.js [FIX] web: force company_logo change on company change 2014-11-27 15:21:25 +01:00
core.js [FIX] web: remove enforceFocus method from bootstrap modal since it is conflicting with other non bootstrap element 2014-10-23 15:04:59 +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 [FIX] point_of_sale: correctly handle the rounding when the unit's rounding is set to zero 2014-11-11 16:18:27 +01:00
openerpframework.js [FIX] web: cors rpc calls were missing the session cookie, resulting in new sessions being created for every call 2014-10-27 12:28:47 +01:00
pyeval.js [ADD] pyeval: date.replace method 2014-12-02 16:59:24 +01:00
search.js [FIX] web: m2o search facet do no set `default_*` context key for "name_search" values 2014-11-27 17:06:48 +01: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.js: popover position when scrolling down 2014-12-08 17:16:22 +01:00
view_form.js [FIX] web: scroll handling for many2one selection 2014-12-09 14:41:26 +01:00
view_list.js [MERGE] forward port of branch 8.0 up to 31a01ea 2014-12-03 19:24:57 +01: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 [MERGE] forward port of branch saas-3 up to f7a76cb 2014-11-04 18:05:58 +01: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