I have two fields: language and level, I need to implement a behavior similar to the one in the attached image, where when choosing the language and its level they are added at the bottom as a label and the record is saved in the database, language -level. I thank you all.
Asked
Active
Viewed 26 times
1

Luis Muskus
- 23
- 3
-
1You can use a `Many2many` field with `many2many_tags` widget – Kenly Apr 30 '23 at 09:12
-
thnks, i´ll try, the Many2many field must be a concatenation of the language and level fields – Luis Muskus May 02 '23 at 18:08