| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Lines of code | 38 |
| Technical Name |
sale_order_line_import |
| License | LGPL-3 |
| Website | https://github.com/kurniawanlucky/odoo_addons |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Lines of code | 38 |
| Technical Name |
sale_order_line_import |
| License | LGPL-3 |
| Website | https://github.com/kurniawanlucky/odoo_addons |
Sale Order Line Import
Use Odoo's built-in import to add 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 quotation.
Click Import Lines in the header.
Upload your CSV or XLSX file.
Click Test to validate, then Import.
Screenshot
Import Lines button on the quotation header.
Odoo import wizard for mapping columns before import.
Example of imported lines inside the order lines table.
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