Browse Source

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

pull/4/head
Sylvain LE GAL 11 years ago
parent
commit
110eafa8a7
  1. 7
      web_widget_float_formula/__openerp__.py

7
web_widget_float_formula/__openerp__.py

@ -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': [],
'update_xml': [],
'demo_xml': [],
'data': [],
'demo': [],
'js': [ 'js': [
'static/src/js/models.js', 'static/src/js/models.js',
], ],

Loading…
Cancel
Save