How to create a drop down list field that allows user to "Create and Edit"? Can anyone help me.
I created a drop downlist field with [('a','A'),('b','B')]. But I want to allow the user to "Create and Edit". Can anyone help me? Thanks in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How to create a drop down list field that allows user to "Create and Edit"? Can anyone help me.
I created a drop downlist field with [('a','A'),('b','B')]. But I want to allow the user to "Create and Edit". Can anyone help me? Thanks in advance.
Hello Ken Kasai,
The functionality you are looking for is of many2one field, so you cannot achieve this with selection field.
I would suggest to create another object and create many2one field of that object in your object.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up