mirror of https://github.com/OCA/web.git
[REF] change description in the __openerp__.py file.
parent
72b8dc3ba1
commit
aac6734c3c
|
@ -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',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue