|
@@ -7,7 +7,7 @@ odoo.define('mass_editing.mass_editing', function (require) {
|
|
|
/**
|
|
|
* parse the server values to javascript framwork
|
|
|
*
|
|
|
- * @param {[string]} fieldNames
|
|
|
+ * @param {[String]} fieldNames
|
|
|
* @param {Object} element the dataPoint used as parent for the created
|
|
|
* dataPoints
|
|
|
* @param {Object} data the server data to parse
|
|
@@ -46,4 +46,4 @@ odoo.define('mass_editing.mass_editing', function (require) {
|
|
|
},
|
|
|
});
|
|
|
|
|
|
-});
|
|
|
+});
|