/**
  * Get array of the products to the bundle.
  *
  * @return \Praxigento\Odoo\Data\Odoo\Inventory\Product[]
  */
 public function getProducts()
 {
     $result = parent::getProducts();
     return $result;
 }