[REF] change description in the __openerp__.py file.

pull/4/head
Sylvain LE GAL 2014-03-08 00:37:39 +01:00
parent d6483bbc9f
commit 110eafa8a7
1 changed files with 19 additions and 20 deletions

View File

@ -7,7 +7,7 @@
'version': '1.0', 'version': '1.0',
'category': 'web', 'category': 'web',
'description': """ 'description': """
Allow to write simple mathematic formules in Integer / Float fields Allow to write simple mathematic formulas in Integer / Float fields
=================================================================== ===================================================================
Functionnalities: Functionnalities:
@ -47,9 +47,8 @@ Contacts :
'depends': [ 'depends': [
'web', 'web',
], ],
'init_xml': [], 'data': [],
'update_xml': [], 'demo': [],
'demo_xml': [],
'js': [ 'js': [
'static/src/js/models.js', 'static/src/js/models.js',
], ],