This commit is contained in:
ivan deng
2017-08-19 12:50:12 +08:00
parent 484c217518
commit 67dd68b4ae
754 changed files with 0 additions and 824 deletions

View File

@@ -1,12 +0,0 @@
odoo.define('app_system_name', function (require) {
"use strict";
var WebClient = require('web.WebClient');
WebClient.include({
init: function() {
this._super.apply(this, arguments);
this.set('title_part', {"zopenerp": document.title});
}
});
});