[IMP] note: update the module's descriptor

bzr revid: abo@openerp.com-20120817132738-dgvgd3in70ylthwm
This commit is contained in:
Antonin Bourguignon 2012-08-17 15:27:38 +02:00
parent 9cdca22ebc
commit 2045fa1bbc
1 changed files with 5 additions and 8 deletions

View File

@ -19,34 +19,30 @@
#
##############################################################################
{
'name': 'Notes',
'version': '0.1',
'category': 'Tools',
'description': """
This module allows users to create their own notes inside OpenERP
==============================================================================
=================================================================
With this module you can allow users to take notes inside OpenERP.
These notes can be shared with OpenERP or external users.
They also can be organized following user dependant categories.
They also can be organized following user dependant categories.
Notes can be found in the 'Home' main menu, under 'Tool' submenu.
""",
'author': 'OpenERP SA',
'website': 'http://openerp.com',
'depends': ['base_tools','mail','pad'],
'init_xml': [],
'update_xml': [
'data': [
'security/note_security.xml',
'security/ir.model.access.csv',
'note_view.xml',
],
'demo_xml': [
'demo': [
"note_data.xml"
],
'test':[
],
'css': [
'static/src/css/note.css',
],
@ -55,4 +51,5 @@ Notes can be found in the 'Home' main menu, under 'Tool' submenu.
'category': 'Tools',
'images': [],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: