| .. | ||
| i18n | ||
| models | ||
| views | ||
| __init__.py | ||
| __manifest__.py | ||
| README.md | ||
Product Supplier Name in Purchase
Overview
This module extends purchase order lines by adding the supplier's product name field. This allows users to see how the supplier refers to each product and enables sorting and filtering purchase order lines by the supplier's product name.
Features
- Supplier Product Name Field: Displays the product name as defined by the supplier in the product supplier info
- Automatic Computation: The field is automatically computed based on the selected partner and product
- Search and Filter: Enables searching and filtering purchase order lines by supplier product name
- Sortable Column: Allows sorting purchase order lines by supplier product name
- Multi-language Support: Includes translations for Spanish, Catalan, and Galician
Installation
- Copy the module to your Odoo addons directory
- Update the apps list in Odoo
- Install the module from the Apps menu
Usage
- Go to Purchase → Purchase Orders
- Create or edit a purchase order
- Add purchase order lines with products that have supplier info configured
- The "Supplier Product Name" column will automatically show the supplier's name for each product
- Use this column to sort or filter the lines as needed
Configuration
Make sure your products have supplier information configured:
- Go to Inventory → Products → Products
- Select a product and go to the "Purchase" tab
- Add vendor information with the supplier's product name
Technical Details
- Model Extended:
purchase.order.line - New Field:
product_supplier_name(computed, stored) - Dependencies:
purchase - Version: 16.0.1.0.0
Author
Criptomart
- Maintainer: Luis Nore
License
AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)