Closed
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new Odoo module called stock_picking_partner_ref that adds partner reference functionality to stock picking operations. The module extends the stock picking model to include a partner reference field and provides corresponding UI views for form, tree, and search interfaces.
Key Changes
- Adds a
partner_reffield to thestock.pickingmodel - Extends stock picking views to display and search by partner reference
- Includes complete module structure with manifest, documentation, and metadata files
Reviewed Changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
stock_picking_partner_ref/models/stock_picking.py |
Extends stock.picking model with partner_ref field |
stock_picking_partner_ref/views/stock_picking_views.xml |
UI view extensions for form, tree, and search views |
stock_picking_partner_ref/__manifest__.py |
Module manifest and configuration |
| Other files | Documentation, readme files, and project metadata |
f6ac5be to
7efa73e
Compare
7efa73e to
cad1810
Compare
cad1810 to
467d6d4
Compare
467d6d4 to
673455e
Compare
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.