In Odoo 14, how can I make a field dynamically repeat what is typed in another field.
Having field A and field B, when typing in field A,
automatically in field B the information is dynamically repeated.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
In Odoo 14, how can I make a field dynamically repeat what is typed in another field.
Having field A and field B, when typing in field A,
automatically in field B the information is dynamically repeated.
Hi,
You can achieve this using onchange function, or by making a compute field or by a related field.
Using a relate d field will be easier here.
Sample:
field_1 = fields.Char(string="Test")
field_2 = fields.Char(string="Test 2", related='field_1')
For Reference
Thanks
Thanks! but , We need it to be dynamic, character by character, similar to this JS example "https://codepen.io/burntcaramel/pen/YGJXAb"
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
0
مايو 22
|
2175 | ||
|
1
فبراير 22
|
3944 | ||
|
0
أكتوبر 21
|
1876 | ||
|
1
مارس 23
|
2264 | ||
|
0
أبريل 22
|
2342 |