product-attribute
product-attribute copied to clipboard
Odoo Product Attribute
Ref: BSRD-720 Depend on - [x] https://github.com/OCA/product-attribute/pull/1628 - [x] https://github.com/OCA/stock-logistics-warehouse/pull/2067
supersedes https://github.com/OCA/product-attribute/pull/1641
supersedes https://github.com/OCA/product-attribute/pull/1644
Fixing `EvalError: Can not evaluate python expression: ([('product_state_id', '=', id)])`
Do not write on `sale.order.order_line` field, this is somehow slowing down the process (CPU bound). Creating/updating `sale.order.line` directly is faster. Ref. 1309
Standard migration, reused #1353 (Unfinished migration to v16.0)