[REF] product: do not use selected_seller_id
The function field selected_seller_id is removed and must be replaced by a direct call to method `_select_seller`. This is more conventional than the previous 'browse with context' way of doing.
Showing
- addons/product/product.py 22 additions, 22 deletionsaddons/product/product.py
- addons/product/test/product_pricelist.yml 4 additions, 4 deletionsaddons/product/test/product_pricelist.yml
- addons/purchase/purchase.py 64 additions, 110 deletionsaddons/purchase/purchase.py
- addons/purchase/tests/test_purchase_order.py 6 additions, 2 deletionsaddons/purchase/tests/test_purchase_order.py
- addons/purchase_requisition/purchase_requisition.py 23 additions, 12 deletionsaddons/purchase_requisition/purchase_requisition.py
- addons/stock/procurement.py 1 addition, 1 deletionaddons/stock/procurement.py
Loading
Please register or sign in to comment