skilld-labs / go-odoo

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

handle not found errors in odoo.go to not repeat in every model #50

Closed ahuret closed 6 months ago

ahuret commented 6 months ago

added errors variables ErrNotFound and ErrPartiallyFound

ahuret commented 6 months ago

Closes #46

ahuret commented 6 months ago

Hey @Stolexiy , feel free to review if you like to :-)

Stolexiy commented 6 months ago

LGTM, generator works fine, and the Readme is much clearer now :) Thank you!