08.02.26
This commit is contained in:
@@ -11456,9 +11456,11 @@ var Sao = {
|
|||||||
.on('dragover', false)
|
.on('dragover', false)
|
||||||
.on('drop', this.attach_drop.bind(this));
|
.on('drop', this.attach_drop.bind(this));
|
||||||
|
|
||||||
// if (this.screen.model_name === 'purchase.dashboard') {
|
console.log('title',this.title)
|
||||||
// toolbar.hide();
|
console.log('name',this.name)
|
||||||
// }
|
if (this.title === 'Bought') {
|
||||||
|
toolbar.hide();
|
||||||
|
}
|
||||||
return toolbar;
|
return toolbar;
|
||||||
},
|
},
|
||||||
create_tabcontent: function() {
|
create_tabcontent: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user