~unifield-team/unifield-web/us-2156

« back to all changes in this revision

Viewing changes to addons/openerp/static/javascript/form.js

  • Committer: jf
  • Date: 2016-10-25 09:51:48 UTC
  • mfrom: (4807.4.1 unifield-web)
  • Revision ID: jfb@tempo-consulting.fr-20161025095148-ksuumgr4w7ndjs47
US-1647 [FIX] List view: keep approximation when user switches from tree to form view

lp:~fabien-morin/unifield-web/fm-us-1647

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
        'offset': openobject.dom.get(prefix + '_terp_offset').value,
110
110
        'limit': openobject.dom.get(prefix + '_terp_limit').value,
111
111
        'count': openobject.dom.get(prefix + '_terp_count').value,
 
112
        'approximation': openobject.dom.get(prefix + '_terp_approximation').value,
112
113
        'search_domain': jQuery('#_terp_search_domain').val() || null,
113
114
        'search_data': jQuery('#_terp_search_data').val() || null,
114
115
        'filter_domain': jQuery('#_terp_filter_domain').val() || [],