Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
4480 Tampilan

Am using Odoo10 customized in file web\static\src\js\views\form_view.js as below method:

  form_view.js

      odoo.define('web.FormRenderingEngine', function (require) {

       "use strict";

       process_group: function($group) {

              // custom Code

      }

   });

Am extending this file like as mention below: 

var FormRenderingEngine = require('web.FormRenderingEngine');

return FormRenderingEngine.extend({

  process_group: function($group) {   // custom Code

}

}};

.extend or include doesn't work.

please anyone help me to resolve this. 

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Des 17
4021
1
Jun 24
1226
1
Jan 20
7913
0
Nov 19
3675
6
Agu 19
4474