skilld-labs / go-odoo

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

Split out the client.go/types.go #12

Closed blaggacao closed 4 years ago

blaggacao commented 6 years ago

Best practice would command to split out the client.go into it's own module, as the bindings themselves depend on the target code base, which is not always very homogeneous...

blaggacao commented 6 years ago

trying to address this: https://github.com/xoes/go-odoo

ahuret commented 4 years ago

Closing it since api has been completely reworked.