[REF] change the name of the module.

This commit is contained in:
Sylvain LE GAL
2014-02-21 13:47:03 +01:00
parent beefba7201
commit c8d9c49821
4 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
# See Copyright and Licence Informations undermentioned.
################################################################################
{
'name': 'Mathematic Formulas in Float fields',
'name': 'Web Widget - Formulas in Float fields',
'version': '1.0',
'category': 'web',
'description': """

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -2,7 +2,7 @@
See __openerp__.py file for Copyright and Licence Informations.
*******************************************************************************/
openerp.web_field_float_compute = function (instance) {
openerp.web_widget_float_formula = function (instance) {
instance.web.FormView = instance.web.FormView.extend({
/***********************************************************************