Hello forum,
i'm very new in developing odoo (odoo 9) and one of my first tries is to make the phone number of my partners searchable.
My first try was like this:
from openerp import models,
fieldsclass App_phone(models.Model):
_name = 'res.partner'
_inherit = 'res.partner'
phone = fields.Char(index=True)
and of course this did not work out.
how i a change a existing field like phone to make it searchable?
With the debug-mode it is not possible
Thanks a lot
You need to set filter of phone no ?
yes that's right
okay not only filter i want to use the search-field to find contacts in a fast way while you tip in the phone number