/**
  * Set array of the products to the bundle.
  *
  * @param \Praxigento\Odoo\Data\Odoo\Inventory\Product[] $data
  */
 public function setProducts($data = null)
 {
     parent::setProducts($data);
 }