skilld-labs / go-odoo

Golang wrapper for Odoo API
Apache License 2.0
86 stars 63 forks source link

replaced selection type to interface{} instead of string #10

Closed ahuret closed 6 years ago

ahuret commented 6 years ago

Actually selection type on odoo was translate by a string on go-odoo. But it was a bug cause it can be other types than string. We have to change it by interface{}.