~openerp-community/openerp-web/qoqenator_lp816835

« back to all changes in this revision

Viewing changes to addons/base/static/src/js/form.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:
32
32
        this.ready = false;
33
33
        this.show_invalid = true;
34
34
        this.touched = false;
35
 
        this.flags = this.view_manager.flags || {};
36
35
        this.default_focus_field = null;
37
36
        this.default_focus_button = null;
38
37
        this.registry = openerp.base.form.widgets;