[10.0] product_variant_configurator conflict with Inventory Adjustments
Closed this issue · 2 comments
igallart commented
The product_id field https://github.com/OCA/product-variant/blob/10.0/product_variant_configurator/models/product_configurator.py#L31 and https://github.com/OCA/product-variant/blob/10.0/product_variant_configurator/models/product_product.py#L10 does conflict with adjustmen inventary:
ProgrammingError: column reference "product_id" is ambiguous
LINE 1: SELECT product_id, sum(qty) as product_qty, location_id, lot...
https://github.com/OCA/OCB/blob/10.0/addons/stock/models/stock_inventory.py#L266
pedrobaeza commented
The problem is in Odoo itself: odoo/odoo#34387
igallart commented
@pedrobaeza, are very fast! Thank you.