[FIX] analytic_contract_expense_project: removed empty certificate entry from descriptor file (which cause the unique constraint to be impossible to add).

bzr revid: vmt@openerp.com-20120627092535-va6fuhc3o65te8u9
This commit is contained in:
Vo Minh Thu 2012-06-27 11:25:35 +02:00
parent 6c0bdc167b
commit 3b8573f7ce
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ This module is for modifying project view to show some data related to the hr_ex
],
'installable': True,
'auto_install': True,
'certificate': '',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: