[18.0][MIG] product_supplier_search: Migration to 18.0#692
[18.0][MIG] product_supplier_search: Migration to 18.0#692
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the product_supplier_search module from an earlier version to Odoo 18.0. The module enables searching products by supplier reference in selection fields and tree product views.
Key changes include:
- Updated manifest with 18.0 version and 2025 copyright
- Added complete module structure with views, models, and documentation
- Implementation of enhanced product search functionality for supplier references
Reviewed Changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
__manifest__.py |
Updated version to 18.0.1.0.0 and added 2025 copyright |
models/product_product.py |
Core logic for enhanced product search by supplier codes |
views/product_views.xml |
Search view extension for supplier product filtering |
views/stock_picking_views.xml |
Stock picking form modifications for supplier context |
| Setup files | Standard setuptools configuration for module packaging |
| Documentation | README, translations, and static description files |
| @@ -0,0 +1 @@ | |||
| Connector to get tracking info from ERTransit / Erhardt | |||
There was a problem hiding this comment.
The description 'Connector to get tracking info from ERTransit / Erhardt' does not match the actual functionality of this module, which is about searching products by supplier reference. The description should be updated to accurately reflect the module's purpose.
| Connector to get tracking info from ERTransit / Erhardt | |
| Module to search products by supplier reference. |
| !! source digest: sha256:ad67f7723a1da5cabbb99bf6dd5ad8a2b1e004c0195ae212f4684749cfd719de | ||
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> | ||
| <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/NuoBiT/odoo-addons/tree/18.0/product_supplier_search"><img alt="NuoBiT/odoo-addons" src="https://img.shields.io/badge/github-NuoBiT%2Fodoo--addons-lightgray.png?logo=github" /></a></p> | ||
| <p>Connector to get tracking info from ERTransit / Erhardt</p> |
There was a problem hiding this comment.
The description in the HTML documentation is inconsistent with the module's actual functionality. This should describe product supplier search functionality instead of ERTransit/Erhardt tracking.
| <p>Connector to get tracking info from ERTransit / Erhardt</p> | |
| <p>Provides advanced search capabilities for product suppliers within Odoo.</p> |
|
|
||
| |badge1| |badge2| |badge3| | ||
|
|
||
| Connector to get tracking info from ERTransit / Erhardt |
There was a problem hiding this comment.
The README description does not match the module's purpose. It should describe the product supplier search functionality rather than ERTransit/Erhardt tracking information.
| Connector to get tracking info from ERTransit / Erhardt | |
| Provides advanced search capabilities for finding product suppliers within Odoo. |
439b25a to
ff79932
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
ff79932 to
7aa4475
Compare
7aa4475 to
e309902
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 18.0 #692 +/- ##
=======================================
Coverage ? 28.00%
=======================================
Files ? 3
Lines ? 25
Branches ? 7
=======================================
Hits ? 7
Misses ? 18
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.