opt scm , add stock line

This commit is contained in:
ivan deng
2019-08-17 19:02:38 +08:00
parent 0abebf9b93
commit 793172a34a

View File

@@ -133,7 +133,7 @@ odoo.define('app_odoo_customize.UserMenu', function (require) {
}, },
//增加的方法 //增加的方法
_onMenuDebug: function () { _onMenuDebug: function () {
window.location = $.param.querystring(window.location.href, 'debug'); window.location = $.param.querystring(window.location.href, 'debug=1');
}, },
_onMenuDebugassets: function () { _onMenuDebugassets: function () {
window.location = $.param.querystring(window.location.href, 'debug=assets'); window.location = $.param.querystring(window.location.href, 'debug=assets');