Skip to content

Fix code_description update using self.pool.field_computed

oury.balde requested to merge topic/16.0/MO16 into branch/16.0

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

Merge request reports