I have about 4000 products in catalog, and want to publish all of them, so they can be sold on the public site, I want to avoid going to each individual product and clicking on Publish button, is there a way to mass publish products?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Starting with v14, you can now mass publish/upublish products.
Website module> products>view as list>Is published
(make sure the tag for is published is selected)'
Export to a csv file (find this option under the More options button), that you will modify on the column published; the reimport the modified csv file.
I did it today with version 9c and worked very well, all products returned published on Website/Ecommerce app. Thanks a lot! Higor
can you please tell me what field is related to publishing products? I cannot find it in odoo v12
Try creating a mass action for it and then check them all in the list view and invoke the method
UPDATE public.product_template
SET is_published = True
That can be an option, but I was wondering if there would be an option in Product Grid, just like Delete or Export, thanks for your suggestion, however I figured it out by updating product_template table using a query Field name is "website_publish"
I had to unninstall/reinstall Ecommerce/Website apps for this turned bugged after an Odoo update, the layout was not loaded with message:
# Uncaught ReferenceError: odoo is not defined
And others assets loading error.
After that all (> 1500) products went the field Published on Website updated to Unpublished.
probably a field called "available on the website"
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
For those, who still are searching for a solution to mass update products (published/unpublished, add/remove attributes, change internal/public category, edit accessories/alternatives, etc), this app - https://apps.odoo.com/apps/modules/17.0/product_management - might be of interest.