Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: skilld-labs/go-odoo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.1
Choose a base ref
...
head repository: skilld-labs/go-odoo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 364 files changed
  • 4 contributors

Commits on Feb 22, 2024

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

    * handle not found errors in odoo.go to not repeat in every model + added errors variables ErrNotFound and ErrPartiallyFound
    
    * updated generator and clarified usage
    Antoine Huret authored Feb 22, 2024
    Copy the full SHA
    462cbb1 View commit details

Commits on Feb 23, 2024

  1. add handler to unassign many2One (#51)

    Antoine Huret authored Feb 23, 2024
    Copy the full SHA
    5d0a229 View commit details

Commits on Feb 26, 2024

  1. Fix missed error return in getAllModelsName(). Ignore models without …

    …ID prop. Fix using 'map' VarName. Allow options on client.Create() (#52)
    
    Co-authored-by: Oleksiy Stepaniuk <ostepaniuk@skilld.fr>
    Stolexiy and Oleksiy Stepaniuk authored Feb 26, 2024
    Copy the full SHA
    65da36b View commit details

Commits on Feb 29, 2024

  1. fix: replace omptempty by omitempty in struct tag fields and fix some…

    … typos (#54)
    
    * fix: replace omptempty by omitempty in struct tag fields and fix some typos
    
    * fix: add missing trailing 's' in comments for auto-documentation
    dragonis41 authored Feb 29, 2024
    Copy the full SHA
    bdd9a88 View commit details

Commits on Apr 27, 2024

  1. Fix interface conversion panic for many2one_reference field type (#55)

    Co-authored-by: Oleksiy Stepaniuk <ostepaniuk@skilld.fr>
    Stolexiy and Oleksiy Stepaniuk authored Apr 27, 2024
    Copy the full SHA
    6b181b8 View commit details

Commits on May 14, 2024

  1. Fix interface conversion panic for binary field type (#57)

    Co-authored-by: Oleksiy Stepaniuk <ostepaniuk@skilld.fr>
    Stolexiy and Oleksiy Stepaniuk authored May 14, 2024
    Copy the full SHA
    1bf0d9a View commit details

Commits on Oct 16, 2024

  1. introduce write sync mechanism to prevent concurrency among simultane…

    …ous requests (#62)
    Antoine Huret authored Oct 16, 2024
    Copy the full SHA
    160e58e View commit details
Loading