[18.0][ADD] product_download_feed: New module#2126
[18.0][ADD] product_download_feed: New module#2126eduezerouali-tecnativa wants to merge 1 commit intoOCA:18.0from
Conversation
a5a96b1 to
bdc9c55
Compare
|
Please check CI. The word |
And what about |
5af9d3d to
3c0f07d
Compare
|
It seems good. |
3c0f07d to
70a72f9
Compare
70a72f9 to
058a8ed
Compare
058a8ed to
bec4ad2
Compare
AungKoKoLin1997
left a comment
There was a problem hiding this comment.
I think the README should include a Usage section. At the moment, I had to read the code to find the export endpoint and understand the available parameters.
From the implementation, it seems the export is intended to be triggered by calling the endpoint directly. The controller already supports selecting a pricelist and choosing exported fields via query parameters, but I don’t see any UI entry point (e.g., a wizard) for functional users to configure and download the CSV.
In my opinion, a simple export wizard (pricelist + fields) would make this easier to use from the UI. Am I missing anything regarding the intended usage of this module?
|
@AungKoKoLin1997 in fact, this doesn't have any UI, because it provides a feed (endpoint) for machines to get that information. Any proposal to improve the documentation? |
cc @Tecnativa TT58933
ping @sergio-teruel @carlosdauden @juancarlosonate-tecnativa
This module provides an HTTP endpoint that allows authenticated Odoo users to export the product catalog as a CSV file.
The export automatically applies the user’s assigned pricelist, ensuring that product prices in the CSV match those shown in sales quotations or the customer portal.