| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Purchase (purchase)
• Invoicing (account) • Discuss (mail) |
| Lines of code | 38 |
| Technical Name |
purchase_order_line_import |
| License | LGPL-3 |
| Website | https://github.com/kurniawanlucky/odoo_addons |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Purchase (purchase)
• Invoicing (account) • Discuss (mail) |
| Lines of code | 38 |
| Technical Name |
purchase_order_line_import |
| License | LGPL-3 |
| Website | https://github.com/kurniawanlucky/odoo_addons |
Purchase Order Line Import
Use Odoo's built-in import to add purchase order lines from a CSV or XLSX file.
CSV columns
- Product: Product name or internal reference + name.
- Quantity: Quantity for the line.
- Unit Price: Unit price for the line.
- Discount (%): Discount percentage for the line.
How to import
Open a draft or sent RFQ.
Click Import Lines in the header.
Upload your CSV or XLSX file.
Click Test to validate, then Import.
Screenshot
Import wizard showing the file upload and column mapping for purchase order lines.
Purchase order after importing lines from a file.
Sample file
See tests/sample_import_lines.csv inside this module for a ready-to-use template.
Please log in to comment on this module