Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] base_substate: migrate track_template function #982

Open
wants to merge 1 commit into
base: 17.0
Choose a base branch
from

Conversation

len-foss
Copy link

Note that because inheritance was poorly implemented in inheriting modules (such as sale_substate) this function was never called, hiding the bug.

auto_delete_message was removed in odoo@9140ce06

Note that the issue was reported before the migration:
#855 (comment)

Note that because inheritance was poorly implemented in inheriting modules
(such as sale_substate) this function was never called, hiding the bug.

auto_delete_message was removed in odoo@9140ce06
Copy link
Member

@StefanRijnhart StefanRijnhart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! We can see inhttps://github.com/OCA/sale-workflow/pull/3483 that it's working.

@bosd
Copy link
Contributor

bosd commented Dec 12, 2024

Thanks, Can you add tests like in V15 version in #735

@len-foss
Copy link
Author

@bosd no, I don't think this test really makes sense as the test class is really too poor of a mock to be a good test. I would rather make a test_base_substate module, but sale_substate already exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants