This error has been fixed in 1.7.6.0
https://assets.prestashop2.com/es/system/files/ps_releases/changelog_1.7.6.0.txt -> Note #11192
In Product.php class change Hook::exec('updateProduct', array('id_product' => (int) $this->id)); for Hook::exec('actionProductUpdate', array('id_product' => (int) $this->id));