mirror of
https://github.com/bringout/oca-purchase.git
synced 2026-04-21 02:02:07 +02:00
Fix make_advance_payment to use the order_id stored on the wizard
instead of relying on active_ids from context, which can be lost
or point to wrong PO after wizard reopens.
Also fix partner_id to use PO partner directly instead of commercial_partner_id.
🤖 assisted by claude
|
||
|---|---|---|
| .. | ||
| doc | ||
| purchase_advance_payment | ||
| pyproject.toml | ||
| README.md | ||
Purchase Advance Payment
Odoo addon: purchase_advance_payment
Installation
pip install odoo-bringout-oca-purchase-workflow-purchase_advance_payment
Dependencies
This addon depends on:
- purchase
Manifest Information
- Name: Purchase Advance Payment
- Version: 16.0.1.2.1
- Category: Purchase
- License: AGPL-3
- Installable: True
Source
Based on OCA/purchase-workflow branch 16.0, addon purchase_advance_payment.
License
This package maintains the original AGPL-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