How can i put the below javascript value into above odoo field name question
<form>
<group>
<field name="question" />
<html>
<p style="color:red">Asif html</p>
<input type="text" value="" id="mySelect" onchange="myFunction()"/>
<p id="demo"></p>
<script>
function myFunction() {
var x = document.getElementById("mySelect").value;
document.getElementById("demo").innerHTML = "You selected: " + x;
}
</script>
</html>
</group>
</form>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
5552
查看
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
0
8月 23
|
194 | ||
|
1
2月 22
|
2565 | ||
|
0
2月 18
|
6286 | ||
|
1
11月 24
|
1387 | ||
|
1
9月 23
|
4326 |