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

[16.0][FIX] sale_product_template_tags: missing dependency #1703

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

Conversation

alessandro-fiorino
Copy link

The module sale_product_template_tags references the product.product_tag action, but the product module isn't referenced in the depends list.

@OCA-git-bot
Copy link
Contributor

Hi @ivantodorovich,
some modules you are maintaining are being modified, check this out!

The module references the product.product_tag action, but the product module isn't referenced in the depends list.
@alessandro-fiorino
Copy link
Author

@ivantodorovich could you review it please ?

@ivantodorovich
Copy link
Contributor

The sale module depends on account, which depends on product

So, this is redundant.

What lead you to this change? Perhaps it's another error

@alessandro-fiorino
Copy link
Author

alessandro-fiorino commented Aug 7, 2024 via email

@ivantodorovich
Copy link
Contributor

I'm not sure how dev builds are managed in Odoo.sh, but it sounds like the record might've been removed. Perhaps an update on the product module would solve it.

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