odoo/addons/web_kanban
Nicolas Lempereur a904645696 [FIX] web_kanban: race when loading view_form
When the view form is loaded passing by the kanban list, the kanban
dataset data could be loaded after the view form is displayed.

When going manually to the view form, the human is usually enough slow
so the dataset ids are already loaded, but when loading directly the
view form (for example an "Edit" link from a record on the website or a
refresh) it can not be. For example on runbot the issue happened more or
less 50% of the time, and on localhost 90% of the time.

closes #7525
opw-642636
2015-07-13 11:45:10 +02:00
..
i18n [I18N] Update translation terms from Transifex 2015-07-12 01:51:44 +02:00
static/src [FIX] web_kanban: race when loading view_form 2015-07-13 11:45:10 +02:00
views [IMP] bundlify rest of web addons 2014-04-24 18:57:35 +02:00
__init__.py [IMP] factorize view/load part2 addons 2011-09-07 01:08:59 +02:00
__openerp__.py [IMP] bundlify web client 2014-04-24 11:25:20 +02:00