hi all,
I am creating a model which will select name from contacts (res.partner), had a field type Many2one which point to 'res.partner' but when created a view on it, it is showing a grid (tree view) for that.
1) how i can restrict it to behave like other Many2one fields ( just open a combo list )
2) name field copy the name field from res.partner and store
2) how i can add demain filter for its category_id (Tags) to select from only a particular category_id (Tag) list
please help.
regards
py file:
Can you attach a screenshot of your current UI