[FIX] note: add dependance to base_calendar

bzr revid: abo@openerp.com-20120820162716-wfczdudtaa03uh79
This commit is contained in:
Antonin Bourguignon 2012-08-20 18:27:16 +02:00
parent c23bd0cf01
commit 1fec472ce1
1 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,7 @@ Notes can be found in the 'Home' main menu, under 'Tool' submenu.
'author': 'OpenERP SA',
'website': 'http://openerp.com',
'depends': [
'base_calendar',
'base_tools',
'mail',
'pad',
@ -52,7 +53,8 @@ Notes can be found in the 'Home' main menu, under 'Tool' submenu.
'static/src/css/note.css',
],
'installable': True,
'category': 'Tools',
'application': True,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: