[FIX] note: forgot to add note_data.xml to the descriptor

bzr revid: abo@openerp.com-20120817151312-4y2mdrimw8xu4uhy
This commit is contained in:
Antonin Bourguignon 2012-08-17 17:13:12 +02:00
parent 9a7cc1436d
commit b34138bbeb
1 changed files with 7 additions and 3 deletions

View File

@ -34,20 +34,24 @@ Notes can be found in the 'Home' main menu, under 'Tool' submenu.
""",
'author': 'OpenERP SA',
'website': 'http://openerp.com',
'depends': ['base_tools','mail','pad'],
'depends': [
'base_tools',
'mail',
'pad',
],
'data': [
'security/note_security.xml',
'security/ir.model.access.csv',
'note_data.xml',
'note_view.xml',
],
'demo': [
"note_demo.xml",
'note_demo.xml',
],
'css': [
'static/src/css/note.css',
],
'installable': True,
'application': True,
'category': 'Tools',
}