Hello I have a category_id field which is a many2one field and in the category table I have a category name field and I am importing the category from an excel file. but I want to create category data only when there is no same value in the category table otherwise simply select that category in category_id.
how can i achieve this..