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] image and image_medium labels to prevent odoo warning #324

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

benwillig
Copy link
Contributor

Prevent odoo warning during database initialization

  • odoo.addons.base.models.ir_model: Two fields (image, image_1920) of product.template() have the same label: Image. [Modules: fs_product_multi_image and base]
  • odoo.addons.base.models.ir_model: Two fields (image_medium, image_128) of product.template() have the same label: Image 128. [Modules: fs_product_multi_image and base]
  • odoo.addons.base.models.ir_model: Two fields (image, image_1920) of product.product() have the same label: Image. [Modules: fs_product_multi_image and product]
  • odoo.addons.base.models.ir_model: Two fields (image_medium, image_128) of product.product() have the same label: Image 128. [Modules: fs_product_multi_image and product]

…th same label for image/image_1920 and image_medium/image_128 for product.template and product.product
@OCA-git-bot
Copy link
Contributor

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

@benwillig benwillig changed the title [FIX] updated image and image_medium label to prevent odoo warning wi… [16.0][FIX] image and image_medium labels to prevent odoo warning Jan 17, 2024
@marielejeune
Copy link
Contributor

Duplicate with #321 but this one is more complete so I closed mine.

@lmignon
Copy link
Contributor

lmignon commented Jan 17, 2024

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

Hey, thanks for contributing! Proceeding to merge this for you.
Prepared branch 16.0-ocabot-merge-pr-324-by-lmignon-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit d966820 into OCA:16.0 Jan 17, 2024
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at f41500f. Thanks a lot for contributing to OCA. ❤️

@lmignon lmignon deleted the 16.0-fix_duplicated_field_label-bwi branch January 17, 2024 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants