final Product pro = (Product) OBDal.getInstance().get("Product",
line_product);
iOrder.setProduct(pro);
// Taxes
final TaxRate tax = (TaxRate) OBDal.getInstance().get(
"FinancialMgmtTaxRate", tax_id);
iOrder.setTax(tax);
// Quantity ordered
iOrder.setOrderedQuantity(BigDecimal