I want to customize the onclick Javascript action for the form of the model stock.picking. What is the easiest way to do this
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
2
Replies
13947
Tampilan
Hello Jan,
Add code in your js file
/**window.alert("Page is Reload");**/
odoo.define('Module.js file name', function (require) {
"use strict";
var form_widget = require('web.form_widgets');
var core = require('web.core');
var _t = core._t;
var QWeb = core.qweb;
form_widget.WidgetButton.include({
on_click: function() {
if(this.node.attrs.custom === "click"){
//code //
return;
}
this._super();
},
});
});
and define into your xml file :
<button name="java_script" string="Java Script" type="object" custom="click"/>
There java_script is my function name which one define in .py file.
I hope it's help you
Thanks
How can i accomplish this on Version 12 .
Somehow the module web.form_widgets does not exist in this version.
Thanks in advance.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Mar 17
|
8487 | ||
|
1
Jul 25
|
4815 | ||
|
0
Jul 25
|
311 | ||
|
0
Jun 25
|
524 | ||
How to use multi label switching interface in Odoo
Diselesaikan
|
|
1
Jun 25
|
728 |