update name and css

This commit is contained in:
ivan deng
2017-08-19 12:36:46 +08:00
parent 0ba047d178
commit f31f466f3e
509 changed files with 189 additions and 170 deletions

View File

@@ -0,0 +1,12 @@
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});
}
});
});