/web/static/src/js/views/form_widgets.js


改写:
instance.web.form.FieldBinary.include({
        init: function(field_manager, node) {
            var self = this;
            this._super.apply(this, arguments);
            this.max_upload_size = 120 * 1024 * 1024;
        }
    }
);

 

相关文章:

  • 2022-02-18
  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
  • 2021-11-14
  • 2021-11-14
  • 2021-06-09
猜你喜欢
  • 2021-11-14
  • 2022-02-10
  • 2021-12-28
  • 2021-12-01
  • 2021-11-14
  • 2021-07-28
  • 2022-01-03
相关资源
相似解决方案