mirror of
https://github.com/bringout/oca-purchase.git
synced 2026-04-20 15:02:07 +02:00
When multiple PR lines for the same product were merged into a single
PO line, the allocation quantity was incorrectly calculated using
min(existing_po_qty, pr_line_qty) instead of using the actual PR line
quantity. This caused incorrect total quantities in the generated RFQ.
Example: PR with sir01 qty=10 and sir01 qty=7 should produce PO line
with qty=17, but was producing qty=14.
🤖 assisted by claude
|
||
|---|---|---|
| .. | ||
| doc | ||
| purchase_request | ||
| pyproject.toml | ||
| README.md | ||
Purchase Request
Odoo addon: purchase_request
Installation
pip install odoo-bringout-oca-purchase-workflow-purchase_request
Dependencies
This addon depends on:
- purchase_stock
Manifest Information
- Name: Purchase Request
- Version: 16.0.2.4.0
- Category: Purchase Management
- License: LGPL-3
- Installable: True
Source
Based on OCA/purchase-workflow branch 16.0, addon purchase_request.
License
This package maintains the original LGPL-3 license from the upstream Odoo project.
Documentation
- Overview: doc/OVERVIEW.md
- Architecture: doc/ARCHITECTURE.md
- Models: doc/MODELS.md
- Controllers: doc/CONTROLLERS.md
- Wizards: doc/WIZARDS.md
- Reports: doc/REPORTS.md
- Security: doc/SECURITY.md
- Install: doc/INSTALL.md
- Usage: doc/USAGE.md
- Configuration: doc/CONFIGURATION.md
- Dependencies: doc/DEPENDENCIES.md
- Troubleshooting: doc/TROUBLESHOOTING.md
- FAQ: doc/FAQ.md