~openerp-community/openerp-web/qoqenator_lp816835

« back to all changes in this revision

Viewing changes to addons/base/static/src/js/list.js

  • Committer: Fabien Meghazi
  • Date: 2011-07-27 08:03:19 UTC
  • Revision ID: fme@openerp.com-20110727080319-nztgq4txu2tt6odq
[REM] Removed reference to view_manager.flags from views. The action flags are merged in View's options constructor argument so we shall not fetch them from view_manager anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
        this.columns = [];
112
112
 
113
113
        this.options = _.extend({}, this.defaults, options || {});
114
 
        this.flags =  this.view_manager.flags || {};
115
114
 
116
115
        this.set_groups(new openerp.base.ListView.Groups(this));
117
116