This question has been flagged
2 Replies
1544 Views

We've created a price list designed for specific customers. I'd like to be able to export that price list with the export to include both the Product Name, the Internal Reference and the Sale Price for that specific price list. I can't find anywhere in Odoo 14 to do this. All I can find is the ability to print a price list showing the product description and the price. Anyone know how this can be done to include the Internal Reference?

Avatar
Discard
Best Answer

In Odoo 14, you can export the price list by going to the Sales app, selecting the Price Lists menu, and then selecting the price list you want to export. Click on the Export button, which will generate a CSV file that you can open in a spreadsheet program like Microsoft Excel or Google Sheets. The exported file will include columns for the Product Name, Internal Reference, and Sale Price. If you are not able to find the internal reference, you can also check if it is added as a column on the product form

Avatar
Discard
Best Answer

 you can export the price list with the product name, internal reference, and sale price by creating a custom report. This can be done by creating a new report template using the built-in report designer, or by creating a new report using the report module.


To create a custom report, you will need to create a new report record in the Odoo backend. This can be done by navigating to the Settings menu, then selecting Reports and clicking on Create. In the Model field, select the model that you want to export (e.g. product.template).


Once you have created the report, you will need to edit the template to include the fields that you want to export. You can do this by editing the QWeb template associated with the report. You can find the template by navigating to the Technical menu, then selecting Reports and clicking on the name of the report that you just created. Once you have located the template, you can add the fields that you want to export (e.g. Product Name, Internal Reference, and Sale Price) to the template.


Once you have added the fields to the template, you can test the report by navigating to the list view of the model that you are exporting (e.g. Products), and selecting the records that you want to export. Then you can select Print, and choose the custom report you created.


Alternatively, you can use the "Export" button in the list view and choose the fields you want to export, make sure that you select the fields "Product Name", "Internal Reference" and "Sale Price" and then download the file.


It's important to note that the exact steps may vary depending on your specific version of Odoo and the customization on your instance.

Avatar
Discard