How to get current product ID in Admin Panel / Catalog / Manage Products / Tab ?
I have a custom product tab and no idea how to get current product ID.
In frontend I would do something like this:
<?php $_product = $this->getProduct(); ?>
<?php echo $_product->getId() ?>