_# jeffery # focus on Odoo and other open source IT solutions # IT基础架构资深专家,开源解决方案专家,odoo资深专家__Q:913547235 讨论群397750860

请问如何突破”所选文件超出了文件的最大值设定:25.00 Mb“限制

   

警告消息

   

   

   

这个限制 并没有 设置项, 必须 修改 源码才可以。

   

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

   

   

找到上图标出 的 行数

   

改行 改为

   

this.max_upload_size = 4 * 25 * 1024 * 1024; // 25Mo 变更为 100Mb

   

   

   

posted on 2016-04-29 22:17  odoouse  阅读(1300)  评论(0编辑  收藏  举报

导航

_# jeffery # focus on Odoo and other open source IT solutions # IT基础架构资深专家,开源解决方案专家,odoo资深专家