public function setReadonly($bool)
 {
     parent::setReadonly($bool);
     $this->fieldAmount->setReadonly($bool);
     $this->fieldCurrency->setReadonly($bool);
     return $this;
 }