mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[REF] change the name of the module.
This commit is contained in:
@@ -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': """
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
@@ -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({
|
||||
/***********************************************************************
|
||||
Reference in New Issue
Block a user