odoo/addons/web/static/src
Martin Trigaux cb30783aba [FIX] web: avoid force_reload in list editable
When creating a new record in list editable, due to previous commit 6349048, the load_record was called twice and the first record of the current list view (self.dataset.index) was used to fill the new record.
With this, we make sure a new record is indeed created.
Fix the web test to have a default_get call in mock models and increase the number of default_get assertions (for creations in list editable, the default_get is then called twice, not optimal but due to the absence of distinction between empty datarecord and filled with default values).
2014-10-03 11:41:00 +02:00
..
css [FIX] css: overflow-x: auto should be on modal-body 2014-09-24 17:40:21 +02:00
font [IMP] clean permissions and shebang in files 2013-05-14 12:37:36 +02:00
img [IMP] compress *logo*.png with pngquant 2014-09-16 19:54:59 +02:00
js [FIX] web: avoid force_reload in list editable 2014-10-03 11:41:00 +02:00
xml [FIX] web: about odoo: correct bootstrap structure inside the modal 2014-09-11 11:55:30 +02:00