Update Products From Odoo¶
After a listing has been pushed to PrestaShop (either via Export Products From Odoo or imported from PrestaShop in the first place), you can keep it up to date with Update Listings. This operation pushes selected fields from the Odoo Listing back to PrestaShop without re-creating the product.
You can update listings in two ways.
Method - 1: From The Operations Wizard¶
Use this when you want to push the latest listing details to PrestaShop in bulk across the selected listings.
Go to the menu in Odoo.
Click the Operations button from the instance record.
Choose Export as the operation type, then from Export Operation, select Update Listings to PrestaShop.
Click Process. The connector iterates over the Listings linked to the instance and updates them in PrestaShop.
Note
To push only stock or images, you can run the dedicated Update Inventory to PrestaShop or Update Images to PrestaShop operations instead of a full update.
Method - 2: From The Listing View¶
Use this when you want fine-grained control over what is pushed for one (or a small set of) listings.
Go to the menu in Odoo.
Click the Listing button from the instance record to open where all your product listings are managed.
Select one or more already-exported Listings (Listed? is true).
Open the Actions menu (gear icon) and choose Export/Update Listing in Marketplace.
The connector detects that the listings are already exported and opens the Update Products in PrestaShop wizard. Pick what to push and click Update Listing.
Available toggles:
Update Details — Push product-level fields (Name, Description, Short Description, Categories, Reference, Weight, Price, Visibility, Active) and the combinations (variants).
Set Quantity — Push stock for variants with Manage Stock enabled.
Set Images — Upload listing images that do not yet exist on PrestaShop.
Publish in Store — Publish (Published) or Unpublish (Unpublished) the product on PrestaShop.
What Gets Updated¶
At the product level, the operation pushes:
Name, Description and Short Description (per active language)
Categories and Brand
Reference (SKU) and Barcode (EAN13)
Weight — converted from the Odoo product’s weight to the store’s configured Weight Unit.
Price (from the instance pricelist) and wholesale price (cost).
Visibility and Published / Unpublished status.
At the combination (variant) level, the operation also pushes per-variant reference, barcode, price impact, weight and attribute values, and creates any net-new combinations.
For stock or images only, use the dedicated operations (Export Inventory From Odoo) or the targeted Update Inventory / Update Images operations.
Note
Update Images only uploads images that do not yet have a PrestaShop id, existing PrestaShop images are not removed.