Skip to content

[18.0][MIG] product_supplier_ref: Migration to 18.0#729

Open
deeniiz wants to merge 4 commits into18.0from
18.0-mig-product_supplier_ref
Open

[18.0][MIG] product_supplier_ref: Migration to 18.0#729
deeniiz wants to merge 4 commits into18.0from
18.0-mig-product_supplier_ref

Conversation

@deeniiz
Copy link
Copy Markdown
Collaborator

@deeniiz deeniiz commented Sep 30, 2025

No description provided.

Copilot AI review requested due to automatic review settings September 30, 2025 12:26
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request migrates the product_supplier_ref module from a previous version to Odoo 18.0. The module enhances product supplier references by using the product name when the supplier product name is empty, instead of falling back to the product default_code.

Key changes include:

  • Migration to version 18.0.1.0.0 in the manifest
  • Updated copyright information to include 2025 and contributor Deniz Gallo
  • Complete module structure with documentation, models, and configuration files

Reviewed Changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
__manifest__.py Module manifest updated to version 18.0.1.0.0 with proper metadata
models/product.py Core functionality implementing supplier reference logic with updated copyright
models/__init__.py Module initialization importing product models
__init__.py Package initialization importing models
README.rst Auto-generated documentation describing module functionality
readme/DESCRIPTION.md Module description for documentation generation
readme/CONTRIBUTORS.md Contributor information for documentation
pyproject.toml Build system configuration using whool
static/description/index.html Auto-generated HTML documentation

Comment thread product_supplier_ref/__manifest__.py
@deeniiz deeniiz requested a review from eantones October 1, 2025 10:46
@deeniiz deeniiz force-pushed the 18.0-mig-product_supplier_ref branch from 624457f to c2d6ce5 Compare November 13, 2025 15:15
@deeniiz deeniiz force-pushed the 18.0-mig-product_supplier_ref branch from c2d6ce5 to b1340dc Compare March 12, 2026 12:01
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 12, 2026

Codecov Report

❌ Patch coverage is 22.72727% with 34 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (18.0@4b294fd). Learn more about missing BASE report.

Files with missing lines Patch % Lines
product_supplier_ref/models/product.py 19.04% 34 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             18.0     #729   +/-   ##
=======================================
  Coverage        ?   22.72%           
=======================================
  Files           ?        3           
  Lines           ?       44           
  Branches        ?       11           
=======================================
  Hits            ?       10           
  Misses          ?       34           
  Partials        ?        0           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

3 participants