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

[REF] product_label: use new image.mixin #165

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

Conversation

legalsylvain
Copy link
Member

En essayant de corriger une erreur dans un log de odoo de prod', j'ai découvert l'existence d'un nouveau mixin. (image.mixin que j'ai implémenté).

Warning dans les logs

2024-11-15 10:58:45,249 99101 WARNING product_label_16_before odoo.addons.base.models.ir_model: Two fields (image_medium, image) of product.label() have the same label: Image. [Modules: product_label and product_label] 2024-11-15 10:58:45,249 99101 WARNING product_label_16_before odoo.addons.base.models.ir_model: Two fields (image_small, image) of product.label() have the same label: Image. [Modules: product_label and product_label]

@github-grap-bot
Copy link
Contributor

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

@legalsylvain legalsylvain added this to the 16.0 milestone Nov 15, 2024
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.13%. Comparing base (9c716ff) to head (e3f8c2c).

Additional details and impacted files
@@            Coverage Diff             @@
##             16.0     #165      +/-   ##
==========================================
- Coverage   89.16%   89.13%   -0.03%     
==========================================
  Files          51       51              
  Lines         849      847       -2     
  Branches       89       89              
==========================================
- Hits          757      755       -2     
  Misses         65       65              
  Partials       27       27              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@legalsylvain legalsylvain force-pushed the 16.0-product_label-use-new-mixin branch from 7abce0b to e3f8c2c Compare November 26, 2024 20:51
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.

2 participants