Filters list for Odoo API request could be built not correct in case there is an operator in a list in migration yml file.
Example:
source:
plugin: odoo_api
model: product.product
filters:
- '|'
-
- active
- '='
- 0
-
- active
- '='
- 1
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | odoo_api-polish_notation_in_filters-2998726-2-D8.patch | 1.07 KB | nikita_tt |
Comments
Comment #2
nikita_ttComment #3
abrammWe discussed this issue with @nikita_tt; the problem is that the domain filter is incorrectly applied if migration source filter contains operators.
Comment #5
abrammFix commited. Thank you @nikita_tt.