bzr revid: apa@tinyerp.com-20120410124414-lpr8pciqso1hs5pj
This commit is contained in:
Amit Patel (OpenERP) 2012-04-10 18:14:14 +05:30
parent 2d8773b569
commit 169c8f829c
2 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,6 @@ openerp.project_issue = function(openerp) {
if(this.view.dataset.model == 'project.project') {
if(this.record.task.raw_value && this.record.issues.raw_value)$(this.$element).find('.click_button').attr('data-name','open_tasks');
if(!this.record.task.raw_value && this.record.issues.raw_value)$(this.$element).find('.click_button').attr('data-name','open_issues');
//if(!this.record.task.raw_value)$(this.$element).find('.click_button').attr('data-name','dummy');
};
}