odoo/addons/web/static
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
..
lib [FIX] web: manual update of select2 lib to 3.5.1 version 2014-10-02 15:41:55 +02:00
src [FIX] web: avoid force_reload in list editable 2014-10-03 11:41:00 +02:00
test [FIX] web: avoid force_reload in list editable 2014-10-03 11:41:00 +02:00