Fix code_description update using self.pool.field_computed
In the affected code block, the condition for updating the code_description field was previously checked using self._fields.get(code_description) in self._field_computed.
This has been modified to use self._fields.get(code_description) in self.pool.field_computed.
--HG-- branch : 16.0