Provider Name in OpenERP

On the Sales Order, Provider Name is a Text field. Is there any way to make it drop down with prefilled provider names already defined in OpenMRS?

Any help?

Though Bahmni does not sync Providers with OpenERP there could be a way to implement this

  1. Create Providers as “Supplier” or “Consultancy” type through Customer creation
  2. Modify the Model - Settings->Database Structure->Models->Search for sale.order Add Custom Field type manytoone with objectrelation to res.partner.
  3. Modify the View - Settings->User Interface->Views->Search for sale.order and edit the view with external id sale.view_order_form to add the above field at the appropriate location with context “Supplier” or “Consultancy” depending on selection in Step 1