Hello,<br><br>I have found some ambiguities in DeliveryLine_view used for Purchase Order.<br>It uses BaseTradeSale_FieldLibrary as a Proxy Widget . Shouldn&#39;t it be BaseTradePurchase_FieldLibrary ?<br>How can this be rectified as simply changing &#39;Sale&#39; to &#39;Purchase&#39; doesn&#39;t seem to be the solution as DeliveryLine_view is also being used elsewhere?
<br>Should I create a PurchaseDeliveryLine_view?<br><br>There is some confusion about base_price treatment as well.<br><br>
* In PurchaseSupply/PurchaseSupplyLine I have set a base_price(17.0)&nbsp; for a Product(Resource A) with Source S and Destination D<br>&nbsp;
<br>* In Product Module for Product(Resource A) I have set a base_price(20.0) as well as I had to filled in manually a Supplier Price(my_supply_line_base_price)(18.0)<br>&nbsp;<br>Now when I create a Purchase Order with Source S and Destination D and choose the Resource A, it always fill in the Default Price(DeliveryLine/my_price) with (
20.0). Shouldn&#39;t this be <br>17.0 ? How can I make this happen?<br><br>Any hints on this shall be highly appreciated. I am stuck on this. The testOrder.py does not provide much clue on this as it is oriented for a SaleOrder and 
testPurchaseOrder.py doesn&#39;t have much in it?<br><br>Thanks in advance,<br>Shresth<br>