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

pull/1592/head
Sylvain LE GAL 2014-03-08 00:37:39 +01:00 committed by Alexey Pelykh
parent 72b8dc3ba1
commit aac6734c3c
1 changed files with 19 additions and 20 deletions

View File

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