|
@@ -78,6 +78,9 @@ openerp.custom_project = function(instance) {
|
|
if (self.dataset.model == 'project.task') {
|
|
if (self.dataset.model == 'project.task') {
|
|
this.hide_menu();
|
|
this.hide_menu();
|
|
}
|
|
}
|
|
|
|
+ if( self.dataset.model == 'project.project'){
|
|
|
|
+ self.$el.find('.oe_kanban_column_cards').css('margin-left', '6% !important');
|
|
|
|
+ }
|
|
}
|
|
}
|
|
});
|
|
});
|
|
instance.web_kanban.KanbanView.include({
|
|
instance.web_kanban.KanbanView.include({
|
|
@@ -92,6 +95,7 @@ openerp.custom_project = function(instance) {
|
|
//
|
|
//
|
|
// self._super.apply(self, arguments);
|
|
// self._super.apply(self, arguments);
|
|
// if (self.dataset.model == 'project.project') {
|
|
// if (self.dataset.model == 'project.project') {
|
|
|
|
+ //
|
|
// this.set_background();
|
|
// this.set_background();
|
|
// }
|
|
// }
|
|
// },
|
|
// },
|