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:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
5931
화면
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
8월 23
|
194 | ||
|
1
2월 22
|
2987 | ||
|
0
2월 18
|
6630 | ||
|
1
11월 24
|
1951 | ||
|
1
9월 23
|
5074 |