Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Odoo 16 storage: Use correct contact filter, make list and get consistent #202

Merged
merged 1 commit into from
Feb 7, 2024

Commits on Feb 6, 2024

  1. Odoo 16 storage: Use correct contact filter, make list and get co…

    …nsistent
    
    Uses the new style invoice contact filter `category_id` -> `type: invoice`.
    
    Use the same filters for `list` and `get` so we don't have any inconsistencies between the two methods. Since `create` and `update` also use the same underlying method this fixes them too.
    
    Also adds the lost mockgen statement.
    bastjan committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    72087d5 View commit details
    Browse the repository at this point in the history