Skip to content
Snippets Groups Projects

Fix code_description update using self.pool.field_computed

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading