[18.0][MIG] product_supplier_ref: Migration to 18.0#729
Open
[18.0][MIG] product_supplier_ref: Migration to 18.0#729
Conversation
There was a problem hiding this comment.
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 |
624457f to
c2d6ce5
Compare
c2d6ce5 to
b1340dc
Compare
Codecov Report❌ Patch coverage is
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. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.