/**
  * Get Odoo ID of the product.
  *
  * @return  int|null
  */
 public function getIdOdoo()
 {
     $result = parent::getIdOdoo();
     return $result;
 }