Skip to content

[FIX] tracking_manager: report created records once - #3726

Open
maciej-wichowski wants to merge 1 commit into
OCA:17.0from
versada:17.0-fix-tracking_manager-created-record-tracking
Open

maciej-wichowski wants to merge 1 commit into
OCA:17.0from
versada:17.0-fix-tracking_manager-created-record-tracking

Conversation

@maciej-wichowski

Copy link
Copy Markdown

During the creation, if write follows the creation in one transaction, a "phantom" update is visible in the tracking message.

Example: if the product is created with internal reference, the internal reference value is reported as a change in the same tracking message as the creation of the product. Even if all the information was filled during the creation.

This caused an uneven behavior, since most of the tracked values do not show as a change on the tracking message as an update.

Before
image

After
image

During the creation, if `write` follows the creation in one transaction,
a "phantom" update is visible in the tracking message.

Example: if the product is created with internal reference, the internal
reference value is reported as a change in the same tracking message
as the creation of the product. Even if all the information was filled
during the creation.

This caused an uneven behavior, since most of the tracked values do not
show as a change on the tracking message as an update.
@OCA-git-bot

Copy link
Copy Markdown
Contributor

Hi @Kev-Roche, @sebastienbeau,
some modules you are maintaining are being modified, check this out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants