This commit is contained in:
2026-02-08 11:23:38 +01:00
parent 11b8f8ccbd
commit ce1be14602

View File

@@ -11456,9 +11456,11 @@ var Sao = {
.on('dragover', false)
.on('drop', this.attach_drop.bind(this));
// if (this.screen.model_name === 'purchase.dashboard') {
// toolbar.hide();
// }
console.log('title',this.title)
console.log('name',this.name)
if (this.title === 'Bought') {
toolbar.hide();
}
return toolbar;
},
create_tabcontent: function() {