Improve the Title

bzr revid: tta@openerp.com-20120509134200-byd11lj0eokr6gpy
This commit is contained in:
Tejas Tank 2012-05-09 19:12:00 +05:30
parent 9241bce415
commit 195cb2811d
2 changed files with 2 additions and 1 deletions

View File

@ -2930,6 +2930,7 @@ instance.web.form.One2ManyListView = instance.web.ListView.extend({
_template: 'One2Many.listview',
do_add_record: function () {
if (this.options.editable) {
console.log("this.options :: ",this.options);
this._super.apply(this, arguments);
} else {
var self = this;

View File

@ -730,7 +730,7 @@ instance.web.Sidebar = instance.web.Widget.extend({
var view = this.getParent();
this.sections = [
{ 'name' : 'print', 'label' : _t('Print'), },
{ 'name' : 'files', 'label' : _t('Attachement'), },
{ 'name' : 'files', 'label' : _t('Attachment'), },
{ 'name' : 'other', 'label' : _t('More'), }
];
this.items = {