some fields have select=True in python object or in form view of that object. thats why other fields are added in search widget.
Select attribute is taken from database table ir_model_fields and when you change the view from client side database is not updated. so you need to change the base code and restart the server with "-u module_name -d database_name" options to get field in search area. ------------------------ -- Regards, Husen Daudi, OpenERP=Easier, Addaptable, Affortable, Modular _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
