Auto Complete Textbox Many2One in GTK

Asked by stone.wu

Is there any Auto Complete Textbox Many2One feature in GTK version?

i mean auto complete textbox for many2one textbox like on web version
https://dl.dropbox.com/u/20066282/AutoCompleteTextbox.png

so whenever user click words in the textbox
system will automatically show list of the related typed keywords
so that user dont need to remember the name exactly
and can be easily got what they want and do their work faster in their daily operation

please help me

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Server (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
stone.wu
Solved:
Last query:
Last reply:
Revision history for this message
Naresh(OpenERP) (nch-openerp) said :
#1

yes, just use the attribute "completion=True" on the many2one field declated in your xml.

Thanks,
Naresh

Revision history for this message
stone.wu (sutono-wu) said :
#2

Hi Naresh,

it's working...

tq so much... ^^