/**
  * Get Odoo IDs of the products to replicate.
  * @return int[]|int
  */
 public function getOdooIds()
 {
     $result = parent::getOdooIds();
     return $result;
 }